api.jobs.add_freight_items
POST /job/{jobDisplayId}/freightitems— ACPortal
Python
api.jobs.add_freight_items(job_display_id: int, *, data: FreightItemsRequest | dict) -> None
CLI
ab jobs add_freight_items <job_display_id> [--data ...]
POST /job/{jobDisplayId}/freightitems.
Args:
job_display_id: Job display ID.
data: Freight items payload. Accepts a :class:FreightItemsRequest
instance or a dict.
Request model: :class:FreightItemsRequest
Request body — FreightItemsRequest
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Job modified timestamp |
|
|
no |
Force update flag |
|
|
no |
Freight items to save |
Response
No response body.