PackageRows
Queryable, Introduced in version 25.5
GET https://localhost:8001/sv/001.1/api/v1/Sales/PackageRows
Represents a package row.
GUID
4CDC166D-5C02-4BF4-A440-D49E727AAFE9
Required permission
Show customer orders
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the package row. |
|
| ParentId | Int64? | The business key identifier of the row's picking list.
|
|
| ParentRowId | Int64? | The business key identifier of the row's parent row.
|
|
| CustomerOrderDeliveryRowId | Int64? | The business key identifier of the row's delivery row.
|
|
| PackagingPartId | Int64? | The business key identifier of the packing part.
|
|
| Cleared | Boolean | Specifies if the row is cleared. |
|
| ContainerNumber | String | The container number of the row.
|
|
| SealNumber | String | The seal number of the row.
|
|
| PackageNumber | String | The package number of the row.
|
|
| OtherPackageNumber | String | The other package number of the row.
|
|
| OtherPackageNumberNumberSeriesType | Int32? | The other package number series type of the row.
|
|
| ExternalPackageId | String | The external package id of the row.
|
|
| Length | Decimal? | The length of the row's content. |
|
| Width | Decimal? | The width of the row's content. |
|
| Height | Decimal? | The height of the row's content. |
|
| Volume | Decimal? | The volume of the row's content. |
|
| VolumeCalculated | Decimal | The calculated volume of the row's content. |
|
| GrossWeight | Decimal? | The gross weight of the row's content. |
|
| GrossWeightCalculated | Decimal | The calculated gross weight of the row's content. |
|
| ExternalCommentId | Int64? | The business key identifier of the row's external comment.
|
|
| ExternalComment | Comments | The external comment of the row.
|
|
| InternalCommentId | Int64? | The business key identifier of the row's internal comment.
|
|
| InternalComment | Comments | The internal comment of the row.
|
|
| PackageComplete | Boolean | Specifies if the package row is complete. |
|
| BalanceChange | Decimal | The balance change of the row. |
|
| TemplateCode | String | The template code of the row. |
Example
{
"Id": 0,
"ParentId": null,
"ParentRowId": null,
"CustomerOrderDeliveryRowId": null,
"PackagingPartId": null,
"Cleared": false,
"ContainerNumber": null,
"SealNumber": null,
"PackageNumber": null,
"OtherPackageNumber": null,
"OtherPackageNumberNumberSeriesType": null,
"ExternalPackageId": null,
"Length": null,
"Width": null,
"Height": null,
"Volume": null,
"VolumeCalculated": 0.0,
"GrossWeight": null,
"GrossWeightCalculated": 0.0,
"ExternalCommentId": null,
"ExternalComment": null,
"InternalCommentId": null,
"InternalComment": null,
"PackageComplete": false,
"BalanceChange": 0.0,
"TemplateCode": null
}