Report
Command, Introduced in version 2.48
POST https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingPickingLists/Report
Reports material on a picking list.
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the reported picking list.
The entity id of the response is the same as the root entity id.
Required permission
Report manufacturing order
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| PersonId | Int64? | The business key identifier of the person that is reporting the picking list.
|
|
| Materials | ManufacturingPickingListMaterialReporting[] | The materials info to be reported.
|
Example
{
"PersonId": null,
"Materials": null
}