POST api/SetOrderDetail

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
orderUpdateInfoModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OrderNumber": "sample string 1",
  "FieldName": "sample string 2",
  "FieldValue": "sample string 3",
  "TractorNumber": "sample string 4",
  "OrderLocation": "sample string 5",
  "Response": true
}

application/xml, text/xml

Sample:
<OrderUpdateInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgentPortalAPI.Models">
  <FieldName>sample string 2</FieldName>
  <FieldValue>sample string 3</FieldValue>
  <OrderLocation>sample string 5</OrderLocation>
  <OrderNumber>sample string 1</OrderNumber>
  <Response>true</Response>
  <TractorNumber>sample string 4</TractorNumber>
</OrderUpdateInfoModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderUpdateInfoModel'.