POST api/waitinglists/cancel

Request Information

URI Parameters

None.

Body Parameters

WaitingListEntryCancelRequest
NameDescriptionTypeAdditional information
Id

integer

None.

Notes

string

None.

LastUpdateUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Notes": "sample string 2",
  "LastUpdateUserId": 3
}

application/xml, text/xml

Sample:
<WaitingListEntryCancelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <Id>1</Id>
  <LastUpdateUserId>3</LastUpdateUserId>
  <Notes>sample string 2</Notes>
</WaitingListEntryCancelRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WaitingListEntry
NameDescriptionTypeAdditional information
Id

integer

None.

PropertyId

integer

None.

CustId

integer

None.

CFId

integer

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

MobilePhone

string

None.

LanguageId

integer

None.

FromDateSerial

integer

None.

ToDateSerial

integer

None.

FromStartTimeSerial

integer

None.

ToStartTimeSerial

integer

None.

ProdId

integer

None.

ProductDescription

string

None.

TherapistId

integer

None.

TherapistDescription

string

None.

SessionId

integer

None.

EventSourceTypeId

integer

None.

Notes

string

None.

State

WaitingListEntryStates

None.

RPlId

integer

None.

CreationDateTime

date

None.

CreationUserId

integer

None.

LastUpdateDateTime

date

None.

LastUpdateUserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PropertyId": 2,
  "CustId": 3,
  "CFId": 4,
  "FirstName": "sample string 5",
  "LastName": "sample string 6",
  "Email": "sample string 7",
  "MobilePhone": "sample string 8",
  "LanguageId": 9,
  "FromDateSerial": 10,
  "ToDateSerial": 11,
  "FromStartTimeSerial": 12,
  "ToStartTimeSerial": 13,
  "ProdId": 14,
  "ProductDescription": "sample string 15",
  "TherapistId": 16,
  "TherapistDescription": "sample string 17",
  "SessionId": 18,
  "EventSourceTypeId": 19,
  "Notes": "sample string 20",
  "State": 0,
  "RPlId": 21,
  "CreationDateTime": "2026-08-18T04:41:02.5682495+03:00",
  "CreationUserId": 23,
  "LastUpdateDateTime": "2026-08-18T04:41:02.5682495+03:00",
  "LastUpdateUserId": 25
}

application/xml, text/xml

Sample:
<WaitingListEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <CFId>4</CFId>
  <CreationDateTime>2026-08-18T04:41:02.5682495+03:00</CreationDateTime>
  <CreationUserId>23</CreationUserId>
  <CustId>3</CustId>
  <Email>sample string 7</Email>
  <EventSourceTypeId>19</EventSourceTypeId>
  <FirstName>sample string 5</FirstName>
  <FromDateSerial>10</FromDateSerial>
  <FromStartTimeSerial>12</FromStartTimeSerial>
  <Id>1</Id>
  <LanguageId>9</LanguageId>
  <LastName>sample string 6</LastName>
  <LastUpdateDateTime>2026-08-18T04:41:02.5682495+03:00</LastUpdateDateTime>
  <LastUpdateUserId>25</LastUpdateUserId>
  <MobilePhone>sample string 8</MobilePhone>
  <Notes>sample string 20</Notes>
  <ProdId>14</ProdId>
  <ProductDescription>sample string 15</ProductDescription>
  <PropertyId>2</PropertyId>
  <RPlId>21</RPlId>
  <SessionId>18</SessionId>
  <State>NoState</State>
  <TherapistDescription>sample string 17</TherapistDescription>
  <TherapistId>16</TherapistId>
  <ToDateSerial>11</ToDateSerial>
  <ToStartTimeSerial>13</ToStartTimeSerial>
</WaitingListEntry>