api/contactManagement
The Contact Management API suite can be used to by integration partners to manage attendee data from their own applications across the Accredit system
Field Configuration
This API suite uses configurable mandatory / optional fields, which are set on a project by project basis.
Any fields marked as mandatory throughout the documentation stay as such, but any optional fields may have been configured as mandatory depending on the project requirements.
The API input validation will inform you of an additional required fields not included, which can include the below:
Parameter | Description |
---|---|
ExternalId | The unique identifier of the person checked in the 3rd party platform |
FirstName | The First Name of The Person checked |
LastName | The Last Name of the Person checked |
Dob | The Date of Birth of the Person checked |
Organisation | The Organisation which the person is working for |
JobTitle | The Job Title of the person |
EmailAddress | The Email Address of the Applicant |
MobileCountryCode | The Country Code of the Mobile Phone |
MobileNo | Mobile number |
AgreeToTerms | Agreement to terms and conditions |
ImageBase64String | Person photo |
PhotoStatus | The Photo status of the person |
PhotoPersonReference | The PersonID from the Photo system |
OrganisationIdentifier | The Organisation which the person is working for |
RoleIdentifier | The Role of the person will be first created under |
EventIdentifier | The Event of the person will be first created under |
RegistrationStatusId | The Status of the registration for the person |
Error Codes
Code | Value | HttpStatusCode |
---|---|---|
ACR_02.000.000 | Applicant Not Found | BadRequest |
ACR_02.000.001 | Multiple Matches Found | BadRequest |
ACR_02.000.002 | Data MisMatch | BadRequest |
ACR_02.000.003 | Event / Role Not Available For Organization | BadRequest |
ACR_02.000.004 | Role And Event Do Not Match | BadRequest |
ACR_02.000.005 | No Registration Exists | BadRequest |
ACR_02.000.006 | No Registration Status Found | BadRequest |
ACR_02.000.007 | One Or More Badge Access Cannot Be Found | BadRequest |
For a comprehensive overview of potential error codes and their structure, please refer to our documentation .