POST api/v1/ManifestScan/ManifestShipment

Request Information

URI Parameters

None.

Body Parameters

ManifestReceivedData
NameDescriptionTypeAdditional information
UserID

string

None.

Manifest_No

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "Manifest_No": "sample string 2"
}

application/xml, text/xml

Sample:
<ManifestReceivedData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mobile_WebApi.Models">
  <Manifest_No>sample string 2</Manifest_No>
  <UserID>sample string 1</UserID>
</ManifestReceivedData>

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.