pfStockArrivalReasonType
Description
Defines the number of stock that arrived for a specified arrival reason.
Properties
Name | Description | Required | Type |
---|---|---|---|
Reason | The reason for the arrival of the stock | Yes | icarArrivalReasonType |
Count | The number of stock that arrived for the specified reason | No | Integer |
Examples
Example 1
{
"arrivals": {
"reason": "Purchase",
"count": 85
}
}