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 .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/CommissionTestCoverageRequest HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: text/jsv
Content-Length: length

{
	Since: 0001-01-01,
	TopN: 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
			}
		]
	},
	Result: 
	{
		Summary: 
		{
			SinceDate: 0001-01-01,
			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
			}
		]
	}
}