The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/MergeContactsRequestV2 HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/jsv
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,
DoNotContact: False,
PhoneAlt: String,
RoomNumber: String,
SourceNote: String,
SSN: String,
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: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
},
Success: False
}