POST api/Tyre/GetTyreMaster

Request Information

URI Parameters

None.

Body Parameters

GetTyre
NameDescriptionTypeAdditional information
TYR_ID

integer

None.

TYR_CP_ID

integer

None.

TYR_NUMBER

string

None.

TYR_STATUS

string

None.

TYR_TYRE_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

TYR_AT_ID

string

None.

TYRE_TRK_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TYR_ID": 1,
  "TYR_CP_ID": 1,
  "TYR_NUMBER": "sample string 1",
  "TYR_STATUS": "sample string 2",
  "TYR_TYRE_STATUS": "sample string 3",
  "START": 1,
  "LENGTH": 1,
  "TYR_AT_ID": "sample string 4",
  "TYRE_TRK_ID": 1
}

application/xml, text/xml

Sample:
<GetTyre xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <TYRE_TRK_ID>1</TYRE_TRK_ID>
  <TYR_AT_ID>sample string 4</TYR_AT_ID>
  <TYR_CP_ID>1</TYR_CP_ID>
  <TYR_ID>1</TYR_ID>
  <TYR_NUMBER>sample string 1</TYR_NUMBER>
  <TYR_STATUS>sample string 2</TYR_STATUS>
  <TYR_TYRE_STATUS>sample string 3</TYR_TYRE_STATUS>
</GetTyre>

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.