POST Classes/ecomm_remove_waitinglist?appointmentid={appointmentid}&customerid={customerid}
Remove a customer from the waiting list
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appointmentid |
ID of the Appointment |
decimal number |
Required |
customerid |
ID of the Customer |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
BookingResponseName | Description | Type | Additional information |
---|---|---|---|
status | BookingResultType |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "success", "msg": "sample string 1" }
application/xml, text/xml
Sample:
<BookingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sportrick.ApiModel.Responses"> <msg>sample string 1</msg> <status>success</status> </BookingResponse>