POST api/v1/ManifestScan/ManifestUpdateOnForwording

Request Information

URI Parameters

None.

Body Parameters

UpdateForwarding
NameDescriptionTypeAdditional information
UserID

string

None.

Manifest_No

string

None.

FlightNo

string

None.

BoggiNo

string

None.

PCS

string

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "Manifest_No": "sample string 2",
  "FlightNo": "sample string 3",
  "BoggiNo": "sample string 4",
  "PCS": "sample string 5",
  "Remark": "sample string 6"
}

application/xml, text/xml

Sample:
<UpdateForwarding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mobile_WebApi.Models">
  <BoggiNo>sample string 4</BoggiNo>
  <FlightNo>sample string 3</FlightNo>
  <Manifest_No>sample string 2</Manifest_No>
  <PCS>sample string 5</PCS>
  <Remark>sample string 6</Remark>
  <UserID>sample string 1</UserID>
</UpdateForwarding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.