Stock Transfer Detail Input Model
Fields
Field | Description | Type | |
---|---|---|---|
stockCode | Stock code. | string | required |
qty | Quantity. Value must be a positive number. | number | required |
description | Stock transfer detail row description. | string, maxLength(100) |
Optional Fields
Field | Description | Type |
---|---|---|
furtherDescription | Further document description. | string |
unitCost | Unit cost. | number |
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