Contacts (entity-api-specification)
home
API Features Summary
This API connects to TechOne to create, update, or retrieve applications
API Overview
Property | Details |
---|---|
Application Technical Name | mdc-contacts |
Application Business Name | MDC Contacts API |
Mule Application Type | API |
API Type | |
Business Domain | TBC |
Purpose of API | This API connects to TechOne to create, update, or retrieve applications |
API Owner | MDC Integration Team |
Version(s) | 1.0.0 |
Target Consumers | Externals/TechOne API TBC |
Consuming Applications/Processes | Externals/TechOne API TBC |
Design Center URL | https://anypoint.mulesoft.com/designcenter/designer/#/project/6b79b40c-1718-4b88-b531-3ad06f5bb1ba |
Anypoint Exchange URL | https://anypoint.mulesoft.com/exchange/e952a1f4-b5bf-4939-8f29-d497de78c7af/entity-api-specification/minor/1.0/ |
Environment | Mulesoft URL |
---|---|
DEV | https://mdc-contacts-dev.au-s1.cloudhub.io/api |
QA | https://mdc-contacts-test.au-s1.cloudhub.io/api |
PROD | https://mdc-contacts.au-s1.cloudhub.io/api |
Endpoints |
---|
GET: /contacts |
POST: /contacts |
GET: /contacts/{contactId} |
PUT: /contacts/{contactId} |
POST: /contacts/{contactId}/address |
POST: /contacts/{contactId}/association |
POST: /contacts/{contactId}/email-claim |
PUT: /contacts/{contactId}/email-claim |
POST: /contacts/{contactId}/authenticated |
GET: /contacts/{contactId}/unauthenticated-record |
GET: /search/data |
GET: /search/nameforEmail |
GET: /search/additionalNameInfo |
POST: /match |
GET: /healthcheck |
High Level Diagram
To Be Added
Integration Overview
Technology
The MDC interfaces are web services that return JSON.
GET calls
GET calls are supported by REST APIs retrieving applications based on the given details from TechOne.
POST and PUT calls
External - To post or update applications to TechOne, use a WebService call that adds/updates data supported by sending data and writes it into TechOne.
Internal - Calls that adds/updates data supported by sending data and writes into TechOne.
Security
Calls to web services are made over the Internet using HTTPS. The MDC web service API will allow calls from the Datacom specific IP address only.
Interfaces
For API specification summary, click on Summary in the left menu