POST api/CHAMasters/PutSDMaster
Request Information
URI Parameters
None.
Body Parameters
CHASDMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| SDM_ID | integer |
None. |
|
| SDM_DOC_CODE | string |
None. |
|
| SDM_DOC_NAME | string |
None. |
|
| SDM_DESC | string |
None. |
|
| SDM_INV_NUM | string |
None. |
|
| SDM_INV_ITEM_NO | string |
None. |
|
| SDM_STATUS | string |
None. |
|
| SDM_NOTES | string |
None. |
|
| SDM_CREATED_BY | integer |
None. |
|
| SDM_STATUS_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SDM_ID": 1,
"SDM_DOC_CODE": "sample string 1",
"SDM_DOC_NAME": "sample string 2",
"SDM_DESC": "sample string 3",
"SDM_INV_NUM": "sample string 4",
"SDM_INV_ITEM_NO": "sample string 5",
"SDM_STATUS": "sample string 6",
"SDM_NOTES": "sample string 7",
"SDM_CREATED_BY": 1,
"SDM_STATUS_CODE": "sample string 8"
}
application/xml, text/xml
Sample:
<CHASDMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <SDM_CREATED_BY>1</SDM_CREATED_BY> <SDM_DESC>sample string 3</SDM_DESC> <SDM_DOC_CODE>sample string 1</SDM_DOC_CODE> <SDM_DOC_NAME>sample string 2</SDM_DOC_NAME> <SDM_ID>1</SDM_ID> <SDM_INV_ITEM_NO>sample string 5</SDM_INV_ITEM_NO> <SDM_INV_NUM>sample string 4</SDM_INV_NUM> <SDM_NOTES>sample string 7</SDM_NOTES> <SDM_STATUS>sample string 6</SDM_STATUS> <SDM_STATUS_CODE>sample string 8</SDM_STATUS_CODE> </CHASDMaster>
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. |