v1

api/organisation

The Organisation API suite can be used to by integration partners to manage organisation data from their own applications across the Accredit system.

Account Manager Handling

POST: If an identifier is included for an Account Manager, check to ensure the manager exists.
If so, link it as the Main Account Manager to the organisation.

PATCH: If an identifier is included for an Account Manager, check to ensure the manager exists.
If so, link it as the Main Account Manager to the organisation.
If a Main Account Manager is already specified, replace it.

Error Codes

CodeValueHttpStatusCode
ACR_02.005.000No Valid Organisation FoundBadRequest
ACR_02.005.001No Valid Organisation Type FoundBadRequest
ACR_02.005.002No Valid Organisation Status FoundBadRequest
ACR_02.005.003No Valid Account Manager FoundBadRequest
ACR_02.005.004One Or More Tags Cannot Be FoundBadRequest
ACR_02.005.005No Matching Event FoundBadRequest

For a comprehensive overview of potential error codes and their structure, please refer to our documentation .