POST api/CHAMasters/UploadCMCMaster

Request Information

URI Parameters

None.

Body Parameters

CHACMCMaster
NameDescriptionTypeAdditional information
CMC_ID

integer

None.

CMC_RITC_CODE

string

None.

CMC_ESAN_CODE

string

None.

CMC_ESAN_DESC

string

None.

CMC_NOTES

string

None.

CMC_STATUS

string

None.

CMC_CREATED_BY

integer

None.

CMC_STATUS_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CMC_ID": 1,
  "CMC_RITC_CODE": "sample string 1",
  "CMC_ESAN_CODE": "sample string 2",
  "CMC_ESAN_DESC": "sample string 3",
  "CMC_NOTES": "sample string 4",
  "CMC_STATUS": "sample string 5",
  "CMC_CREATED_BY": 1,
  "CMC_STATUS_CODE": "sample string 6"
}

application/xml, text/xml

Sample:
<CHACMCMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CMC_CREATED_BY>1</CMC_CREATED_BY>
  <CMC_ESAN_CODE>sample string 2</CMC_ESAN_CODE>
  <CMC_ESAN_DESC>sample string 3</CMC_ESAN_DESC>
  <CMC_ID>1</CMC_ID>
  <CMC_NOTES>sample string 4</CMC_NOTES>
  <CMC_RITC_CODE>sample string 1</CMC_RITC_CODE>
  <CMC_STATUS>sample string 5</CMC_STATUS>
  <CMC_STATUS_CODE>sample string 6</CMC_STATUS_CODE>
</CHACMCMaster>

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.