Pera ServiceStack

<back to all web services

ContactRequest

The following routes are available for this service:
POST,PUT,OPTIONS/v1/Contact
GET,OPTIONS/v1/Contact/{ContactId}

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

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: api.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
}