POST api/Tyre/GetTONumber

Request Information

URI Parameters

None.

Body Parameters

GetToNumber
NameDescriptionTypeAdditional information
TO_ID

integer

None.

TO_CP_ID

integer

None.

TO_ROUTE_ID

integer

None.

TO_DOC_NUM

string

None.

TO_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

TO_REQUESTED_BY

integer

None.

TO_BL_TYPE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TO_ID": 1,
  "TO_CP_ID": 1,
  "TO_ROUTE_ID": 1,
  "TO_DOC_NUM": "sample string 1",
  "TO_STATUS": "sample string 2",
  "START": 1,
  "LENGTH": 1,
  "TO_REQUESTED_BY": 1,
  "TO_BL_TYPE": "sample string 3"
}

application/xml, text/xml

Sample:
<GetToNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <TO_BL_TYPE>sample string 3</TO_BL_TYPE>
  <TO_CP_ID>1</TO_CP_ID>
  <TO_DOC_NUM>sample string 1</TO_DOC_NUM>
  <TO_ID>1</TO_ID>
  <TO_REQUESTED_BY>1</TO_REQUESTED_BY>
  <TO_ROUTE_ID>1</TO_ROUTE_ID>
  <TO_STATUS>sample string 2</TO_STATUS>
</GetToNumber>

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.