POST api/TransportOrder/GetDriverMaster
Request Information
URI Parameters
None.
Body Parameters
GetDriver| Name | Description | Type | Additional information |
|---|---|---|---|
| drv_cp_id | integer |
None. |
|
| drv_top_id | integer |
None. |
|
| drv_status | string |
None. |
|
| drv_name | string |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"drv_cp_id": 1,
"drv_top_id": 1,
"drv_status": "sample string 1",
"drv_name": "sample string 2",
"start": 1,
"length": 1
}
application/xml, text/xml
Sample:
<GetDriver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <drv_cp_id>1</drv_cp_id> <drv_name>sample string 2</drv_name> <drv_status>sample string 1</drv_status> <drv_top_id>1</drv_top_id> <length>1</length> <start>1</start> </GetDriver>
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. |