POST api/WestcorTMPOrder/UpdateDocumentETA
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Login": {
"Username": "sample string 1",
"Password": "sample string 2",
"<SerializeSensitiveInfo>k__BackingField": true
},
"TmpFileId": 1,
"UpdatedETA": "sample string 2"
}
application/xml, text/xml
Sample:
<WestcorDocumentETARequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Hub">
<Login>
<Password>sample string 2</Password>
<Username>sample string 1</Username>
<_x003C_SerializeSensitiveInfo_x003E_k__BackingField>true</_x003C_SerializeSensitiveInfo_x003E_k__BackingField>
</Login>
<TmpFileId>1</TmpFileId>
<UpdatedETA>sample string 2</UpdatedETA>
</WestcorDocumentETARequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"DocumentETAResponse": {
"Message": "sample string 1",
"ResponseCode": 2
}
}
application/xml, text/xml
Sample:
<WestcorDocumentETAResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Hub">
<DocumentETAResponse>
<Message>sample string 1</Message>
<ResponseCode>2</ResponseCode>
</DocumentETAResponse>
</WestcorDocumentETAResponse>