MYOB Endpoint: CustomLists
Overview
The MYOB CustomLists endpoint allows you to get access to definition for all custom lists defined within MYOB. This includes all possible values defined.
Fields
The following fields are available for the CustomLists endpoint.
- ListId
- A whole number field representing the internal id of this record.
- IsSystem
- A true/false field used to indicate if this is a system list.
- ListIndex
- A whole number field representing the index of the list.
- Note that they are indexed from 0 (e.g. CustomList1 is index 0 and CustomList3 is index 2)
- ListName
- A text field that provides the name of the list.
- ListType
- A text field that provides the type of the list.
- Possible values are:
- Customer
- Employee
- Item
- Personal
- Supplier
- Values
- A table field that provides the values defined for this list.
- See Values Fields for more information.
Values Fields
The Values field contains the following sub-fields.
- Value
- A text field that provides the value defined.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields
- None
Related Endpoints