POST api/AirlinerExpress/CustomerRateApi
Request Information
URI Parameters
None.
Body Parameters
AirinerRateApi| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode | string |
None. |
|
| Country | string |
None. |
|
| Export_Import | string |
None. |
|
| Weight | decimal number |
None. |
|
| Dox_Spx | 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,
"Dox_Spx": "sample string 5"
}
application/octet-stream
Sample:
{"CustomerCode":"sample string 1","Country":"sample string 2","Export_Import":"sample string 3","Weight":4.1,"Dox_Spx":"sample string 5"}
application/xml, text/xml
Sample:
<AirinerRateApi 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 5</Dox_Spx> <Export_Import>sample string 3</Export_Import> <Weight>4.1</Weight> </AirinerRateApi>
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. |