POST api/Tyre/GetDriverName

Request Information

URI Parameters

None.

Body Parameters

TruckAllocation
NameDescriptionTypeAdditional information
DTA_ID

integer

None.

DTA_TRK_ID

integer

None.

DTA_STATUS

string

None.

DTA_DRV_ID

integer

None.

DTA_VALID_FROM

date

None.

DTA_VALID_TILL

date

None.

DTA_PROGRAM_ID

string

None.

DTA_CREATED_BY

integer

None.

DTA_START_KM

decimal number

None.

DTA_END_KM

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "DTA_ID": 1,
  "DTA_TRK_ID": 1,
  "DTA_STATUS": "sample string 1",
  "DTA_DRV_ID": 1,
  "DTA_VALID_FROM": "2024-05-19T17:52:00.3012259+05:30",
  "DTA_VALID_TILL": "2024-05-19T17:52:00.3012259+05:30",
  "DTA_PROGRAM_ID": "sample string 2",
  "DTA_CREATED_BY": 1,
  "DTA_START_KM": 1.1,
  "DTA_END_KM": 1.1
}

application/xml, text/xml

Sample:
<TruckAllocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DTA_CREATED_BY>1</DTA_CREATED_BY>
  <DTA_DRV_ID>1</DTA_DRV_ID>
  <DTA_END_KM>1.1</DTA_END_KM>
  <DTA_ID>1</DTA_ID>
  <DTA_PROGRAM_ID>sample string 2</DTA_PROGRAM_ID>
  <DTA_START_KM>1.1</DTA_START_KM>
  <DTA_STATUS>sample string 1</DTA_STATUS>
  <DTA_TRK_ID>1</DTA_TRK_ID>
  <DTA_VALID_FROM>2024-05-19T17:52:00.3012259+05:30</DTA_VALID_FROM>
  <DTA_VALID_TILL>2024-05-19T17:52:00.3012259+05:30</DTA_VALID_TILL>
</TruckAllocation>

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.