Difference between revisions of "MYOB Endpoint: Categories"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The MYOB '''Categories''' [[Endpoints|endpoint]] allows you to access the list of categories located within MYOB. | The MYOB '''Categories''' [[MYOB Endpoints|endpoint]] allows you to access the list of categories located within MYOB. | ||
== Fields == | == Fields == | ||
Line 34: | Line 34: | ||
:[[MYOB Endpoint: CategoryRegister|CategoryRegister]] | :[[MYOB Endpoint: CategoryRegister|CategoryRegister]] | ||
== Related Topics == | |||
:[[MYOB Models]] | |||
:[[MYOB Endpoints]] |
Revision as of 00:43, 22 September 2021
Overview
The MYOB Categories endpoint allows you to access the list of categories located within MYOB.
Fields
The following fields are available for the Categories endpoint.
- UID
- A GUID field representing the internal id of an category. This field can be used to link to other endpoints.
- DisplayID
- A text field used as the category number.
- Name
- A text field used as the category name.
- Description
- A text field used as the category description.
- IsActive
- A true/false value that indicates if the category is active and useable within MYOB.
- RowVersion
- A row version field.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Endpoints