The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
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
}
]
},
Contacts:
[
{
ContactId: 0,
ContactType: 0,
FirstName: String,
MiddleInitial: String,
LastName: String,
Suffix: String,
FullName: String,
Title: String,
EmailWork: String,
EmailPersonal: String,
Phone: String,
PhoneAlt: String,
District: String,
School: String,
State: String,
Address_Line1: String,
Address_City: String,
Address_State: String,
Address_Zip: String,
DateOfBirth: 0001-01-01,
SSN: String,
DoNotContact: False,
Deleted: False,
DateCreated: 0001-01-01,
MID: String,
MedicareIdNumber: String,
GroupKey: String
}
],
ConflictDetails:
[
{
GroupKey: String,
ConflictingProperty: String
}
]
}