POST api/TransportOrder/GetTruckMaster
Request Information
URI Parameters
None.
Body Parameters
GetTruck| Name | Description | Type | Additional information |
|---|---|---|---|
| trk_cp_id | integer |
None. |
|
| trk_top_id | integer |
None. |
|
| trk_gm_id | integer |
None. |
|
| trk_status | string |
None. |
|
| trk_number | string |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| trk_tr_flag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"trk_cp_id": 1,
"trk_top_id": 1,
"trk_gm_id": 1,
"trk_status": "sample string 1",
"trk_number": "sample string 2",
"start": 1,
"length": 1,
"trk_tr_flag": "sample string 3"
}
application/xml, text/xml
Sample:
<GetTruck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <length>1</length> <start>1</start> <trk_cp_id>1</trk_cp_id> <trk_gm_id>1</trk_gm_id> <trk_number>sample string 2</trk_number> <trk_status>sample string 1</trk_status> <trk_top_id>1</trk_top_id> <trk_tr_flag>sample string 3</trk_tr_flag> </GetTruck>
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. |