POST api/CHAMasters/UploadCEMMaster

Request Information

URI Parameters

None.

Body Parameters

UploadCHACEMMaster
NameDescriptionTypeAdditional information
CEM_DETAILS

Collection of CHA_CEM_DETAILS

None.

Request Formats

application/json, text/json

Sample:
{
  "CEM_DETAILS": [
    {
      "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-06T04:24:04.1320349+00:00",
      "CEM_EFFECTIVE_TO": "2025-12-06T04:24:04.1320349+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_STATUS_CODE": "sample string 8",
      "CEM_CUR_STANDARD_CODE": "sample string 9",
      "CEM_CREATED_BY": 1
    },
    {
      "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-06T04:24:04.1320349+00:00",
      "CEM_EFFECTIVE_TO": "2025-12-06T04:24:04.1320349+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_STATUS_CODE": "sample string 8",
      "CEM_CUR_STANDARD_CODE": "sample string 9",
      "CEM_CREATED_BY": 1
    }
  ]
}

application/xml, text/xml

Sample:
<UploadCHACEMMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CEM_DETAILS>
    <CHA_CEM_DETAILS>
      <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 9</CEM_CUR_STANDARD_CODE>
      <CEM_EFFECTIVE_FROM>2025-12-06T04:24:04.1320349+00:00</CEM_EFFECTIVE_FROM>
      <CEM_EFFECTIVE_TO>2025-12-06T04:24:04.1320349+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>
      <CEM_STATUS_CODE>sample string 8</CEM_STATUS_CODE>
    </CHA_CEM_DETAILS>
    <CHA_CEM_DETAILS>
      <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 9</CEM_CUR_STANDARD_CODE>
      <CEM_EFFECTIVE_FROM>2025-12-06T04:24:04.1320349+00:00</CEM_EFFECTIVE_FROM>
      <CEM_EFFECTIVE_TO>2025-12-06T04:24:04.1320349+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>
      <CEM_STATUS_CODE>sample string 8</CEM_STATUS_CODE>
    </CHA_CEM_DETAILS>
  </CEM_DETAILS>
</UploadCHACEMMaster>

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.