Bombshell Agency Platform Service

<back to all web services

PolicyProductTagUpdateRequest

The following routes are available for this service:
PUT, OPTIONS/v1/PolicyProductTag

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/PolicyProductTagUpdateRequest 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
	}
}