API for browsing, adding, editing and deleting Account Groups.
GET /accountgroups
Return a list of Account Groups.
GET /accountgroups/{Id}
Return a specific Account Group.
POST /accountgroups
Create a new Account Group.
PUT /accountgroups/{Id}
Update an existing Account Group.
DELETE /accountgroups/{Id}
Delete the specified Account Group.
Looking up a Resource (single objects, lists and tabular data)
Creating a Resource
Updating a Resource
Deleting a Resource
Accounts API
{
"AccountGroupId": 0,
"AccountGroup": ""
}
This table stores different Account Groups on the system that are used for account management and reporting.
Field Name | Type | Size | Description |
---|---|---|---|
ACCOUNT_GROUP_ID | smallint | 2 | Primary key. |
ACCOUNT_GROUP | varchar | 40 | Account group name. |