POST api/CHAMasters/PutRCMaster
Request Information
URI Parameters
None.
Body Parameters
CHARCMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| RCM_ID | integer |
None. |
|
| RCM_RITC_NO | string |
None. |
|
| RCM_UOM_ID | integer |
None. |
|
| RCM_DESC | string |
None. |
|
| RCM_PROHIBITED | boolean |
None. |
|
| RCM_SIMS | boolean |
None. |
|
| RCM_EXP_PROHIBITED | boolean |
None. |
|
| RCM_NFMIMS | boolean |
None. |
|
| RCM_PIMS | boolean |
None. |
|
| RCM_REMARKS | string |
None. |
|
| RCM_CAMP_CAT | string |
None. |
|
| RCM_STATUS | string |
None. |
|
| RCM_CREATED_BY | integer |
None. |
|
| RCM_STATUS_CODE | string |
None. |
|
| RCM_UOM_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RCM_ID": 1,
"RCM_RITC_NO": "sample string 1",
"RCM_UOM_ID": 1,
"RCM_DESC": "sample string 2",
"RCM_PROHIBITED": true,
"RCM_SIMS": true,
"RCM_EXP_PROHIBITED": true,
"RCM_NFMIMS": true,
"RCM_PIMS": true,
"RCM_REMARKS": "sample string 3",
"RCM_CAMP_CAT": "sample string 4",
"RCM_STATUS": "sample string 5",
"RCM_CREATED_BY": 1,
"RCM_STATUS_CODE": "sample string 6",
"RCM_UOM_CODE": "sample string 7"
}
application/xml, text/xml
Sample:
<CHARCMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <RCM_CAMP_CAT>sample string 4</RCM_CAMP_CAT> <RCM_CREATED_BY>1</RCM_CREATED_BY> <RCM_DESC>sample string 2</RCM_DESC> <RCM_EXP_PROHIBITED>true</RCM_EXP_PROHIBITED> <RCM_ID>1</RCM_ID> <RCM_NFMIMS>true</RCM_NFMIMS> <RCM_PIMS>true</RCM_PIMS> <RCM_PROHIBITED>true</RCM_PROHIBITED> <RCM_REMARKS>sample string 3</RCM_REMARKS> <RCM_RITC_NO>sample string 1</RCM_RITC_NO> <RCM_SIMS>true</RCM_SIMS> <RCM_STATUS>sample string 5</RCM_STATUS> <RCM_STATUS_CODE>sample string 6</RCM_STATUS_CODE> <RCM_UOM_CODE>sample string 7</RCM_UOM_CODE> <RCM_UOM_ID>1</RCM_UOM_ID> </CHARCMaster>
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. |