POST SendMissingHotelRequestParameters

Request Information

URI Parameters

None.

Body Parameters

SendMissingHotelRequestParameters
NameDescriptionTypeAdditional information
SID

integer

None.

PropertyID

string

None.

PropertyName

string

None.

FirstName

string

None.

LastName

string

None.

CompetitorPropertyName

string

None.

CompetitorPropertyAddress

string

None.

CompetitorWebsiteURL

string

None.

UpdatedById

integer

None.

UpdatedByName

string

None.

UpdatedOn

date

None.

IsSecondary

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SID": 1,
  "PropertyID": "sample string 2",
  "PropertyName": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "CompetitorPropertyName": "sample string 6",
  "CompetitorPropertyAddress": "sample string 7",
  "CompetitorWebsiteURL": "sample string 8",
  "UpdatedById": 1,
  "UpdatedByName": "sample string 9",
  "UpdatedOn": "2025-05-15T14:26:53.2255311+00:00",
  "IsSecondary": true
}

text/html

Sample:
{"SID":1,"PropertyID":"sample string 2","PropertyName":"sample string 3","FirstName":"sample string 4","LastName":"sample string 5","CompetitorPropertyName":"sample string 6","CompetitorPropertyAddress":"sample string 7","CompetitorWebsiteURL":"sample string 8","UpdatedById":1,"UpdatedByName":"sample string 9","UpdatedOn":"2025-05-15T14:26:53.2255311+00:00","IsSecondary":true}

application/xml, text/xml

Sample:
<SendMissingHotelRequestParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Settings">
  <CompetitorPropertyAddress>sample string 7</CompetitorPropertyAddress>
  <CompetitorPropertyName>sample string 6</CompetitorPropertyName>
  <CompetitorWebsiteURL>sample string 8</CompetitorWebsiteURL>
  <FirstName>sample string 4</FirstName>
  <IsSecondary>true</IsSecondary>
  <LastName>sample string 5</LastName>
  <PropertyID>sample string 2</PropertyID>
  <PropertyName>sample string 3</PropertyName>
  <SID>1</SID>
  <UpdatedById>1</UpdatedById>
  <UpdatedByName>sample string 9</UpdatedByName>
  <UpdatedOn>2025-05-15T14:26:53.2255311+00:00</UpdatedOn>
</SendMissingHotelRequestParameters>

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 'SendMissingHotelRequestParameters'.

Response Information

Resource Description

ResponseOfBoolean
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": true
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":true}

application/xml, text/xml

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