POST api/CHAMasters/GetRCMMaster

Request Information

URI Parameters

None.

Body Parameters

CHARCMMaster
NameDescriptionTypeAdditional information
RCM_ID

integer

None.

RCM_CHAPTER_NO

integer

None.

RCM_CHAPTER

string

None.

RCM_DESC

string

None.

RCM_SECTION_NO

string

None.

RCM_STATUS

string

None.

RCM_NOTES

string

None.

RCM_CREATED_BY

integer

None.

RCM_STATUS_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "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:
<CHARCMMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <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>
</CHARCMMaster>

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.