PUT api/waitinglists/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

WaitingListEntryUpdateRequest
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.

FromDate

string

None.

ToDate

string

None.

FromStartTime

string

None.

ToStartTime

string

None.

ProdId

integer

None.

TherapistId

integer

None.

SessionId

integer

None.

Notes

string

None.

State

WaitingListEntryStates

None.

RPlId

integer

None.

LastUpdateUserId

integer

None.

Request 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,
  "FromDate": "sample string 10",
  "ToDate": "sample string 11",
  "FromStartTime": "sample string 12",
  "ToStartTime": "sample string 13",
  "ProdId": 14,
  "TherapistId": 15,
  "SessionId": 16,
  "Notes": "sample string 17",
  "State": 0,
  "RPlId": 18,
  "LastUpdateUserId": 19
}

application/xml, text/xml

Sample:
<WaitingListEntryUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <CFId>4</CFId>
  <CustId>3</CustId>
  <Email>sample string 7</Email>
  <FirstName>sample string 5</FirstName>
  <FromDate>sample string 10</FromDate>
  <FromStartTime>sample string 12</FromStartTime>
  <Id>1</Id>
  <LanguageId>9</LanguageId>
  <LastName>sample string 6</LastName>
  <LastUpdateUserId>19</LastUpdateUserId>
  <MobilePhone>sample string 8</MobilePhone>
  <Notes>sample string 17</Notes>
  <ProdId>14</ProdId>
  <PropertyId>2</PropertyId>
  <RPlId>18</RPlId>
  <SessionId>16</SessionId>
  <State>NoState</State>
  <TherapistId>15</TherapistId>
  <ToDate>sample string 11</ToDate>
  <ToStartTime>sample string 13</ToStartTime>
</WaitingListEntryUpdateRequest>

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:40:54.1269151+03:00",
  "CreationUserId": 23,
  "LastUpdateDateTime": "2026-08-18T04:40:54.1269151+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:40:54.1269151+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:40:54.1269151+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>