api.jobs.parcel_items.list_with_materials
GET /job/{jobDisplayId}/parcel-items-with-materials— ACPortal
Python
api.jobs.parcel_items.list_with_materials(job_display_id: int) -> list[ParcelItemWithMaterials]
CLI
ab jobs parcel_items list_with_materials <job_display_id>
GET /job/{jobDisplayId}/parcel-items-with-materials
Response
Returns a list of List[ParcelItemWithMaterials].
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Parcel item ID |
|
|
no |
Job item UUID |
|
|
no |
Item description |
|
|
no |
Number of pieces |
|
|
no |
Packed length |
|
|
no |
Packed width |
|
|
no |
Packed height |
|
|
no |
Packed weight |
|
|
no |
Declared value |
|
|
no |
Package type ID |
|
|
no |
Insurance key |
|
|
no |
Package type code |
|
|
no |
Job modified datetime |
|
|
no |
Nested parcel items |
|
|
no |
Associated materials |