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. |
| pin | boolean | Optional. Default value is null, acceptable values are null, false and true. |
PinThis is an Enterprise only feature, please contact your Onfleet representatives or support for more information. The values as are followed:
nullno pin is setfalsea pin is set for the task but not required to finish the tasktruea pin is set for the task and is required to finish the taskA pin can be configured in Onfleet SMS Communication for providing recipient with the tag; for details on how to do that please see here. Only
dropofftasks with a recipient will have a PIN,pickuptasks or a task without recipients will have no use of a PIN.
Minimum AgeAge Requirement(minimum Age) 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
},
.......
}{
........
"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": false,
"notes": false,
"photo": false,
"minimumAge": 0,
"pin": true
}
.......
}