v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
company

Get Company Active Account Type by ID

Use this endpoint to get an account type by ID.

get/company-settings/location-settings/account-types/{accountTypeId}

Path parameters

accountTypeIdstring uuid required

The account type's unique identifier

Response

OK

idstring uuid

The account type's unique identifier.

_linkstring

The unique URI for this account type resource.

namestring

The name of the account type.

IsActiveboolean

The status of the account type.

Example response

{
  "id": "9b95199e-c161-41f3-8a09-3923791e0b73",
  "_link": "https://api.acculynx.com/v2/company-settings/location-settings/account-types/9b95199e-c161-41f3-8a09-3923791e0b73"
}