POST api/TO/GetTNPTM
Request Information
URI Parameters
None.
Body Parameters
GetTnpTariffMaster| 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_AP_ID | integer |
None. |
|
| TLC_CHG_ID | integer |
None. |
|
| TLC_BASIS | integer |
None. |
|
| TLC_CUR_ID | integer |
None. |
|
| TLC_STATUS | string |
None. |
|
| TLC_IS_INV | string |
None. |
|
| TLC_AR_ID | integer |
None. |
|
| TLC_FROM_DATE | date |
None. |
|
| TLC_TO_DATE | date |
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_AP_ID": 1,
"TLC_CHG_ID": 1,
"TLC_BASIS": 1,
"TLC_CUR_ID": 1,
"TLC_STATUS": "sample string 3",
"TLC_IS_INV": "sample string 4",
"TLC_AR_ID": 1,
"TLC_FROM_DATE": "2025-12-06T04:24:26.7420928+00:00",
"TLC_TO_DATE": "2025-12-06T04:24:26.7420928+00:00"
}
application/xml, text/xml
Sample:
<GetTnpTariffMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <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_CUR_ID>1</TLC_CUR_ID> <TLC_FROM_DATE>2025-12-06T04:24:26.7420928+00:00</TLC_FROM_DATE> <TLC_ID>1</TLC_ID> <TLC_IS_INV>sample string 4</TLC_IS_INV> <TLC_STATUS>sample string 3</TLC_STATUS> <TLC_TO_DATE>2025-12-06T04:24:26.7420928+00:00</TLC_TO_DATE> </GetTnpTariffMaster>
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. |