Create organization¶
To create a organization, you must have an account_holder_id, please contact info@autocore.pro to register your Account Holder information and to get your account_holder_id.
To create a organization, you can use the following endpoint:
Body parameters¶
| PARAMETER | TYPE | REQ. | DESCRIPTION |
|---|---|---|---|
| name | String | Yes | Unique organization name |
| description | String | Yes | Organization description |
| external_ref | String | No | External reference for organization |
Body example¶
{
"name": "Organization ABC",
"description": "Organization ABC (Travel Agency)",
"external_ref": "342"
}
Endpoint response¶
Status code: 200¶
{
"id": 13,
"account_holder_id": "acch_02xqQWDm3orz0WR4UiA5Vw",
"name": "Organization ABC",
"description": "Organization ABC (Travel Agency)",
"external_ref": "342"
}