POST api/TO/UploadTOCost
Request Information
URI Parameters
None.
Body Parameters
UploadToCostInPuts| Name | Description | Type | Additional information |
|---|---|---|---|
| TRC_ID | integer |
None. |
|
| TRC_TO_NUMBER | string |
None. |
|
| TRC_COST_TYPE_CODE | string |
None. |
|
| TRC_CHG_CODE | string |
None. |
|
| TRC_BASIS_CODE | string |
None. |
|
| TRC_CUR_CODE | string |
None. |
|
| TRC_AMOUNT | decimal number |
None. |
|
| TRC_IS_INV_CODE | string |
None. |
|
| TRC_REMARKS | string |
None. |
|
| TRC_UNI_REF | string |
None. |
|
| TO_TRK_NUM | string |
None. |
|
| TRK_DATE_TIME | date |
None. |
|
| TRC_PROGRAM_ID | string |
None. |
|
| TRC_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TRC_ID": 1,
"TRC_TO_NUMBER": "sample string 1",
"TRC_COST_TYPE_CODE": "sample string 2",
"TRC_CHG_CODE": "sample string 3",
"TRC_BASIS_CODE": "sample string 4",
"TRC_CUR_CODE": "sample string 5",
"TRC_AMOUNT": 1.1,
"TRC_IS_INV_CODE": "sample string 6",
"TRC_REMARKS": "sample string 7",
"TRC_UNI_REF": "sample string 8",
"TO_TRK_NUM": "sample string 9",
"TRK_DATE_TIME": "2025-12-06T04:22:55.2109479+00:00",
"TRC_PROGRAM_ID": "sample string 10",
"TRC_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<UploadToCostInPuts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TO_TRK_NUM>sample string 9</TO_TRK_NUM> <TRC_AMOUNT>1.1</TRC_AMOUNT> <TRC_BASIS_CODE>sample string 4</TRC_BASIS_CODE> <TRC_CHG_CODE>sample string 3</TRC_CHG_CODE> <TRC_COST_TYPE_CODE>sample string 2</TRC_COST_TYPE_CODE> <TRC_CREATED_BY>1</TRC_CREATED_BY> <TRC_CUR_CODE>sample string 5</TRC_CUR_CODE> <TRC_ID>1</TRC_ID> <TRC_IS_INV_CODE>sample string 6</TRC_IS_INV_CODE> <TRC_PROGRAM_ID>sample string 10</TRC_PROGRAM_ID> <TRC_REMARKS>sample string 7</TRC_REMARKS> <TRC_TO_NUMBER>sample string 1</TRC_TO_NUMBER> <TRC_UNI_REF>sample string 8</TRC_UNI_REF> <TRK_DATE_TIME>2025-12-06T04:22:55.2109479+00:00</TRK_DATE_TIME> </UploadToCostInPuts>
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. |