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
}
]
}