POST api/TransportQuotaion/GetTransportRateRequest
Request Information
URI Parameters
None.
Body Parameters
GetTransportRateRequestInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| TRH_NUMBER | string |
None. |
|
| TRH_JOB_NUM | integer |
None. |
|
| TRH_AR_ID | integer |
None. |
|
| TRH_CP_ID | integer |
None. |
|
| TRH_CUS_REF | string |
None. |
|
| TRH_ROUTE_ID | integer |
None. |
|
| TRH_ROUND | string |
None. |
|
| TRH_SEARCH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TRH_NUMBER": "sample string 1",
"TRH_JOB_NUM": 1,
"TRH_AR_ID": 1,
"TRH_CP_ID": 1,
"TRH_CUS_REF": "sample string 2",
"TRH_ROUTE_ID": 1,
"TRH_ROUND": "sample string 3",
"TRH_SEARCH": "sample string 4"
}
application/xml, text/xml
Sample:
<GetTransportRateRequestInputs 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_CP_ID>1</TRH_CP_ID> <TRH_CUS_REF>sample string 2</TRH_CUS_REF> <TRH_JOB_NUM>1</TRH_JOB_NUM> <TRH_NUMBER>sample string 1</TRH_NUMBER> <TRH_ROUND>sample string 3</TRH_ROUND> <TRH_ROUTE_ID>1</TRH_ROUTE_ID> <TRH_SEARCH>sample string 4</TRH_SEARCH> </GetTransportRateRequestInputs>
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. |