POST api/TransportOrder/RouteWiseProfitReport
Request Information
URI Parameters
None.
Body Parameters
TruckReport| Name | Description | Type | Additional information |
|---|---|---|---|
| TO_ID | integer |
None. |
|
| TRK_ID | integer |
None. |
|
| START_DATE | date |
None. |
|
| END_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TO_ID": 1,
"TRK_ID": 1,
"START_DATE": "2025-12-06T05:22:58.1998778+00:00",
"END_DATE": "2025-12-06T05:22:58.1998778+00:00"
}
application/xml, text/xml
Sample:
<TruckReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <END_DATE>2025-12-06T05:22:58.1998778+00:00</END_DATE> <START_DATE>2025-12-06T05:22:58.1998778+00:00</START_DATE> <TO_ID>1</TO_ID> <TRK_ID>1</TRK_ID> </TruckReport>
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. |