AddRejectionRow
Type, Introduced in version 2.18
Adds a new rejection row to an entity.
Used by:
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
RejectionCodeId | Int64 | The business key identifier of the rejection code that the rejection should be registered as. References RejectionCodeItems.
|
|
RejectedQuantity | Decimal | The quantity that was rejected.
|
|
Comment | SetComment | A comment for the rejection.
|
Example
{
"RejectionCodeId": 0,
"RejectedQuantity": 0.0,
"Comment": null
}