- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Create a new checklist
POST
/checklists
Checklists
Request
Body Params application/json
location_id
string
required
name
string
required
tasks
array [object {1}]
required
name
string
optional
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/checklists' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢201Created
application/json
Body
object {0}
Example
{}
🟠400Bad Request
🔴500Server Error
Modified at 2024-12-17 09:53:01