GET api/productenquiries/property/{propertyId}/state/{state}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId | integer |
Required |
|
| state | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductEnquiry| Name | Description | Type | Additional 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:42.8521507+03:00",
"ConvertedByUserId": 36,
"ExtReference1": "sample string 37",
"ExtReference2": "sample string 38",
"CreationDateTime": "2026-08-18T04:41:42.8521507+03:00",
"CreationUserId": 40,
"LastUpdateDateTime": "2026-08-18T04:41:42.8521507+03:00",
"LastUpdateUserId": 42
},
{
"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:42.8521507+03:00",
"ConvertedByUserId": 36,
"ExtReference1": "sample string 37",
"ExtReference2": "sample string 38",
"CreationDateTime": "2026-08-18T04:41:42.8521507+03:00",
"CreationUserId": 40,
"LastUpdateDateTime": "2026-08-18T04:41:42.8521507+03:00",
"LastUpdateUserId": 42
}
]
application/xml, text/xml
Sample:
<ArrayOfProductEnquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
<ProductEnquiry>
<BookingSourceId>29</BookingSourceId>
<CFId>7</CFId>
<ConvertedAppId>32</ConvertedAppId>
<ConvertedByUserId>36</ConvertedByUserId>
<ConvertedCFPrId>33</ConvertedCFPrId>
<ConvertedOn>2026-08-18T04:41:42.8521507+03:00</ConvertedOn>
<ConvertedPrepaidVoucherId>34</ConvertedPrepaidVoucherId>
<CreationDateTime>2026-08-18T04:41:42.8521507+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:42.8521507+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>
<ProductEnquiry>
<BookingSourceId>29</BookingSourceId>
<CFId>7</CFId>
<ConvertedAppId>32</ConvertedAppId>
<ConvertedByUserId>36</ConvertedByUserId>
<ConvertedCFPrId>33</ConvertedCFPrId>
<ConvertedOn>2026-08-18T04:41:42.8521507+03:00</ConvertedOn>
<ConvertedPrepaidVoucherId>34</ConvertedPrepaidVoucherId>
<CreationDateTime>2026-08-18T04:41:42.8521507+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:42.8521507+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>
</ArrayOfProductEnquiry>