POST api/Master/UploadWareHouseTariff
Request Information
URI Parameters
None.
Body Parameters
UploadWareHouseTariffInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| WTM_ID | integer |
None. |
|
| WTM_CP_ID | integer |
None. |
|
| WTM_AM_CODE | string |
None. |
|
| WTM_TRF_TYPE_CODE | string |
None. |
|
| WTM_CHG_CODE | string |
None. |
|
| WTM_RATE_QUAN | decimal number |
None. |
|
| WTM_CUR_CODE | string |
None. |
|
| WTM_BILLABLE_CODE | string |
None. |
|
| WTM_VALID_FROM | date |
None. |
|
| WTM_VALID_TILL | date |
None. |
|
| WTM_STATUS_CODE | string |
None. |
|
| WTM_NOTES | string |
None. |
|
| WTM_UOM_CODE | string |
None. |
|
| WTM_VENDOR_CODE | string |
None. |
|
| WTM_ACTIVITY_CODE | string |
None. |
|
| WTM_PROGRAM_ID | string |
None. |
|
| WTM_AR_CODE | string |
None. |
|
| WTM_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"WTM_ID": 1,
"WTM_CP_ID": 1,
"WTM_AM_CODE": "sample string 1",
"WTM_TRF_TYPE_CODE": "sample string 2",
"WTM_CHG_CODE": "sample string 3",
"WTM_RATE_QUAN": 1.1,
"WTM_CUR_CODE": "sample string 4",
"WTM_BILLABLE_CODE": "sample string 5",
"WTM_VALID_FROM": "2025-12-06T04:26:14.5888483+00:00",
"WTM_VALID_TILL": "2025-12-06T04:26:14.5888483+00:00",
"WTM_STATUS_CODE": "sample string 6",
"WTM_NOTES": "sample string 7",
"WTM_UOM_CODE": "sample string 8",
"WTM_VENDOR_CODE": "sample string 9",
"WTM_ACTIVITY_CODE": "sample string 10",
"WTM_PROGRAM_ID": "sample string 11",
"WTM_AR_CODE": "sample string 12",
"WTM_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<UploadWareHouseTariffInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <WTM_ACTIVITY_CODE>sample string 10</WTM_ACTIVITY_CODE> <WTM_AM_CODE>sample string 1</WTM_AM_CODE> <WTM_AR_CODE>sample string 12</WTM_AR_CODE> <WTM_BILLABLE_CODE>sample string 5</WTM_BILLABLE_CODE> <WTM_CHG_CODE>sample string 3</WTM_CHG_CODE> <WTM_CP_ID>1</WTM_CP_ID> <WTM_CREATED_BY>1</WTM_CREATED_BY> <WTM_CUR_CODE>sample string 4</WTM_CUR_CODE> <WTM_ID>1</WTM_ID> <WTM_NOTES>sample string 7</WTM_NOTES> <WTM_PROGRAM_ID>sample string 11</WTM_PROGRAM_ID> <WTM_RATE_QUAN>1.1</WTM_RATE_QUAN> <WTM_STATUS_CODE>sample string 6</WTM_STATUS_CODE> <WTM_TRF_TYPE_CODE>sample string 2</WTM_TRF_TYPE_CODE> <WTM_UOM_CODE>sample string 8</WTM_UOM_CODE> <WTM_VALID_FROM>2025-12-06T04:26:14.5888483+00:00</WTM_VALID_FROM> <WTM_VALID_TILL>2025-12-06T04:26:14.5888483+00:00</WTM_VALID_TILL> <WTM_VENDOR_CODE>sample string 9</WTM_VENDOR_CODE> </UploadWareHouseTariffInputs>
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. |