POST services/api/v1/POS/Get_POSContactSearch
Request Information
URI Parameters
None.
Body Parameters
Poscontacts_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Contact | Poscontacts_Filter |
None. |
|
| Filter | POSBasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"Contact": {
"Name": "sample string 1",
"Gender": "sample string 2",
"PhoneNo": "sample string 3",
"Address": "sample string 4",
"Email": "sample string 5",
"Nationality": "sample string 6"
},
"Filter": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |