POST api/v1/quickappointments/reschedule
Request Information
URI Parameters
None.
Body Parameters
Appointment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BranchId | integer |
None. |
|
| CustomerId | integer |
Required |
|
| DateCreated | date |
None. |
|
| StatusId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| IsFirst | boolean |
None. |
|
| AppointmentStatus | AppointmentStatus |
None. |
|
| Branch | Branch |
None. |
|
| Customer | Customer |
None. |
|
| AppointmentServices | Collection of AppointmentService |
None. |
|
| AppointmentEvents | Collection of Events |
None. |
|
| DateAppointment | date |
None. |
|
| MailToken | string |
None. |
|
| MailAutoSend | boolean |
None. |
|
| TextAutoSend | boolean |
None. |
|
| SendConfirmations | boolean |
None. |
|
| SendNewPassword | boolean |
None. |
|
| Duration | integer |
None. |
|
| Frequency | integer |
None. |
|
| Recurrence | boolean |
None. |
|
| DateRange | string |
None. |
|
| CustomerPromotionalPackageBalanceVisitId | integer |
None. |
|
| CustomerMembershipPlanBalanceId | integer |
None. |
|
| AppointmentSourceId | integer |
None. |
|
| TotalPeople | integer |
None. |
|
| BranchZoneId | integer |
None. |
|
| BranchRoomId | integer |
None. |
|
| Comment | string |
None. |
|
| MadeByCustomer | boolean |
None. |
|
| CustomerPromotionalPackageBalanceVisit | CustomerPromotionalPackageBalanceVisit |
None. |
|
| CustomerRefferId | integer |
None. |
|
| Source | string |
None. |
|
| CustomerMembershipPlanBalance | CustomerMembershipPlanBalance |
None. |
|
| AppointmentSource | GeneralStatus |
None. |
|
| BranchZone | BranchZone |
None. |
|
| BranchRoom | Room |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Appointment |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.