POST api/TransportQuotaion/GetTORRTransRoute
Request Information
URI Parameters
None.
Body Parameters
GetToRRTransRoute| Name | Description | Type | Additional information |
|---|---|---|---|
| TRH_ID | integer |
None. |
|
| TRH_QUAN | decimal number |
None. |
|
| TRH_KM | decimal number |
None. |
|
| TRH_CREATED_BY | integer |
None. |
|
| TRH_PROGRAM_ID | string |
None. |
|
| TRH_AR_ID | integer |
None. |
|
| TRH_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TRH_ID": 1,
"TRH_QUAN": 1.1,
"TRH_KM": 1.1,
"TRH_CREATED_BY": 1,
"TRH_PROGRAM_ID": "sample string 1",
"TRH_AR_ID": 1,
"TRH_TYPE": "sample string 2"
}
application/xml, text/xml
Sample:
<GetToRRTransRoute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TRH_AR_ID>1</TRH_AR_ID> <TRH_CREATED_BY>1</TRH_CREATED_BY> <TRH_ID>1</TRH_ID> <TRH_KM>1.1</TRH_KM> <TRH_PROGRAM_ID>sample string 1</TRH_PROGRAM_ID> <TRH_QUAN>1.1</TRH_QUAN> <TRH_TYPE>sample string 2</TRH_TYPE> </GetToRRTransRoute>
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. |