POST api/TransportOrder/GetToRoutingList

Request Information

URI Parameters

None.

Body Parameters

GetToRouting
NameDescriptionTypeAdditional information
TRH_CP_ID

integer

None.

TRH_STATUS

string

None.

TRH_ROU_CODE

string

None.

TRH_ROU_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TRH_CP_ID": 1,
  "TRH_STATUS": "sample string 1",
  "TRH_ROU_CODE": "sample string 2",
  "TRH_ROU_NAME": "sample string 3"
}

application/xml, text/xml

Sample:
<GetToRouting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TRH_CP_ID>1</TRH_CP_ID>
  <TRH_ROU_CODE>sample string 2</TRH_ROU_CODE>
  <TRH_ROU_NAME>sample string 3</TRH_ROU_NAME>
  <TRH_STATUS>sample string 1</TRH_STATUS>
</GetToRouting>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.