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: String,
			FirstName: String,
			MiddleName: String,
			LastName: String,
			Title: String,
			EmailWork: String,
			EmailPersonal: String,
			OrganizationType: String,
			Organization: String,
			UnitType: String,
			Unit: String,
			State: String,
			Phone: String,
			Department: String,
			LastContact: 0001-01-01,
			DoNotContact: False,
			PensionPlan: String,
			ContactCount: 0
		}
	]
}