POST api/CHAImpMstrs/PutBCDMaster
Request Information
URI Parameters
None.
Body Parameters
CHABCDMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| BCD_ID | integer |
None. |
|
| BCD_CP_ID | integer |
None. |
|
| BCD_CTH | string |
None. |
|
| BCD_ITM_DESC | string |
None. |
|
| BCD_FLAG | string |
None. |
|
| BCD_RATE | decimal number |
None. |
|
| BCD_AMOUNT | decimal number |
None. |
|
| BCD_UOM_ID | integer |
None. |
|
| BCD_PREF | string |
None. |
|
| BCD_P_FLAG | string |
None. |
|
| BCD_P_RATE | decimal number |
None. |
|
| BCD_P_AMT | decimal number |
None. |
|
| BCD_P_UOM_ID | integer |
None. |
|
| BCD_S_UOM_ID | integer |
None. |
|
| BCD_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BCD_ID": 1,
"BCD_CP_ID": 1,
"BCD_CTH": "sample string 1",
"BCD_ITM_DESC": "sample string 2",
"BCD_FLAG": "sample string 3",
"BCD_RATE": 1.0,
"BCD_AMOUNT": 1.0,
"BCD_UOM_ID": 1,
"BCD_PREF": "sample string 4",
"BCD_P_FLAG": "sample string 5",
"BCD_P_RATE": 1.0,
"BCD_P_AMT": 1.0,
"BCD_P_UOM_ID": 1,
"BCD_S_UOM_ID": 1,
"BCD_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<CHABCDMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BCD_AMOUNT>1</BCD_AMOUNT> <BCD_CP_ID>1</BCD_CP_ID> <BCD_CREATED_BY>1</BCD_CREATED_BY> <BCD_CTH>sample string 1</BCD_CTH> <BCD_FLAG>sample string 3</BCD_FLAG> <BCD_ID>1</BCD_ID> <BCD_ITM_DESC>sample string 2</BCD_ITM_DESC> <BCD_PREF>sample string 4</BCD_PREF> <BCD_P_AMT>1</BCD_P_AMT> <BCD_P_FLAG>sample string 5</BCD_P_FLAG> <BCD_P_RATE>1</BCD_P_RATE> <BCD_P_UOM_ID>1</BCD_P_UOM_ID> <BCD_RATE>1</BCD_RATE> <BCD_S_UOM_ID>1</BCD_S_UOM_ID> <BCD_UOM_ID>1</BCD_UOM_ID> </CHABCDMasterInputs>
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. |