object LaborJobReference
Fields
| Field | Type | Description |
|---|---|---|
id | String | Workforce Hero job identifier. |
name | String | Workforce Hero job name. |
type | String | Workforce Hero job type. |
parent_job | LaborJobReference | Parent job for this labor job reference. |
Referenced By
- LaborAssignedJobInfo Type
- LaborCurrentActivity Type
- LaborJob Type
- LaborJobReference Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"name": "Acme Corp",
"type": "picking",
"parent_job": {id: "TGFtYmRhOjEyMzQ="}
}