/
ON
onsched
/
OnSched Setup API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 2mo ago
Details
Filter operations
Appointments
3
BusinessUsers
7
Calendars
12
Companies
19
Customers
3
Locations
29
ResourceGroups
6
Resources
29
ServiceGroups
6
Services
25
get
List Services
post
Create Service
get
Get Service
put
Update Service
delete
Delete Service
get
List Resources for Service
put
Recover Service
get
List Service Blocks
get
Get Block
post
Create Block
put
Update Block
delete
Delete Block
get
Get Linked Calendar
post
Link Service to Calendar
delete
Delete Service Links
get
Get Weekly Availability
put
Update Weekly Availability
get
List Service Allocations
post
Create Allocation
get
Get Allocation
put
Update Allocation
delete
Delete Allocation
post
Create Allocations Bulk
post
Upload Service Image
delete
Delete Service Image
Services
Link Service to Calendar
Use this endpoint to
Link a Service
to a calendar.
post
/setup/v1/services/calendar
Request body
ServiceCalendarInputModel
required
locationId
string
nullable
serviceId
string
nullable
calendarId
string
nullable
Response
Success
ServiceCalendarViewModel
required
id
string
nullable
locationId
string
nullable
calendarId
string
nullable
calendarName
string
nullable
serviceId
string
nullable
serviceName
string
nullable
Changes