object InboundShipmentSummaryWorker
Fields
| Field | Type | Description |
|---|---|---|
id | Int | Public API ID for this inbound shipment summary worker. |
first_name | String | First name for the address or contact. |
last_name | String | Last name for the address or contact. |
Referenced By
Example
{
"id": 1234,
"first_name": "Ada",
"last_name": "Lovelace"
}