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
{
Contact:
{
ContactId: 0,
PrimaryAddressId: 0,
ContactMethodId: 0,
ContactMethod: String,
Salutation: String,
FirstName: String,
LastName: String,
Phone: String,
MobilePhone: String,
Email: String,
CompanyName: String,
SecurityQuestionId: 0,
SecurityAnswer: String,
IVRPIN: String
},
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}