POST api/TreatmentEnquiry

Request Information

URI Parameters

None.

Body Parameters

TreatmentEnquiryRequest
NameDescriptionTypeAdditional information
CFId

integer

None.

CustomerRoom

string

None.

CustomerName

string

None.

CustomerSurname

string

None.

CustomerEmail

string

None.

CustomerPhone

string

None.

CustomerAddress

string

None.

CustomerLanguageId

integer

None.

PMSProperty

string

None.

PMSRoom

string

None.

PMSAccount

string

None.

PMSReservationId

string

None.

TrtId

integer

None.

EnquiryDate

string

None.

EnquiryStartTime

string

None.

Quantity

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CFId": 1,
  "CustomerRoom": "sample string 2",
  "CustomerName": "sample string 3",
  "CustomerSurname": "sample string 4",
  "CustomerEmail": "sample string 5",
  "CustomerPhone": "sample string 6",
  "CustomerAddress": "sample string 7",
  "CustomerLanguageId": 8,
  "PMSProperty": "sample string 9",
  "PMSRoom": "sample string 10",
  "PMSAccount": "sample string 11",
  "PMSReservationId": "sample string 12",
  "TrtId": 13,
  "EnquiryDate": "sample string 14",
  "EnquiryStartTime": "sample string 15",
  "Quantity": 16
}

application/xml, text/xml

Sample:
<TreatmentEnquiryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <CFId>1</CFId>
  <CustomerAddress>sample string 7</CustomerAddress>
  <CustomerEmail>sample string 5</CustomerEmail>
  <CustomerLanguageId>8</CustomerLanguageId>
  <CustomerName>sample string 3</CustomerName>
  <CustomerPhone>sample string 6</CustomerPhone>
  <CustomerRoom>sample string 2</CustomerRoom>
  <CustomerSurname>sample string 4</CustomerSurname>
  <EnquiryDate>sample string 14</EnquiryDate>
  <EnquiryStartTime>sample string 15</EnquiryStartTime>
  <PMSAccount>sample string 11</PMSAccount>
  <PMSProperty>sample string 9</PMSProperty>
  <PMSReservationId>sample string 12</PMSReservationId>
  <PMSRoom>sample string 10</PMSRoom>
  <Quantity>16</Quantity>
  <TrtId>13</TrtId>
</TreatmentEnquiryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.