POST api/LoadReceipt/PostDriveEmiCost
Request Information
URI Parameters
None.
Body Parameters
DriveEmiCostInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| TDC_ID | integer |
None. |
|
| TDC_TRK_ID | integer |
None. |
|
| TDC_CP_ID | integer |
None. |
|
| TDC_FROM_DATE | date |
None. |
|
| TDC_TO_DATE | date |
None. |
|
| TDC_AMT_PER_DAY | decimal number |
None. |
|
| TDC_STATUS | string |
None. |
|
| TDC_REMARKS | string |
None. |
|
| TDC_CREATED_BY | integer |
None. |
|
| TDC_PROGRAM_ID | string |
None. |
|
| TDC_COST_TYPE | string |
None. |
|
| TDC_TRK_TYPE_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TDC_ID": 1,
"TDC_TRK_ID": 1,
"TDC_CP_ID": 1,
"TDC_FROM_DATE": "2025-12-06T05:22:49.0125609+00:00",
"TDC_TO_DATE": "2025-12-06T05:22:49.0125609+00:00",
"TDC_AMT_PER_DAY": 1.1,
"TDC_STATUS": "sample string 1",
"TDC_REMARKS": "sample string 2",
"TDC_CREATED_BY": 1,
"TDC_PROGRAM_ID": "sample string 3",
"TDC_COST_TYPE": "sample string 4",
"TDC_TRK_TYPE_ID": 1
}
application/xml, text/xml
Sample:
<DriveEmiCostInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TDC_AMT_PER_DAY>1.1</TDC_AMT_PER_DAY> <TDC_COST_TYPE>sample string 4</TDC_COST_TYPE> <TDC_CP_ID>1</TDC_CP_ID> <TDC_CREATED_BY>1</TDC_CREATED_BY> <TDC_FROM_DATE>2025-12-06T05:22:49.0125609+00:00</TDC_FROM_DATE> <TDC_ID>1</TDC_ID> <TDC_PROGRAM_ID>sample string 3</TDC_PROGRAM_ID> <TDC_REMARKS>sample string 2</TDC_REMARKS> <TDC_STATUS>sample string 1</TDC_STATUS> <TDC_TO_DATE>2025-12-06T05:22:49.0125609+00:00</TDC_TO_DATE> <TDC_TRK_ID>1</TDC_TRK_ID> <TDC_TRK_TYPE_ID>1</TDC_TRK_TYPE_ID> </DriveEmiCostInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |