HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/PolicyProductTagCreateRequest HTTP/1.1
Host: api.exactbenefits.com
Content-Type: text/jsv
Content-Length: length
{
PolicyProductTag:
{
Id: 0,
ProductId: 0,
ProductTag: String,
DateCreated: 0001-01-01,
DateModified: 0001-01-01,
LastUserModified: String
}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
PolicyProductTags:
[
{
Id: 0,
ProductId: 0,
ProductTag: String,
DateCreated: 0001-01-01,
DateModified: 0001-01-01,
LastUserModified: String
}
],
PolicyProductTag:
{
Id: 0,
ProductId: 0,
ProductTag: String,
DateCreated: 0001-01-01,
DateModified: 0001-01-01,
LastUserModified: String
}
}