Pera ServiceStack

<back to all web services

TemplateDefaultRequest

The following routes are available for this service:
GET/v1/TemplateDefault/{CampaignTypeId}/{ProductTypeId}

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/TemplateDefaultRequest HTTP/1.1 
Host: api2.publicemployeeretirementassistance.com 
Content-Type: text/jsv
Content-Length: length

{
	TemplateDefault: 
	[
		{
			Id: 0,
			CampaignTypeId: 0,
			ProductTypeId: 0,
			ClientApptConfirmationTemplateId: 0,
			ClientApptConfirmationUpdateTemplateId: 0,
			ClientApptConfirmationCancelTemplateId: 0,
			ClientApptConfirmationCancelSurveyTemplateId: 0,
			AgentApptConfirmationTemplateId: 0,
			AgentApptConfirmationUpdateTemplateId: 0,
			AgentApptConfirmationCancelTemplateId: 0,
			SatisfactionSurveyTemplateId: 0,
			OtherOfferTemplateId: 0
		}
	],
	CampaignTypeId: 0,
	ProductTypeId: 0
}
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
			}
		]
	},
	TemplateDefault: 
	[
		{
			Id: 0,
			CampaignTypeId: 0,
			ProductTypeId: 0,
			ClientApptConfirmationTemplateId: 0,
			ClientApptConfirmationUpdateTemplateId: 0,
			ClientApptConfirmationCancelTemplateId: 0,
			ClientApptConfirmationCancelSurveyTemplateId: 0,
			AgentApptConfirmationTemplateId: 0,
			AgentApptConfirmationUpdateTemplateId: 0,
			AgentApptConfirmationCancelTemplateId: 0,
			SatisfactionSurveyTemplateId: 0,
			OtherOfferTemplateId: 0
		}
	]
}