MYOB Endpoint: TransferMoneyTransactions

From OdataLink
Jump to navigation Jump to search

Overview

The MYOB TransferMoneyTransactions endpoint allows you to access transfer money transactions recorded within MYOB.

Transfer money transactions allow you to transfer funds between 2 bank accounts.


Fields

The following fields are available for the TransferMoneyTransactions endpoint.

UID
A GUID field representing the internal id of this record. This field can be used to link to other endpoints.
FromAccount
A record field that provides the source account from which the money came from.
ToAccount
A record field that provides the destination account to which the money was transferred.
TransferNumber
A text field used as the transaction number.
Date
A date field that indicates the date of the transaction.
Amount
A decimal field that provides the amount.
Memo
A text field that provides the memo for the transaction.
Category
A record field that provides the category associated with this 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


Related Endpoints

MYOB Endpoint: JournalTransactions


Related Topics

MYOB Models
MYOB Endpoints