POST api/SetOrderDetail/SetReferenceseRIGS
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| orderRefDetailInfo | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OrderNumber": "sample string 1",
"Chassis": "sample string 2",
"Equipment": "sample string 3",
"Seal": "sample string 4",
"EmptyContainer": "sample string 5",
"TractorNumber": "sample string 6",
"OrderLocation": "sample string 7",
"Response": true
}
application/xml, text/xml
Sample:
<OrderRefInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgentPortalAPI.Models"> <Chassis>sample string 2</Chassis> <EmptyContainer>sample string 5</EmptyContainer> <Equipment>sample string 3</Equipment> <OrderLocation>sample string 7</OrderLocation> <OrderNumber>sample string 1</OrderNumber> <Response>true</Response> <Seal>sample string 4</Seal> <TractorNumber>sample string 6</TractorNumber> </OrderRefInfoModel>
application/x-www-form-urlencoded
Sample: