POST api/ReleaseNote/GetReleaseNotes

Request Information

URI Parameters

None.

Body Parameters

GetReleaseNotesInputs
NameDescriptionTypeAdditional information
RN_SCREEN_NAME

string

None.

RN_CP_ID

integer

None.

RN_VERSION

string

None.

RN_PRO_KEY

string

None.

RN_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RN_SCREEN_NAME": "sample string 1",
  "RN_CP_ID": 1,
  "RN_VERSION": "sample string 2",
  "RN_PRO_KEY": "sample string 3",
  "RN_STATUS": "sample string 4"
}

application/xml, text/xml

Sample:
<GetReleaseNotesInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <RN_CP_ID>1</RN_CP_ID>
  <RN_PRO_KEY>sample string 3</RN_PRO_KEY>
  <RN_SCREEN_NAME>sample string 1</RN_SCREEN_NAME>
  <RN_STATUS>sample string 4</RN_STATUS>
  <RN_VERSION>sample string 2</RN_VERSION>
</GetReleaseNotesInputs>

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.