POST api/DelnetConnect/RateFinder
Request Information
URI Parameters
None.
Body Parameters
RateCheckerDelnet| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode | string |
None. |
|
| OrgPinCode | string |
None. |
|
| DestnPinCode | string |
None. |
|
| Weight | decimal number |
None. |
|
| ExpImp | string |
None. |
|
| Network | string |
None. |
|
| awb_type | string |
None. |
|
| Mode | string |
None. |
|
| Services | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerCode": "sample string 1",
"OrgPinCode": "sample string 2",
"DestnPinCode": "sample string 3",
"Weight": 4.1,
"ExpImp": "sample string 5",
"Network": "sample string 6",
"awb_type": "sample string 7",
"Mode": "sample string 8",
"Services": "sample string 9"
}
application/octet-stream
Sample:
{"CustomerCode":"sample string 1","OrgPinCode":"sample string 2","DestnPinCode":"sample string 3","Weight":4.1,"ExpImp":"sample string 5","Network":"sample string 6","awb_type":"sample string 7","Mode":"sample string 8","Services":"sample string 9"}
application/xml, text/xml
Sample:
<RateCheckerDelnet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetApiServices.Models"> <CustomerCode>sample string 1</CustomerCode> <DestnPinCode>sample string 3</DestnPinCode> <ExpImp>sample string 5</ExpImp> <Mode>sample string 8</Mode> <Network>sample string 6</Network> <OrgPinCode>sample string 2</OrgPinCode> <Services>sample string 9</Services> <Weight>4.1</Weight> <awb_type>sample string 7</awb_type> </RateCheckerDelnet>
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. |