Bombshell Agency Platform Service

<back to all web services

PolicyProductRequest

The following routes are available for this service:
GET,POST,PUT,OPTIONS/v1/PolicyProduct
GET,DELETE,OPTIONS/v1/PolicyProduct/{PolicyProductId}

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

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/PolicyProductRequest HTTP/1.1 
Host: api.exactbenefits.com 
Content-Type: text/csv
Content-Length: length

PolicyProduct,PolicyProductId
"{Id:0,Name:String,ProductTypeId:0,Description:String,CarrierId:0,StartDate:0001-01-01,EndDate:0001-01-01,DateModified:0001-01-01,LastUserModified:String}",0

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

ResponseStatus,PolicyProducts
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{Id:0,Name:String,ProductTypeId:0,Description:String,CarrierId:0,StartDate:0001-01-01,EndDate:0001-01-01,DateModified:0001-01-01,LastUserModified:String}]"