POST api/LoadReceipt/GetDriveEmiCost

Request Information

URI Parameters

None.

Body Parameters

GetDriveEmiCost
NameDescriptionTypeAdditional information
TDC_FROM_DATE

date

None.

TDC_TO_DATE

date

None.

TDC_COST_TYPE

string

None.

TDC_TRK_TYPE_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TDC_FROM_DATE": "2025-12-06T05:22:21.1208944+00:00",
  "TDC_TO_DATE": "2025-12-06T05:22:21.1208944+00:00",
  "TDC_COST_TYPE": "sample string 1",
  "TDC_TRK_TYPE_ID": 1
}

application/xml, text/xml

Sample:
<GetDriveEmiCost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TDC_COST_TYPE>sample string 1</TDC_COST_TYPE>
  <TDC_FROM_DATE>2025-12-06T05:22:21.1208944+00:00</TDC_FROM_DATE>
  <TDC_TO_DATE>2025-12-06T05:22:21.1208944+00:00</TDC_TO_DATE>
  <TDC_TRK_TYPE_ID>1</TDC_TRK_TYPE_ID>
</GetDriveEmiCost>

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.