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
Code | Value | HttpStatusCode |
---|---|---|
ACR_02.005.000 | No Valid Organisation Found | BadRequest |
ACR_02.005.001 | No Valid Organisation Type Found | BadRequest |
ACR_02.005.002 | No Valid Organisation Status Found | BadRequest |
ACR_02.005.003 | No Valid Account Manager Found | BadRequest |
ACR_02.005.004 | One Or More Tags Cannot Be Found | BadRequest |
ACR_02.005.005 | No Matching Event Found | BadRequest |
For a comprehensive overview of potential error codes and their structure, please refer to our documentation .