POST api/Analysis/GetDeletedSamplesOrJobCards
Request Information
URI Parameters
None.
Body Parameters
DeletedDataSearchFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreenTypeId | integer |
None. |
|
| JobCardNumber | string |
None. |
|
| CustomerId | integer |
None. |
|
| LabIds | Collection of integer |
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:
{
"ScreenTypeId": 1,
"JobCardNumber": "sample string 2",
"CustomerId": 3,
"LabIds": [
1,
2
],
"OrgId": 4,
"PageNo": 5,
"PageSize": 6,
"Totalrecords": 7,
"SortColoum": "sample string 8",
"IsDsc": true,
"TakeCount": 6,
"SkipCount": 30
}
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. |