POST api/LoadReceipt/GetTruckEmiCost

Request Information

URI Parameters

None.

Body Parameters

GetTruckEmiCost
NameDescriptionTypeAdditional information
TEC_TRK_ID

integer

None.

TEC_FROM_DATE

date

None.

TEC_TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TEC_TRK_ID": 1,
  "TEC_FROM_DATE": "2025-12-06T04:28:40.503886+00:00",
  "TEC_TO_DATE": "2025-12-06T04:28:40.503886+00:00"
}

application/xml, text/xml

Sample:
<GetTruckEmiCost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TEC_FROM_DATE>2025-12-06T04:28:40.503886+00:00</TEC_FROM_DATE>
  <TEC_TO_DATE>2025-12-06T04:28:40.503886+00:00</TEC_TO_DATE>
  <TEC_TRK_ID>1</TEC_TRK_ID>
</GetTruckEmiCost>

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.