TransferItem
Individual line item on an item transfer transaction.
Name | Description | Type | Additional information |
---|---|---|---|
Quantity | The quantity. Maximum of 3 decimals. | decimal number |
Required |
InventoryItemId | The inventory item for this transfer line item. | integer |
Required |
UnitCost | The unit cost(excluding tax) for this transfer line item. | decimal number |
Required |
LineTotal | The total price(excluding tax) for this transfer line item. If not provided or Quantity x UnitCost does not match the provided value it will be recalculated. | decimal number |
None. |
_links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |