POST api/TransportQuotaion/GetTransportRate
Request Information
URI Parameters
None.
Body Parameters
TrasportGetchargeInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| TRH_CP_ID | integer |
None. |
|
| TRH_AR_ID | integer |
None. |
|
| TRH_AP_ID | integer |
None. |
|
| TRH_SRV_TYPE | string |
None. |
|
| TRH_TNP_TYPE | string |
None. |
|
| TRH_VEH_CAT | string |
None. |
|
| TRH_ROUTE_ID | integer |
None. |
|
| TRH_EST_DAYS | integer |
None. |
|
| TRH_EST_TIME | decimal number |
None. |
|
| TRH_EST_KM | decimal number |
None. |
|
| TRH_TRK_TYPE | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TRH_CP_ID": 1,
"TRH_AR_ID": 1,
"TRH_AP_ID": 1,
"TRH_SRV_TYPE": "sample string 1",
"TRH_TNP_TYPE": "sample string 2",
"TRH_VEH_CAT": "sample string 3",
"TRH_ROUTE_ID": 1,
"TRH_EST_DAYS": 1,
"TRH_EST_TIME": 1.1,
"TRH_EST_KM": 1.1,
"TRH_TRK_TYPE": 1
}
application/xml, text/xml
Sample:
<TrasportGetchargeInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TRH_AP_ID>1</TRH_AP_ID> <TRH_AR_ID>1</TRH_AR_ID> <TRH_CP_ID>1</TRH_CP_ID> <TRH_EST_DAYS>1</TRH_EST_DAYS> <TRH_EST_KM>1.1</TRH_EST_KM> <TRH_EST_TIME>1.1</TRH_EST_TIME> <TRH_ROUTE_ID>1</TRH_ROUTE_ID> <TRH_SRV_TYPE>sample string 1</TRH_SRV_TYPE> <TRH_TNP_TYPE>sample string 2</TRH_TNP_TYPE> <TRH_TRK_TYPE>1</TRH_TRK_TYPE> <TRH_VEH_CAT>sample string 3</TRH_VEH_CAT> </TrasportGetchargeInputs>
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. |