POST api/productenquiries

Request Information

URI Parameters

None.

Body Parameters

ProductEnquiryRegistrationRequest
NameDescriptionTypeAdditional information
PropertyId

integer

None.

EnquiryType

ProductEnquiryTypes

None.

ProductId

integer

None.

ProductDescription

string

None.

Quantity

integer

None.

CustId

integer

None.

CFId

integer

None.

CustomerName

string

None.

CustomerSurname

string

None.

CustomerEmail

string

None.

CustomerPhone

string

None.

CustomerRoom

string

None.

CustomerLanguageId

integer

None.

PreferredDateSerial

integer

None.

PreferredStartTimeSerial

integer

None.

PreferredTherapistId

integer

None.

GiftRecipientCustId

integer

None.

GiftRecipientCFId

integer

None.

GiftRecipientName

string

None.

GiftRecipientSurname

string

None.

GiftRecipientEmail

string

None.

GiftRecipientPhone

string

None.

GiftMessage

string

None.

CustomerNotes

string

None.

InternalNotes

string

None.

PaymentLinkUrl

string

None.

PaymentReference

string

None.

PaymentState

ProductEnquiryPaymentStates

None.

PaymentAmount

decimal number

None.

BookingSourceId

integer

None.

EventSourceTypeId

integer

None.

SellerId

integer

None.

ExtReference1

string

None.

ExtReference2

string

None.

CreationUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyId": 1,
  "EnquiryType": 1,
  "ProductId": 2,
  "ProductDescription": "sample string 3",
  "Quantity": 4,
  "CustId": 5,
  "CFId": 6,
  "CustomerName": "sample string 7",
  "CustomerSurname": "sample string 8",
  "CustomerEmail": "sample string 9",
  "CustomerPhone": "sample string 10",
  "CustomerRoom": "sample string 11",
  "CustomerLanguageId": 12,
  "PreferredDateSerial": 13,
  "PreferredStartTimeSerial": 14,
  "PreferredTherapistId": 15,
  "GiftRecipientCustId": 16,
  "GiftRecipientCFId": 17,
  "GiftRecipientName": "sample string 18",
  "GiftRecipientSurname": "sample string 19",
  "GiftRecipientEmail": "sample string 20",
  "GiftRecipientPhone": "sample string 21",
  "GiftMessage": "sample string 22",
  "CustomerNotes": "sample string 23",
  "InternalNotes": "sample string 24",
  "PaymentLinkUrl": "sample string 25",
  "PaymentReference": "sample string 26",
  "PaymentState": 0,
  "PaymentAmount": 27.0,
  "BookingSourceId": 28,
  "EventSourceTypeId": 29,
  "SellerId": 30,
  "ExtReference1": "sample string 31",
  "ExtReference2": "sample string 32",
  "CreationUserId": 33
}

application/xml, text/xml

Sample:
<ProductEnquiryRegistrationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <BookingSourceId>28</BookingSourceId>
  <CFId>6</CFId>
  <CreationUserId>33</CreationUserId>
  <CustId>5</CustId>
  <CustomerEmail>sample string 9</CustomerEmail>
  <CustomerLanguageId>12</CustomerLanguageId>
  <CustomerName>sample string 7</CustomerName>
  <CustomerNotes>sample string 23</CustomerNotes>
  <CustomerPhone>sample string 10</CustomerPhone>
  <CustomerRoom>sample string 11</CustomerRoom>
  <CustomerSurname>sample string 8</CustomerSurname>
  <EnquiryType>Appointment</EnquiryType>
  <EventSourceTypeId>29</EventSourceTypeId>
  <ExtReference1>sample string 31</ExtReference1>
  <ExtReference2>sample string 32</ExtReference2>
  <GiftMessage>sample string 22</GiftMessage>
  <GiftRecipientCFId>17</GiftRecipientCFId>
  <GiftRecipientCustId>16</GiftRecipientCustId>
  <GiftRecipientEmail>sample string 20</GiftRecipientEmail>
  <GiftRecipientName>sample string 18</GiftRecipientName>
  <GiftRecipientPhone>sample string 21</GiftRecipientPhone>
  <GiftRecipientSurname>sample string 19</GiftRecipientSurname>
  <InternalNotes>sample string 24</InternalNotes>
  <PaymentAmount>27</PaymentAmount>
  <PaymentLinkUrl>sample string 25</PaymentLinkUrl>
  <PaymentReference>sample string 26</PaymentReference>
  <PaymentState>NotRequired</PaymentState>
  <PreferredDateSerial>13</PreferredDateSerial>
  <PreferredStartTimeSerial>14</PreferredStartTimeSerial>
  <PreferredTherapistId>15</PreferredTherapistId>
  <ProductDescription>sample string 3</ProductDescription>
  <ProductId>2</ProductId>
  <PropertyId>1</PropertyId>
  <Quantity>4</Quantity>
  <SellerId>30</SellerId>
</ProductEnquiryRegistrationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProductEnquiry
NameDescriptionTypeAdditional information
Id

integer

None.

PropertyId

integer

None.

EnquiryType

ProductEnquiryTypes

None.

State

ProductEnquiryStates

None.

ProductId

integer

None.

ProductDescription

string

None.

Quantity

integer

None.

CustId

integer

None.

CFId

integer

None.

CustomerName

string

None.

CustomerSurname

string

None.

CustomerEmail

string

None.

CustomerPhone

string

None.

CustomerRoom

string

None.

CustomerLanguageId

integer

None.

PreferredDateSerial

integer

None.

PreferredStartTimeSerial

integer

None.

PreferredTherapistId

integer

None.

GiftRecipientCustId

integer

None.

GiftRecipientCFId

integer

None.

GiftRecipientName

string

None.

GiftRecipientSurname

string

None.

GiftRecipientEmail

string

None.

GiftRecipientPhone

string

None.

GiftMessage

string

None.

CustomerNotes

string

None.

InternalNotes

string

None.

PaymentLinkUrl

string

None.

PaymentReference

string

None.

PaymentState

ProductEnquiryPaymentStates

None.

PaymentAmount

decimal number

None.

BookingSourceId

integer

None.

EventSourceTypeId

integer

None.

SellerId

integer

None.

ConvertedAppId

integer

None.

ConvertedCFPrId

integer

None.

ConvertedPrepaidVoucherId

integer

None.

ConvertedOn

date

None.

ConvertedByUserId

integer

None.

ExtReference1

string

None.

ExtReference2

string

None.

CreationDateTime

date

None.

CreationUserId

integer

None.

LastUpdateDateTime

date

None.

LastUpdateUserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PropertyId": 2,
  "EnquiryType": 1,
  "State": 0,
  "ProductId": 3,
  "ProductDescription": "sample string 4",
  "Quantity": 5,
  "CustId": 6,
  "CFId": 7,
  "CustomerName": "sample string 8",
  "CustomerSurname": "sample string 9",
  "CustomerEmail": "sample string 10",
  "CustomerPhone": "sample string 11",
  "CustomerRoom": "sample string 12",
  "CustomerLanguageId": 13,
  "PreferredDateSerial": 14,
  "PreferredStartTimeSerial": 15,
  "PreferredTherapistId": 16,
  "GiftRecipientCustId": 17,
  "GiftRecipientCFId": 18,
  "GiftRecipientName": "sample string 19",
  "GiftRecipientSurname": "sample string 20",
  "GiftRecipientEmail": "sample string 21",
  "GiftRecipientPhone": "sample string 22",
  "GiftMessage": "sample string 23",
  "CustomerNotes": "sample string 24",
  "InternalNotes": "sample string 25",
  "PaymentLinkUrl": "sample string 26",
  "PaymentReference": "sample string 27",
  "PaymentState": 0,
  "PaymentAmount": 28.0,
  "BookingSourceId": 29,
  "EventSourceTypeId": 30,
  "SellerId": 31,
  "ConvertedAppId": 32,
  "ConvertedCFPrId": 33,
  "ConvertedPrepaidVoucherId": 34,
  "ConvertedOn": "2026-08-18T04:41:00.1183413+03:00",
  "ConvertedByUserId": 36,
  "ExtReference1": "sample string 37",
  "ExtReference2": "sample string 38",
  "CreationDateTime": "2026-08-18T04:41:00.1183413+03:00",
  "CreationUserId": 40,
  "LastUpdateDateTime": "2026-08-18T04:41:00.1183413+03:00",
  "LastUpdateUserId": 42
}

application/xml, text/xml

Sample:
<ProductEnquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <BookingSourceId>29</BookingSourceId>
  <CFId>7</CFId>
  <ConvertedAppId>32</ConvertedAppId>
  <ConvertedByUserId>36</ConvertedByUserId>
  <ConvertedCFPrId>33</ConvertedCFPrId>
  <ConvertedOn>2026-08-18T04:41:00.1183413+03:00</ConvertedOn>
  <ConvertedPrepaidVoucherId>34</ConvertedPrepaidVoucherId>
  <CreationDateTime>2026-08-18T04:41:00.1183413+03:00</CreationDateTime>
  <CreationUserId>40</CreationUserId>
  <CustId>6</CustId>
  <CustomerEmail>sample string 10</CustomerEmail>
  <CustomerLanguageId>13</CustomerLanguageId>
  <CustomerName>sample string 8</CustomerName>
  <CustomerNotes>sample string 24</CustomerNotes>
  <CustomerPhone>sample string 11</CustomerPhone>
  <CustomerRoom>sample string 12</CustomerRoom>
  <CustomerSurname>sample string 9</CustomerSurname>
  <EnquiryType>Appointment</EnquiryType>
  <EventSourceTypeId>30</EventSourceTypeId>
  <ExtReference1>sample string 37</ExtReference1>
  <ExtReference2>sample string 38</ExtReference2>
  <GiftMessage>sample string 23</GiftMessage>
  <GiftRecipientCFId>18</GiftRecipientCFId>
  <GiftRecipientCustId>17</GiftRecipientCustId>
  <GiftRecipientEmail>sample string 21</GiftRecipientEmail>
  <GiftRecipientName>sample string 19</GiftRecipientName>
  <GiftRecipientPhone>sample string 22</GiftRecipientPhone>
  <GiftRecipientSurname>sample string 20</GiftRecipientSurname>
  <Id>1</Id>
  <InternalNotes>sample string 25</InternalNotes>
  <LastUpdateDateTime>2026-08-18T04:41:00.1183413+03:00</LastUpdateDateTime>
  <LastUpdateUserId>42</LastUpdateUserId>
  <PaymentAmount>28</PaymentAmount>
  <PaymentLinkUrl>sample string 26</PaymentLinkUrl>
  <PaymentReference>sample string 27</PaymentReference>
  <PaymentState>NotRequired</PaymentState>
  <PreferredDateSerial>14</PreferredDateSerial>
  <PreferredStartTimeSerial>15</PreferredStartTimeSerial>
  <PreferredTherapistId>16</PreferredTherapistId>
  <ProductDescription>sample string 4</ProductDescription>
  <ProductId>3</ProductId>
  <PropertyId>2</PropertyId>
  <Quantity>5</Quantity>
  <SellerId>31</SellerId>
  <State>None</State>
</ProductEnquiry>