Difference between revisions of "MYOB Endpoint: Currencies"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The MYOB '''Currencies''' [[Endpoints|endpoint]] allows you to access the list of foreign currencies used in MYOB. | The MYOB '''Currencies''' [[MYOB Endpoints|endpoint]] allows you to access the list of foreign currencies used in MYOB. | ||
== Fields == | == Fields == | ||
Line 31: | Line 31: | ||
:[[MYOB Endpoint: Accounts|Accounts]] | :[[MYOB Endpoint: Accounts|Accounts]] | ||
== Related Topics == | |||
:[[MYOB Models]] | |||
:[[MYOB Endpoints]] |
Revision as of 00:43, 22 September 2021
Overview
The MYOB Currencies endpoint allows you to access the list of foreign currencies used in MYOB.
Fields
The following fields are available for the Currencies endpoint.
- UID
- A GUID field representing the internal id of currency. This field can be used to link to other endpoints.
- Code
- A text field used as the currency ISO code.
- CurrencyName
- A text field used as the currency name.
- CurrencyRate
- A decimal field that represents the last used exchange rate between this currency and the local currency of the data file.
- RowVersion
- A row version field.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Endpoints