POST api/TO/GetTransportOrderList

Request Information

URI Parameters

None.

Body Parameters

TOListInput
NameDescriptionTypeAdditional information
to_id

integer

None.

to_cp_id

integer

None.

to_number

string

None.

to_ar_id

integer

None.

to_job_number

integer

None.

to_cus_ref

string

None.

to_route_id

integer

None.

to_round

string

None.

to_bl_type

string

None.

to_bl_id

integer

None.

to_program_id

string

None.

to_created_by

integer

None.

to_ap_id

integer

None.

to_search

string

None.

to_pickup_frm_dt

date

None.

to_pickup_to_dt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "to_id": 1,
  "to_cp_id": 1,
  "to_number": "sample string 1",
  "to_ar_id": 1,
  "to_job_number": 1,
  "to_cus_ref": "sample string 2",
  "to_route_id": 1,
  "to_round": "sample string 3",
  "to_bl_type": "sample string 4",
  "to_bl_id": 1,
  "to_program_id": "sample string 5",
  "to_created_by": 1,
  "to_ap_id": 1,
  "to_search": "sample string 6",
  "to_pickup_frm_dt": "2025-12-06T04:28:06.3932429+00:00",
  "to_pickup_to_dt": "2025-12-06T04:28:06.3932429+00:00"
}

application/xml, text/xml

Sample:
<TOListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <to_ap_id>1</to_ap_id>
  <to_ar_id>1</to_ar_id>
  <to_bl_id>1</to_bl_id>
  <to_bl_type>sample string 4</to_bl_type>
  <to_cp_id>1</to_cp_id>
  <to_created_by>1</to_created_by>
  <to_cus_ref>sample string 2</to_cus_ref>
  <to_id>1</to_id>
  <to_job_number>1</to_job_number>
  <to_number>sample string 1</to_number>
  <to_pickup_frm_dt>2025-12-06T04:28:06.3932429+00:00</to_pickup_frm_dt>
  <to_pickup_to_dt>2025-12-06T04:28:06.3932429+00:00</to_pickup_to_dt>
  <to_program_id>sample string 5</to_program_id>
  <to_round>sample string 3</to_round>
  <to_route_id>1</to_route_id>
  <to_search>sample string 6</to_search>
</TOListInput>

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.