v1

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:

ParameterDescription
ExternalIdThe unique identifier of the person checked in the 3rd party platform
FirstNameThe First Name of The Person checked
LastNameThe Last Name of the Person checked
DobThe Date of Birth of the Person checked
OrganisationThe Organisation which the person is working for
JobTitleThe Job Title of the person
EmailAddressThe Email Address of the Applicant
MobileCountryCodeThe Country Code of the Mobile Phone
MobileNoMobile number
AgreeToTermsAgreement to terms and conditions
ImageBase64StringPerson photo
PhotoStatusThe Photo status of the person
PhotoPersonReferenceThe PersonID from the Photo system
OrganisationIdentifierThe Organisation which the person is working for
RoleIdentifierThe Role of the person will be first created under
EventIdentifierThe Event of the person will be first created under
RegistrationStatusIdThe Status of the registration for the person

Error Codes

CodeValueHttpStatusCode
ACR_02.000.000Applicant Not FoundBadRequest
ACR_02.000.001Multiple Matches FoundBadRequest
ACR_02.000.002Data MisMatchBadRequest
ACR_02.000.003Event / Role Not Available For OrganizationBadRequest
ACR_02.000.004Role And Event Do Not MatchBadRequest
ACR_02.000.005No Registration ExistsBadRequest
ACR_02.000.006No Registration Status FoundBadRequest
ACR_02.000.007One Or More Badge Access Cannot Be FoundBadRequest

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