Create Engagement Account Group
Create a new engagement account group.
New engagement account groups must adhere to the following conditions:
- The provided code must be unique within the engagement account grouping.
- An engagement account group can have no more than three parents in its hierarchy. Setting an engagement account group’s parent code such that it would have more than three parents is not allowed.
- Lowest level engagement account groups must include a valid MAC code.
- Engagement account groups cannot be added to a MAC account grouping.
Permissions
api.engagement-account-groupings.write
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The unique identifier for the engagement account grouping that the engagement account group belongs to.
The account code for this account group.
1A description of the account code for this account group.
The parent code for this account group.
When true this account is hidden, and can't be used in account mapping. Additionally this account won't be suggested when automatically mapping accounts during file import.
The MAC code mapped to this account group.
A replacement value used when displaying the account description.
This does not have any effect on automatic column mapping.
Response
Created
The unique object identifier.
The unique identifier for the engagement account grouping that the engagement account group belongs to.
The account code for this account group.
A description of the account code for this account group.
A list of the parent codes for this account group.
The parent code for this account group.
The MAC code mapped to this account group.
A list of account tags assigned to this account group.
The date this account group was published. If not set, this account group is not published.
Published account groups cannot be updated.
The order in which this account group is displayed, relative to other account groups with the same parent.
A list of errors associated with this account group.
When true this account is hidden, and can't be used in account mapping. Additionally this account won't be suggested when automatically mapping accounts during file import.
The process that lead to the creation of the account group.
IMPORTED_FROM_LIBRARY, IMPORTED_FROM_ENGAGEMENT, ADDED_ON_ENGAGEMENT A replacement value used when displaying the account description.
This does not have any effect on automatic column mapping.

