POST api/TO/GetTRD

Request Information

URI Parameters

None.

Body Parameters

GetTnpRentalDtls
NameDescriptionTypeAdditional information
TEM_TO_ID

integer

None.

TEM_CREATED_BY

integer

None.

TEM_CHG_ID

integer

None.

TEM_FROM_DATE

date

None.

TEM_CP_ID

integer

None.

TEM_TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TEM_TO_ID": 1,
  "TEM_CREATED_BY": 1,
  "TEM_CHG_ID": 1,
  "TEM_FROM_DATE": "2025-12-06T04:28:24.8354598+00:00",
  "TEM_CP_ID": 1,
  "TEM_TO_DATE": "2025-12-06T04:28:24.8354598+00:00"
}

application/xml, text/xml

Sample:
<GetTnpRentalDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TEM_CHG_ID>1</TEM_CHG_ID>
  <TEM_CP_ID>1</TEM_CP_ID>
  <TEM_CREATED_BY>1</TEM_CREATED_BY>
  <TEM_FROM_DATE>2025-12-06T04:28:24.8354598+00:00</TEM_FROM_DATE>
  <TEM_TO_DATE>2025-12-06T04:28:24.8354598+00:00</TEM_TO_DATE>
  <TEM_TO_ID>1</TEM_TO_ID>
</GetTnpRentalDtls>

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.