POST api/CHAMasters/PutRUMaster

Request Information

URI Parameters

None.

Body Parameters

CHARUMaster
NameDescriptionTypeAdditional information
RUM_ID

integer

None.

RUM_TARIFF_ITEM

string

None.

RUM_DESC

string

None.

RUM_UOM_ID

integer

None.

RUM_NOTES

string

None.

RUM_CREATED_BY

integer

None.

RUM_STATUS

string

None.

RUM_STATUS_CODE

string

None.

RUM_UOM_CODE

string

None.

RUM_UOM_DESC

string

None.

RUM_PROHIBITED

integer

None.

RUM_SIMS

boolean

None.

RUM_EXP_PROHIBITED

integer

None.

RUM_NFMIMS

boolean

None.

RUM_PIMS

boolean

None.

RUM_REMARKS

string

None.

RUM_CAMP_CAT

string

None.

RUM_IMP_POLICY

string

None.

RUM_EXP_POLICY

string

None.

RUM_BIS

boolean

None.

RUM_TOBACCO

boolean

None.

RUM_CHIMS

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RUM_ID": 1,
  "RUM_TARIFF_ITEM": "sample string 1",
  "RUM_DESC": "sample string 2",
  "RUM_UOM_ID": 1,
  "RUM_NOTES": "sample string 3",
  "RUM_CREATED_BY": 1,
  "RUM_STATUS": "sample string 4",
  "RUM_STATUS_CODE": "sample string 5",
  "RUM_UOM_CODE": "sample string 6",
  "RUM_UOM_DESC": "sample string 7",
  "RUM_PROHIBITED": 1,
  "RUM_SIMS": true,
  "RUM_EXP_PROHIBITED": 1,
  "RUM_NFMIMS": true,
  "RUM_PIMS": true,
  "RUM_REMARKS": "sample string 8",
  "RUM_CAMP_CAT": "sample string 9",
  "RUM_IMP_POLICY": "sample string 10",
  "RUM_EXP_POLICY": "sample string 11",
  "RUM_BIS": true,
  "RUM_TOBACCO": true,
  "RUM_CHIMS": true
}

application/xml, text/xml

Sample:
<CHARUMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <RUM_BIS>true</RUM_BIS>
  <RUM_CAMP_CAT>sample string 9</RUM_CAMP_CAT>
  <RUM_CHIMS>true</RUM_CHIMS>
  <RUM_CREATED_BY>1</RUM_CREATED_BY>
  <RUM_DESC>sample string 2</RUM_DESC>
  <RUM_EXP_POLICY>sample string 11</RUM_EXP_POLICY>
  <RUM_EXP_PROHIBITED>1</RUM_EXP_PROHIBITED>
  <RUM_ID>1</RUM_ID>
  <RUM_IMP_POLICY>sample string 10</RUM_IMP_POLICY>
  <RUM_NFMIMS>true</RUM_NFMIMS>
  <RUM_NOTES>sample string 3</RUM_NOTES>
  <RUM_PIMS>true</RUM_PIMS>
  <RUM_PROHIBITED>1</RUM_PROHIBITED>
  <RUM_REMARKS>sample string 8</RUM_REMARKS>
  <RUM_SIMS>true</RUM_SIMS>
  <RUM_STATUS>sample string 4</RUM_STATUS>
  <RUM_STATUS_CODE>sample string 5</RUM_STATUS_CODE>
  <RUM_TARIFF_ITEM>sample string 1</RUM_TARIFF_ITEM>
  <RUM_TOBACCO>true</RUM_TOBACCO>
  <RUM_UOM_CODE>sample string 6</RUM_UOM_CODE>
  <RUM_UOM_DESC>sample string 7</RUM_UOM_DESC>
  <RUM_UOM_ID>1</RUM_UOM_ID>
</CHARUMaster>

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.