POST api/{area}/Truck/OrderPrioritySort

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

TruckAddresSortInfo
NameDescriptionTypeAdditional information
TruckFrequencyCode

string

None.

phone

string

None.

driver

string

None.

openid

string

None.

siteid

string

None.

sotype

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TruckFrequencyCode": "sample string 1",
  "phone": "sample string 2",
  "driver": "sample string 3",
  "openid": "sample string 4",
  "siteid": "sample string 5",
  "sotype": 6
}

application/xml, text/xml

Sample:
<TruckAddresSortInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pror.P2API.Areas.TMS.Models">
  <TruckFrequencyCode>sample string 1</TruckFrequencyCode>
  <driver>sample string 3</driver>
  <openid>sample string 4</openid>
  <phone>sample string 2</phone>
  <siteid>sample string 5</siteid>
  <sotype>6</sotype>
</TruckAddresSortInfo>

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 'TruckAddresSortInfo'.

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.