Difference between revisions of "MYOB Endpoint: Locations"
Jump to navigation
Jump to search
(Created page with "== Overview == The MYOB '''Locations''' endpoint allows you to access the list of inventory locations within MYOB. == Fields == The following fields are avail...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The MYOB '''Locations''' [[Endpoints|endpoint]] allows you to access the list of inventory locations within MYOB. | The MYOB '''Locations''' [[MYOB Endpoints|endpoint]] allows you to access the list of inventory locations within MYOB. | ||
== Fields == | == Fields == | ||
The following fields are available for the Locations endpoint. | The following fields are available for the Locations endpoint. | ||
;DataFile | |||
:A [[Field Type: Record|record field]] that provides the [[Field: DataFile|DataFile]] associated with the data. | |||
;UID | ;UID | ||
:A [[Field Type: GUID|GUID field]] representing the internal id of a | :A [[Field Type: GUID|GUID field]] representing the internal id of a locaion. This field can be used to link to other endpoints. | ||
;Identifier | ;Identifier | ||
Line 46: | Line 49: | ||
:None | :None | ||
== Related Topics == | |||
:[[MYOB Models]] | |||
:[[MYOB Endpoints]] |
Latest revision as of 18:13, 2 April 2025
Overview
The MYOB Locations endpoint allows you to access the list of inventory locations within MYOB.
Fields
The following fields are available for the Locations endpoint.
- DataFile
- A record field that provides the DataFile associated with the data.
- UID
- A GUID field representing the internal id of a locaion. This field can be used to link to other endpoints.
- Identifier
- A text field used as a short name for the location.
- Name
- A text field used as the name for the location
- IsActive
- A true/false value that indicates if the location is active or not.
- CanSell
- A true/false value that indicates if items can be sold from this location.
- Notes
- A text field used to store notes for the location.
- Address
- A table field that stores an address for this location.
- RowVersion
- A row version field.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields
Related Endpoints
- None