POST api/property/description

Request Information

URI Parameters

None.

Body Parameters

BoApiRequestPropertyDescription
NameDescriptionTypeAdditional information
PropertyID

string

None.

Language

string

None.

Settings

string

None.

SessionID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyID": "sample string 1",
  "Language": "sample string 2",
  "Settings": "sample string 3",
  "SessionID": "sample string 4"
}

application/xml, text/xml

Sample:
<BoApiRequestPropertyDescription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infosit.Booking.Service.Bo">
  <SessionID>sample string 4</SessionID>
  <Settings>sample string 3</Settings>
  <Language>sample string 2</Language>
  <PropertyID>sample string 1</PropertyID>
</BoApiRequestPropertyDescription>

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.