POST api/Master/PostWareHouseTariff

Request Information

URI Parameters

None.

Body Parameters

WareHouseTariffInputs
NameDescriptionTypeAdditional information
WTM_ID

integer

None.

WTM_CP_ID

integer

None.

WTM_AM_ID

integer

None.

WTM_TRF_TYPE

string

None.

WTM_CHG_ID

integer

None.

WTM_RATE_QUAN

decimal number

None.

WTM_CUR_ID

integer

None.

WTM_BILLABLE

string

None.

WTM_VALID_FROM

date

None.

WTM_VALID_TILL

date

None.

WTM_STATUS

string

None.

WTM_NOTES

string

None.

WTM_UOM

string

None.

WTM_VENDOR

integer

None.

WTM_ACTIVITY_TYPE

string

None.

WTM_PROGRAM_ID

string

None.

WTM_AR_ID

integer

None.

WTM_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "WTM_ID": 1,
  "WTM_CP_ID": 1,
  "WTM_AM_ID": 1,
  "WTM_TRF_TYPE": "sample string 1",
  "WTM_CHG_ID": 1,
  "WTM_RATE_QUAN": 1.1,
  "WTM_CUR_ID": 1,
  "WTM_BILLABLE": "sample string 2",
  "WTM_VALID_FROM": "2025-12-06T04:25:16.2279089+00:00",
  "WTM_VALID_TILL": "2025-12-06T04:25:16.2279089+00:00",
  "WTM_STATUS": "sample string 3",
  "WTM_NOTES": "sample string 4",
  "WTM_UOM": "sample string 5",
  "WTM_VENDOR": 1,
  "WTM_ACTIVITY_TYPE": "sample string 6",
  "WTM_PROGRAM_ID": "sample string 7",
  "WTM_AR_ID": 1,
  "WTM_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<WareHouseTariffInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <WTM_ACTIVITY_TYPE>sample string 6</WTM_ACTIVITY_TYPE>
  <WTM_AM_ID>1</WTM_AM_ID>
  <WTM_AR_ID>1</WTM_AR_ID>
  <WTM_BILLABLE>sample string 2</WTM_BILLABLE>
  <WTM_CHG_ID>1</WTM_CHG_ID>
  <WTM_CP_ID>1</WTM_CP_ID>
  <WTM_CREATED_BY>1</WTM_CREATED_BY>
  <WTM_CUR_ID>1</WTM_CUR_ID>
  <WTM_ID>1</WTM_ID>
  <WTM_NOTES>sample string 4</WTM_NOTES>
  <WTM_PROGRAM_ID>sample string 7</WTM_PROGRAM_ID>
  <WTM_RATE_QUAN>1.1</WTM_RATE_QUAN>
  <WTM_STATUS>sample string 3</WTM_STATUS>
  <WTM_TRF_TYPE>sample string 1</WTM_TRF_TYPE>
  <WTM_UOM>sample string 5</WTM_UOM>
  <WTM_VALID_FROM>2025-12-06T04:25:16.2279089+00:00</WTM_VALID_FROM>
  <WTM_VALID_TILL>2025-12-06T04:25:16.2279089+00:00</WTM_VALID_TILL>
  <WTM_VENDOR>1</WTM_VENDOR>
</WareHouseTariffInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.