POST api/BOE/ExportXMLCreate
Request Information
URI Parameters
None.
Body Parameters
XMLCreateParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| mawbno | string |
None. |
|
| comp | string |
None. |
|
| Gateway | string |
None. |
|
| BoeNo | string |
None. |
|
| BoeType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mawbno": "sample string 1",
"comp": "sample string 2",
"Gateway": "sample string 3",
"BoeNo": "sample string 4",
"BoeType": "sample string 5"
}
application/octet-stream
Sample:
{"mawbno":"sample string 1","comp":"sample string 2","Gateway":"sample string 3","BoeNo":"sample string 4","BoeType":"sample string 5"}
application/xml, text/xml
Sample:
<XMLCreateParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetApiServices.Models"> <BoeNo>sample string 4</BoeNo> <BoeType>sample string 5</BoeType> <Gateway>sample string 3</Gateway> <comp>sample string 2</comp> <mawbno>sample string 1</mawbno> </XMLCreateParameter>
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. |