POST api/v1/ManifestScan/ManifestInsert
Request Information
URI Parameters
None.
Body Parameters
ManifestScan| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| Manifest_Date | string |
None. |
|
| Manifest_No | string |
None. |
|
| Destination_Code | string |
None. |
|
| Vendor_Code | string |
None. |
|
| Location_Code | string |
None. |
|
| Type | string |
None. |
|
| AWBNo | string |
None. |
|
| BagNo | string |
None. |
|
| FlightNo | string |
None. |
|
| Resp_Msg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"Manifest_Date": "sample string 2",
"Manifest_No": "sample string 3",
"Destination_Code": "sample string 4",
"Vendor_Code": "sample string 5",
"Location_Code": "sample string 6",
"Type": "sample string 7",
"AWBNo": "sample string 8",
"BagNo": "sample string 9",
"FlightNo": "sample string 10",
"Resp_Msg": "sample string 11"
}
application/xml, text/xml
Sample:
<ManifestScan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mobile_WebApi.Models"> <AWBNo>sample string 8</AWBNo> <BagNo>sample string 9</BagNo> <Destination_Code>sample string 4</Destination_Code> <FlightNo>sample string 10</FlightNo> <Location_Code>sample string 6</Location_Code> <Manifest_Date>sample string 2</Manifest_Date> <Manifest_No>sample string 3</Manifest_No> <Resp_Msg>sample string 11</Resp_Msg> <Type>sample string 7</Type> <UserID>sample string 1</UserID> <Vendor_Code>sample string 5</Vendor_Code> </ManifestScan>
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. |