Bombshell Agency Platform Service

<back to all web services

CommissionTestCoverageRequest

The following routes are available for this service:
GET,OPTIONS/v1/CommissionTestCoverage

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /json/reply/CommissionTestCoverageRequest HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: application/json
Content-Length: length

{"Since":"0001-01-01T00:00:00.0000000","TopN":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]},"Result":{"Summary":{"SinceDate":"0001-01-01T00:00:00.0000000","TotalScenariosSeen":0,"DistinctSignatures":0,"CoveredScenariosSeen":0,"CoveredSignatures":0,"CoveragePct":0,"ApprovedCases":0,"KnownFailingCases":0,"PendingCases":0},"Gap":[{"GrossSign":"String","DimensionSet":"String","TimesSeen":0,"PolicyProductId":0,"ExampleSource":0,"ExamplePlan":"String","ExampleRecordId":0,"ProjectedCoveragePct":0}]}}