AddSerialNumberInformationToRow
Command, Introduced in version 22.5.5
POST https://localhost:8001/sv/001.1/api/v1/Sales/CustomerOrders/AddSerialNumberInformationToRow
Add serial number information to customer order row.
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the customer order row. References CustomerOrderRows
The entity id of the response is the same as the root entity id.
Required permission
Modify customer order
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
CustomerOrderRowId | Int64 | The business key identifier of the customer order row to add serial number information to.
|
|
SerialNumberInformation | SerialNumberOrderRowInformation[] | The serial number information to add to the row.
|
Example
{
"CustomerOrderRowId": 0,
"SerialNumberInformation": null
}