POST forms/submitPOD
Request Information
URI Parameters
None.
Body Parameters
PODForm| Name | Description | Type | Additional information |
|---|---|---|---|
| ProNum | string |
None. |
|
| PODDateTime | string |
None. |
|
| DeliveredTo | string |
None. |
|
| PODSignature | string |
None. |
|
| EnteredBy | string |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProNum": "sample string 1",
"PODDateTime": "sample string 2",
"DeliveredTo": "sample string 3",
"PODSignature": "sample string 4",
"EnteredBy": "sample string 5",
"Phone": "sample string 6",
"Fax": "sample string 7",
"Email": "sample string 8",
"Comments": "sample string 9"
}
application/xml, text/xml
Sample:
<PODForm xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProNum>sample string 1</ProNum> <PODDateTime>sample string 2</PODDateTime> <DeliveredTo>sample string 3</DeliveredTo> <PODSignature>sample string 4</PODSignature> <EnteredBy>sample string 5</EnteredBy> <Phone>sample string 6</Phone> <Fax>sample string 7</Fax> <Email>sample string 8</Email> <Comments>sample string 9</Comments> </PODForm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PilotWWWResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsError | boolean |
None. |
|
| Result | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsError": true,
"Result": true,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<PilotWWWResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsError>true</IsError> <Result>true</Result> <Message>sample string 3</Message> </PilotWWWResult>