Completion Requirements
Signature, photo, and/or notes can be required on a per-task basis for task completion.
| Name | Type | Description |
|---|---|---|
| signature | boolean | Optional. A signature must be collected to complete this task. |
| photo | boolean | Optional. A photo must be collected to complete this task. |
| notes | boolean | Optional. Task completion notes must be submitted to complete this task. |
| minimumAge | Number | Optional. The recipient's ID must be scanned and their age verified to be greater than or equal to the minimumAge in order to complete the task. Must be in a plan that supports ID verification. |
Age Requirement feature is a Scale plan or higher feature. Please contact your Onfleet representatives or support for more information.
{
........
"id": "XZFbOn3PI5jHdRMvUuNnNb~z",
"timeCreated": 1776734075000,
"timeLastModified": 1776734109379,
"organization": "gz6~YVrx7HVI34ecvWOG1LfB",
"shortId": "9f775238",
"dependencies": [],
"state": 0,
"completeAfter": null,
"completeBefore": null,
"pickupTask": false,
"type": 1,
"notes": "",
"requirements": {
"signature": true,
"notes": false,
"photo": true,
"minimumAge": 0
},
.......
}