MYOB Endpoint: InventoryBuildTransactions

Overview

The MYOB InventoryBuildTransactions endpoint allows you to get access to build items data.

Note that this does not provide access to other types of inventory adjustments. These can be accessed from the InventoryAdjustments endpoint.


Fields

The following fields are available for the InventoryBuildTransactions 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.
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

Accounts
Categories
Items
Jobs
Locations


Related Endpoints

InventoryAdjustments
JournalTransactions
JournalTransactionsTable


Related Topics

MYOB Models
MYOB Endpoints