POST api/CHAMasters/PutCEMMaster
Request Information
URI Parameters
None.
Body Parameters
CHACEMMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| CEM_ID | integer |
None. |
|
| CEM_CUR_NAME | string |
None. |
|
| CEM_CUR_CODE | string |
None. |
|
| CEM_CUR_STANDARD | string |
None. |
|
| CEM_EFFECTIVE_FROM | date |
None. |
|
| CEM_EFFECTIVE_TO | date |
None. |
|
| CEM_IMP_CUR | string |
None. |
|
| CEM_EXP_CUR | string |
None. |
|
| CEM_NOTES | string |
None. |
|
| CEM_STATUS | string |
None. |
|
| CEM_CUR_STANDARD_CODE | string |
None. |
|
| CEM_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CEM_ID": 1,
"CEM_CUR_NAME": "sample string 1",
"CEM_CUR_CODE": "sample string 2",
"CEM_CUR_STANDARD": "sample string 3",
"CEM_EFFECTIVE_FROM": "2025-12-06T05:22:20.5896267+00:00",
"CEM_EFFECTIVE_TO": "2025-12-06T05:22:20.5896267+00:00",
"CEM_IMP_CUR": "sample string 4",
"CEM_EXP_CUR": "sample string 5",
"CEM_NOTES": "sample string 6",
"CEM_STATUS": "sample string 7",
"CEM_CUR_STANDARD_CODE": "sample string 8",
"CEM_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<CHACEMMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CEM_CREATED_BY>1</CEM_CREATED_BY> <CEM_CUR_CODE>sample string 2</CEM_CUR_CODE> <CEM_CUR_NAME>sample string 1</CEM_CUR_NAME> <CEM_CUR_STANDARD>sample string 3</CEM_CUR_STANDARD> <CEM_CUR_STANDARD_CODE>sample string 8</CEM_CUR_STANDARD_CODE> <CEM_EFFECTIVE_FROM>2025-12-06T05:22:20.5896267+00:00</CEM_EFFECTIVE_FROM> <CEM_EFFECTIVE_TO>2025-12-06T05:22:20.5896267+00:00</CEM_EFFECTIVE_TO> <CEM_EXP_CUR>sample string 5</CEM_EXP_CUR> <CEM_ID>1</CEM_ID> <CEM_IMP_CUR>sample string 4</CEM_IMP_CUR> <CEM_NOTES>sample string 6</CEM_NOTES> <CEM_STATUS>sample string 7</CEM_STATUS> </CHACEMMaster>
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. |