Media
| API | Description |
|---|---|
| GET Media/applogo?guid={guid} |
No documentation available. |
| GET Media/company-info?guid={guid} |
No documentation available. |
ClientAccounts
| API | Description |
|---|---|
| POST ClientAccounts/login |
Login endpoint for authentication of client accounts, a post should be made to this endpoint with a valid username and password and a token object will be return containing a Jwt token and expiry date. |
| POST ClientAccounts/register |
No documentation available. |
| POST ClientAccounts/send-password-reset |
No documentation available. |
| POST ClientAccounts/password-reset |
No documentation available. |
| GET ClientAccounts/profile |
No documentation available. |
| PUT ClientAccounts/profile |
No documentation available. |
| GET ClientAccounts/summary |
No documentation available. |
| POST ClientAccounts/confirm |
No documentation available. |
| GET ClientAccounts/confirmation-code?email={email}&guid={guid} |
No documentation available. |
Dashboard
TokeController for login
| API | Description |
|---|---|
| GET dashboard/sales-chart?startDate={startDate}&endDate={endDate}&locationId={locationId}&employeeId={employeeId} |
No documentation available. |
| GET dashboard/takings?startDate={startDate}&endDate={endDate}&locationId={locationId} |
No documentation available. |
OnlineBooking
| API | Description |
|---|---|
| GET onlinebooking/settings |
No documentation available. |
| GET onlinebooking/services?id={id}&date={date} | |
| POST onlinebooking/times |
No documentation available. |
| POST onlinebooking/pre-confirm |
No documentation available. |
| POST onlinebooking/pre-confirm-cancel |
No documentation available. |
| POST onlinebooking/book |
No documentation available. |
Login
TokeController for login
| API | Description |
|---|---|
| POST Login |
Login endpoint for authentication, a post should be made to this endpoint with a valid username and password and a token object will be return containing a Jwt token and expiry date. |
Users
| API | Description |
|---|---|
| GET Users |
No documentation available. |
| POST Users |
Login endpoint for authentication, a post should be made to this endpoint with a valid username and password and a token object will be return containing a Jwt token and expiry date. |
Locations
| API | Description |
|---|---|
| GET Locations |
No documentation available. |
| GET Locations/{id} |
Return the location model for a requested location |
Periods
| API | Description |
|---|---|
| GET Periods |
No documentation available. |
Company
| API | Description |
|---|---|
| GET Company |
No documentation available. |