Account Group
Return company account groups
Date Released: Nov 13th 2013 Date Updated: Nov 13th 2013
URL | Supports |
{URI}/accountgroup
|
GET |
PUT |
POST
|
{URI} is exo.api.myob.com when connecting to the cloud or the address of the machine hosting the API when connecting on premise. |
The elements list below details information for Account Group. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.
Attribute Details
- companytype integer
- Type: integer
- accountgrouptype integer
- Type: integer
- name string,null
- Type: string,null
- reportcode string,null
- Type: string,null
- rel string,null
- Type: string,null
- title string,null
- Type: string,null
- id integer
- Required on PUT
- href string,null
- Type: string,null
Example json GET response
- {
- companytype : 1
- accountgrouptype : 1
- name : TRADE
- reportcode : 1
- id : 1
- href : {URI}/accountgroup/1?$filter=CompanyType+eq+1and+AccountGroupType+eq+1
- }
{URI} is defined as: http://exo.api.myob.com/