Contacts (entity-api-specification)

(0 reviews)

home

API Features Summary

This API connects to TechOne to create, update, or retrieve applications

API Overview

PropertyDetails
Application Technical Namemdc-contacts
Application Business NameMDC Contacts API
Mule Application TypeAPI
API Type
Business DomainTBC
Purpose of APIThis API connects to TechOne to create, update, or retrieve applications
API OwnerMDC Integration Team
Version(s)1.0.0
Target ConsumersExternals/TechOne API TBC
Consuming Applications/ProcessesExternals/TechOne API TBC
Design Center URLhttps://anypoint.mulesoft.com/designcenter/designer/#/project/6b79b40c-1718-4b88-b531-3ad06f5bb1ba
Anypoint Exchange URLhttps://anypoint.mulesoft.com/exchange/e952a1f4-b5bf-4939-8f29-d497de78c7af/entity-api-specification/minor/1.0/
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


Reviews