POST api/productenquiries/{id}/cancel
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ProductEnquiryUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| State | ProductEnquiryStates |
None. |
|
| ConvertedAppId | integer |
None. |
|
| ConvertedCFPrId | integer |
None. |
|
| ConvertedPrepaidVoucherId | integer |
None. |
|
| ConvertedOn | date |
None. |
|
| ConvertedByUserId | integer |
None. |
|
| LastUpdateUserId | integer |
None. |
|
| 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:
{
"Id": 1,
"State": 0,
"ConvertedAppId": 2,
"ConvertedCFPrId": 3,
"ConvertedPrepaidVoucherId": 4,
"ConvertedOn": "2026-08-18T04:41:43.0726546+03:00",
"ConvertedByUserId": 6,
"LastUpdateUserId": 7,
"PropertyId": 8,
"EnquiryType": 1,
"ProductId": 9,
"ProductDescription": "sample string 10",
"Quantity": 11,
"CustId": 12,
"CFId": 13,
"CustomerName": "sample string 14",
"CustomerSurname": "sample string 15",
"CustomerEmail": "sample string 16",
"CustomerPhone": "sample string 17",
"CustomerRoom": "sample string 18",
"CustomerLanguageId": 19,
"PreferredDateSerial": 20,
"PreferredStartTimeSerial": 21,
"PreferredTherapistId": 22,
"GiftRecipientCustId": 23,
"GiftRecipientCFId": 24,
"GiftRecipientName": "sample string 25",
"GiftRecipientSurname": "sample string 26",
"GiftRecipientEmail": "sample string 27",
"GiftRecipientPhone": "sample string 28",
"GiftMessage": "sample string 29",
"CustomerNotes": "sample string 30",
"InternalNotes": "sample string 31",
"PaymentLinkUrl": "sample string 32",
"PaymentReference": "sample string 33",
"PaymentState": 0,
"PaymentAmount": 34.0,
"BookingSourceId": 35,
"EventSourceTypeId": 36,
"SellerId": 37,
"ExtReference1": "sample string 38",
"ExtReference2": "sample string 39",
"CreationUserId": 40
}
application/xml, text/xml
Sample:
<ProductEnquiryUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models"> <BookingSourceId>35</BookingSourceId> <CFId>13</CFId> <CreationUserId>40</CreationUserId> <CustId>12</CustId> <CustomerEmail>sample string 16</CustomerEmail> <CustomerLanguageId>19</CustomerLanguageId> <CustomerName>sample string 14</CustomerName> <CustomerNotes>sample string 30</CustomerNotes> <CustomerPhone>sample string 17</CustomerPhone> <CustomerRoom>sample string 18</CustomerRoom> <CustomerSurname>sample string 15</CustomerSurname> <EnquiryType>Appointment</EnquiryType> <EventSourceTypeId>36</EventSourceTypeId> <ExtReference1>sample string 38</ExtReference1> <ExtReference2>sample string 39</ExtReference2> <GiftMessage>sample string 29</GiftMessage> <GiftRecipientCFId>24</GiftRecipientCFId> <GiftRecipientCustId>23</GiftRecipientCustId> <GiftRecipientEmail>sample string 27</GiftRecipientEmail> <GiftRecipientName>sample string 25</GiftRecipientName> <GiftRecipientPhone>sample string 28</GiftRecipientPhone> <GiftRecipientSurname>sample string 26</GiftRecipientSurname> <InternalNotes>sample string 31</InternalNotes> <PaymentAmount>34</PaymentAmount> <PaymentLinkUrl>sample string 32</PaymentLinkUrl> <PaymentReference>sample string 33</PaymentReference> <PaymentState>NotRequired</PaymentState> <PreferredDateSerial>20</PreferredDateSerial> <PreferredStartTimeSerial>21</PreferredStartTimeSerial> <PreferredTherapistId>22</PreferredTherapistId> <ProductDescription>sample string 10</ProductDescription> <ProductId>9</ProductId> <PropertyId>8</PropertyId> <Quantity>11</Quantity> <SellerId>37</SellerId> <ConvertedAppId>2</ConvertedAppId> <ConvertedByUserId>6</ConvertedByUserId> <ConvertedCFPrId>3</ConvertedCFPrId> <ConvertedOn>2026-08-18T04:41:43.0726546+03:00</ConvertedOn> <ConvertedPrepaidVoucherId>4</ConvertedPrepaidVoucherId> <Id>1</Id> <LastUpdateUserId>7</LastUpdateUserId> <State>None</State> </ProductEnquiryUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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:43.0726546+03:00",
"ConvertedByUserId": 36,
"ExtReference1": "sample string 37",
"ExtReference2": "sample string 38",
"CreationDateTime": "2026-08-18T04:41:43.0726546+03:00",
"CreationUserId": 40,
"LastUpdateDateTime": "2026-08-18T04:41:43.0726546+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:43.0726546+03:00</ConvertedOn> <ConvertedPrepaidVoucherId>34</ConvertedPrepaidVoucherId> <CreationDateTime>2026-08-18T04:41:43.0726546+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:43.0726546+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>