JobChecklist
Resource
Job Checklists
Module
Endpoints | URI | Access Control | Description |
---|---|---|---|
save | POST /api/JobChecklist/save |
Allowed with an active employment connection | |
save-batch | POST /api/JobChecklist/save-batch |
Admin or Module WRITE | |
delete | POST /api/JobChecklist/delete |
Admin or Module WRITE | |
get | GET /api/JobChecklist/get |
Allowed with an active employment connection | |
find | GET /api/JobChecklist/find |
Allowed with an active employment connection | |
get-estimated-drive-time | GET /api/JobChecklist/get-estimated-drive-time |
Endpoint level permissions | |
notify-customer-eta | GET /api/JobChecklist/notify-customer-eta |
Endpoint level permissions |
Property | Type | Description |
---|---|---|
id |
number | |
service_id |
number | |
job_id |
number | |
job_change_order_id |
number | |
checklist_id |
number | |
name |
string | |
items_json |
string | |
category_id |
boolean | |
customer_asset_id |
boolean | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
Setting | |
---|---|
Pagination Limit (when page parameter is set) |
None |
Default Sort Order | By insertion order |
Related Resource | Key | Relationship to JobChecklist | Property |
---|---|---|---|
Service | service_id |
Belongs To | Service |
Job | service_id |
Belongs To | Job |
Checklist | checklist_id |
Belongs To | Checklist |
Category | category_id |
Belongs To | Category |
CustomerAsset | customer_asset_id |
Belongs To | CustomerAsset |