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