POST api/TrainingCenterList
Request Information
URI Parameters
None.
Body Parameters
CenterList| Name | Description | Type | Additional information |
|---|---|---|---|
| InspectionOfficerId | integer |
None. |
|
| StatusID | integer |
None. |
|
| search | string |
None. |
|
| Start | integer |
None. |
|
| PageSize | integer |
None. |
|
| FromDashBoard | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InspectionOfficerId": 1,
"StatusID": 2,
"search": "sample string 3",
"Start": 4,
"PageSize": 5,
"FromDashBoard": "sample string 6"
}
application/xml, text/xml
Sample:
<CenterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TNSDC.API.Models.InspectionApp"> <FromDashBoard>sample string 6</FromDashBoard> <InspectionOfficerId>1</InspectionOfficerId> <PageSize>5</PageSize> <Start>4</Start> <StatusID>2</StatusID> <search>sample string 3</search> </CenterList>
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. |