Bombshell Agency Platform Service

<back to all web services

MergeContactsRequestV2

The following routes are available for this service:
POST,OPTIONS/v2/MergeContact

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/MergeContactsRequestV2 HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: application/json
Content-Length: length

{"ContactMergeFields":{"ContactId":0,"ContactType":0,"FirstName":"String","LastName":"String","MiddleInitial":"String","Title":"String","EmailWork":"String","EmailPersonal":"String","District":"String","School":"String","State":"String","Phone":"String","Department":"String","Flow":"String","LastContact":null,"DoNotContact":false,"PhoneAlt":"String","RoomNumber":"String","SourceNote":"String","SSN":"String","DateOfBirth":null,"address_line1":"String","address_city":"String","address_state":"String","address_zip":"String","Tags":"String","AdditionalInformation":"String","CompanyAffiliation":"String","ContactCategory":"String","MaritalStatus":"String","TotalDebtAmount":0,"NumberOfDebtAccounts":0},"PrimaryContactId":0,"SecondaryContactId":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]},"Success":false}