POST GetRgDhiscoMapping

Request Information

URI Parameters

None.

Body Parameters

RgDhMappingRequest
NameDescriptionTypeAdditional information
PropertyIds

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyIds": "sample string 1"
}

text/html

Sample:
{"PropertyIds":"sample string 1"}

application/xml, text/xml

Sample:
<RgDhMappingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <PropertyIds>sample string 1</PropertyIds>
</RgDhMappingRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RgDhMappingRequest'.

Response Information

Resource Description

ResponseOfListOfRgDhMappingResponse
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

Collection of RgDhMappingResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": [
    {
      "DH_PID": "sample string 1",
      "RG_HotelMasterId": 2,
      "DHISCOSupported": true,
      "HintEnabled": true
    },
    {
      "DH_PID": "sample string 1",
      "RG_HotelMasterId": 2,
      "DHISCOSupported": true,
      "HintEnabled": true
    }
  ]
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":[{"DH_PID":"sample string 1","RG_HotelMasterId":2,"DHISCOSupported":true,"HintEnabled":true},{"DH_PID":"sample string 1","RG_HotelMasterId":2,"DHISCOSupported":true,"HintEnabled":true}]}

application/xml, text/xml

Sample:
<ResponseOfArrayOfRgDhMappingResponseQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <Body>
    <RgDhMappingResponse>
      <DHISCOSupported>true</DHISCOSupported>
      <DH_PID>sample string 1</DH_PID>
      <HintEnabled>true</HintEnabled>
      <RG_HotelMasterId>2</RG_HotelMasterId>
    </RgDhMappingResponse>
    <RgDhMappingResponse>
      <DHISCOSupported>true</DHISCOSupported>
      <DH_PID>sample string 1</DH_PID>
      <HintEnabled>true</HintEnabled>
      <RG_HotelMasterId>2</RG_HotelMasterId>
    </RgDhMappingResponse>
  </Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfArrayOfRgDhMappingResponseQzIzD0mn>