POST api/Admin/GetLabList
Request Information
URI Parameters
None.
Body Parameters
LabSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| CountryName | string |
None. |
|
| City | string |
None. |
|
| ContactName | string |
None. |
|
| OrgId | integer |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
|
| Totalrecords | integer |
None. |
|
| SortColoum | string |
None. |
|
| IsDsc | boolean |
None. |
|
| TakeCount | integer |
None. |
|
| SkipCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"CountryName": "sample string 2",
"City": "sample string 3",
"ContactName": "sample string 4",
"OrgId": 5,
"PageNo": 6,
"PageSize": 7,
"Totalrecords": 8,
"SortColoum": "sample string 9",
"IsDsc": true,
"TakeCount": 7,
"SkipCount": 42
}
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. |