MYOB Endpoint: InventoryAdjustments
Jump to navigation
Jump to search
Overview
The MYOB InventoryAdjustments endpoint allows you to get access to inventory adjustment transactions.
Note that this does not provide access to Autobuild / build item transactions. These can be accessed from the InventoryBuildTransactions endpoint.
Fields
The following fields are available for the InventoryAdjustments endpoint.
- UID
- A GUID field representing the internal id of this record. This field can be used to link to other endpoints.
- InventoryJournalNumber
- A text field that provides the transaction number.
- Date
- A date field that indicates the date of the transaction.
- IsYearEndAdjustment
- A true/false field that indicates if the transaction is an end-of-year adjustment.
- Memo
- A text field that provides the memo for the transaction.
- Lines
- A table field that provides the lines of this transaction.
- See Lines Fields for more information.
- Category
- A record field that provides the category associated with this transaction.
- RowVersion
- A row version field.
Lines Fields
The Lines field contains the following sub-fields.
- RowID
- A integer field representing the internal id of this row.
- Quantity
- A decimal field that provides the quantity adjusted (increase/decrease).
- UnitCost
- A decimal field that provides the unit cost value of the adjusted item.
- Amount
- A decimal field that provides the total cost value of the adjusted item.
- Item
- A record field that provides the item for this line.
- Account
- A record field that provides the account for this line.
- Job
- A record field that provides the job for this line.
- Location
- A record field that provides the Location for this line.
- Memo
- A text field that provides the line memo for the transaction.
- RowVersion
- A row version field.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields
Related Endpoints