POST api/TO/PutTNPTM
Request Information
URI Parameters
None.
Body Parameters
TnpTariffMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| TLC_ID | integer |
None. |
|
| TLC_CP_ID | integer |
None. |
|
| TLC_CHG_TYPE | string |
None. |
|
| TLC_CHG_CATEGORY | string |
None. |
|
| TLC_TRANSPORT_TYPE | string |
None. |
|
| TLC_VEH_CATEGORY | string |
None. |
|
| TLC_ROUTE_TRH_ID | integer |
None. |
|
| TLC_AP_ID | integer |
None. |
|
| TLC_CHG_ID | integer |
None. |
|
| TLC_BASIS | integer |
None. |
|
| TLC_CUR_ID | integer |
None. |
|
| TLC_SRV_TYPE | string |
None. |
|
| TLC_STATUS | string |
None. |
|
| TLC_REMARKS | string |
None. |
|
| TLC_VALID_FROM | date |
None. |
|
| TLC_VALID_TILL | date |
None. |
|
| TLC_PROGRAM_ID | string |
None. |
|
| TLC_CREATED_BY | integer |
None. |
|
| TLC_IS_INV | string |
None. |
|
| TLC_AR_ID | integer |
None. |
|
| TLC_AMOUNT | decimal number |
None. |
|
| TLC_FROM_DATE | date |
None. |
|
| TLC_TO_DATE | date |
None. |
|
| TLC_TRK_TYPE_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TLC_ID": 1,
"TLC_CP_ID": 1,
"TLC_CHG_TYPE": "sample string 1",
"TLC_CHG_CATEGORY": "sample string 2",
"TLC_TRANSPORT_TYPE": "sample string 3",
"TLC_VEH_CATEGORY": "sample string 4",
"TLC_ROUTE_TRH_ID": 1,
"TLC_AP_ID": 1,
"TLC_CHG_ID": 1,
"TLC_BASIS": 1,
"TLC_CUR_ID": 1,
"TLC_SRV_TYPE": "sample string 5",
"TLC_STATUS": "sample string 6",
"TLC_REMARKS": "sample string 7",
"TLC_VALID_FROM": "2025-12-06T04:25:15.2278842+00:00",
"TLC_VALID_TILL": "2025-12-06T04:25:15.2278842+00:00",
"TLC_PROGRAM_ID": "sample string 8",
"TLC_CREATED_BY": 1,
"TLC_IS_INV": "sample string 9",
"TLC_AR_ID": 1,
"TLC_AMOUNT": 1.1,
"TLC_FROM_DATE": "2025-12-06T04:25:15.2278842+00:00",
"TLC_TO_DATE": "2025-12-06T04:25:15.2278842+00:00",
"TLC_TRK_TYPE_ID": 1
}
application/xml, text/xml
Sample:
<TnpTariffMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TLC_AMOUNT>1.1</TLC_AMOUNT> <TLC_AP_ID>1</TLC_AP_ID> <TLC_AR_ID>1</TLC_AR_ID> <TLC_BASIS>1</TLC_BASIS> <TLC_CHG_CATEGORY>sample string 2</TLC_CHG_CATEGORY> <TLC_CHG_ID>1</TLC_CHG_ID> <TLC_CHG_TYPE>sample string 1</TLC_CHG_TYPE> <TLC_CP_ID>1</TLC_CP_ID> <TLC_CREATED_BY>1</TLC_CREATED_BY> <TLC_CUR_ID>1</TLC_CUR_ID> <TLC_FROM_DATE>2025-12-06T04:25:15.2278842+00:00</TLC_FROM_DATE> <TLC_ID>1</TLC_ID> <TLC_IS_INV>sample string 9</TLC_IS_INV> <TLC_PROGRAM_ID>sample string 8</TLC_PROGRAM_ID> <TLC_REMARKS>sample string 7</TLC_REMARKS> <TLC_ROUTE_TRH_ID>1</TLC_ROUTE_TRH_ID> <TLC_SRV_TYPE>sample string 5</TLC_SRV_TYPE> <TLC_STATUS>sample string 6</TLC_STATUS> <TLC_TO_DATE>2025-12-06T04:25:15.2278842+00:00</TLC_TO_DATE> <TLC_TRANSPORT_TYPE>sample string 3</TLC_TRANSPORT_TYPE> <TLC_TRK_TYPE_ID>1</TLC_TRK_TYPE_ID> <TLC_VALID_FROM>2025-12-06T04:25:15.2278842+00:00</TLC_VALID_FROM> <TLC_VALID_TILL>2025-12-06T04:25:15.2278842+00:00</TLC_VALID_TILL> <TLC_VEH_CATEGORY>sample string 4</TLC_VEH_CATEGORY> </TnpTariffMasterInputs>
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. |