Account Features
List of valid attributes:
Attribute | Description | Specifics |
---|---|---|
account_id | ID of the account an account-feature belongs to | Cannot be set |
setup_progress | The setup progress of an account-feature | Can be an integer between 0 and 100. Default is 0. |
name | Name of the account feature | Must be set. Allowed values are ai_automation , communication , contracts , digital_personnel_file , hr_processes , recruiting and other |
Create
Example request:
{ "data": { "type": "account_feature", "attributes": { "name": "ai_automation" } }}
Example response:
{ "data": { "id": "459u2p1e-caa0-4960-be61-yod0dlsd969e", "type": "account_feature", "attributes": { ... } }}
This endpoint creates an account feature.
HTTP Request
POST /api/v1/account_features