HTTP + JSV
         The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
POST /jsv/reply/ContactRequest HTTP/1.1 
Host: api2.publicemployeeretirementassistance.com 
Content-Type: text/jsv
Content-Length: length
{
	ContactId: 0,
	CampaignId: 0,
	Contact: 
	{
		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
	},
	CampaignListId: 00000000000000000000000000000000
}
 
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
			}
		]
	},
	Contact: 
	{
		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
	},
	CampaignListId: 00000000000000000000000000000000
}