POST api/CHAMasters/UploadRCMMaster
Request Information
URI Parameters
None.
Body Parameters
UploadCHARCMMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| RCM_DETAILS | Collection of UploadCHARCMMaster |
None. |
Request Formats
application/json, text/json
Sample:
{
"RCM_DETAILS": [
{
"RCM_ID": 1,
"RCM_CHAPTER_NO": 1,
"RCM_CHAPTER": "sample string 1",
"RCM_DESC": "sample string 2",
"RCM_SECTION_NO": "sample string 3",
"RCM_STATUS": "sample string 4",
"RCM_NOTES": "sample string 5",
"RCM_CREATED_BY": 1,
"RCM_STATUS_CODE": "sample string 6"
},
{
"RCM_ID": 1,
"RCM_CHAPTER_NO": 1,
"RCM_CHAPTER": "sample string 1",
"RCM_DESC": "sample string 2",
"RCM_SECTION_NO": "sample string 3",
"RCM_STATUS": "sample string 4",
"RCM_NOTES": "sample string 5",
"RCM_CREATED_BY": 1,
"RCM_STATUS_CODE": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<UploadCHARCMMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<RCM_DETAILS>
<UploadCHARCMMaster>
<RCM_CHAPTER>sample string 1</RCM_CHAPTER>
<RCM_CHAPTER_NO>1</RCM_CHAPTER_NO>
<RCM_CREATED_BY>1</RCM_CREATED_BY>
<RCM_DESC>sample string 2</RCM_DESC>
<RCM_ID>1</RCM_ID>
<RCM_NOTES>sample string 5</RCM_NOTES>
<RCM_SECTION_NO>sample string 3</RCM_SECTION_NO>
<RCM_STATUS>sample string 4</RCM_STATUS>
<RCM_STATUS_CODE>sample string 6</RCM_STATUS_CODE>
</UploadCHARCMMaster>
<UploadCHARCMMaster>
<RCM_CHAPTER>sample string 1</RCM_CHAPTER>
<RCM_CHAPTER_NO>1</RCM_CHAPTER_NO>
<RCM_CREATED_BY>1</RCM_CREATED_BY>
<RCM_DESC>sample string 2</RCM_DESC>
<RCM_ID>1</RCM_ID>
<RCM_NOTES>sample string 5</RCM_NOTES>
<RCM_SECTION_NO>sample string 3</RCM_SECTION_NO>
<RCM_STATUS>sample string 4</RCM_STATUS>
<RCM_STATUS_CODE>sample string 6</RCM_STATUS_CODE>
</UploadCHARCMMaster>
</RCM_DETAILS>
</UploadCHARCMMasterInputs>
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. |