Media

APIDescription
GET Media/applogo?guid={guid}

No documentation available.

GET Media/company-info?guid={guid}

No documentation available.

ClientAccounts

APIDescription
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

APIDescription
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

APIDescription
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

APIDescription
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

APIDescription
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

APIDescription
GET Locations

No documentation available.

GET Locations/{id}

Return the location model for a requested location

Periods

APIDescription
GET Periods

No documentation available.

Company

APIDescription
GET Company

No documentation available.