POST api/TransportOrder/GetSPMaintainence
Request Information
URI Parameters
None.
Body Parameters
GetSPMainInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| SPM_CP_ID | integer |
None. |
|
| SPM_ACTIVITY | string |
None. |
|
| SPM_CAT | string |
None. |
|
| SPM_TRK_NUM | integer |
None. |
|
| SPM_STATUS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SPM_CP_ID": 1,
"SPM_ACTIVITY": "sample string 1",
"SPM_CAT": "sample string 2",
"SPM_TRK_NUM": 1,
"SPM_STATUS": "sample string 3"
}
application/xml, text/xml
Sample:
<GetSPMainInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <SPM_ACTIVITY>sample string 1</SPM_ACTIVITY> <SPM_CAT>sample string 2</SPM_CAT> <SPM_CP_ID>1</SPM_CP_ID> <SPM_STATUS>sample string 3</SPM_STATUS> <SPM_TRK_NUM>1</SPM_TRK_NUM> </GetSPMainInputs>
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. |