object BillingLaborUnit
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
name | String | Human-readable name for this labor unit. |
warehouse_id | String | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. |
Referenced By
- LaborUnitEdge Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"name": "Acme Corp",
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ="
}