Skip to main content

Schedulers

A Scheduler is an object that permits to take online appointments. It can be linked to a store.


Scheduler methods

Store url

Returns the url of the online scheduling component for the specified store.

Method

GET/api/externals/v1/schedulers/store/{storeID}/url

Arguments

  • storeID (long): (provided in the path): ID of the Store owning the searched Scheduler
Body

(none)

Response

{
"scheduler": {
"schedulerUrl": string
},
"winLangID": long,
"success": boolean,
"message": string,
"rowCount": long
}