Stock Adjustment Detail Input Model
Fields
Field | Description | Type | |
---|---|---|---|
stockCode | Stock code. | string | required |
qty | Quantity. Value is the offset of the adjusted quantity. Can be negative or positive value. | number | required |
unitCost | Unit cost. | number | required |
location | Location name. Value must be an existing location in Cloud Accounting web application. | string | required |
description | Stock adjustment detail row description. | string, maxLength(100) |
Optional Fields
Field | Description | Type |
---|---|---|
furtherDescription | Further document description. | string |
deptNo | Department number. Value must be an existing department in Cloud Accounting web application. | string |
info
Detail record will not be created if all the following criterias are met:
stockCode
value is nulldescription
value is null or an empty stringqty
value is 0