Bombshell Agency Platform Service

<back to all web services

CommissionTestSimulateRequest

The following routes are available for this service:
POST,OPTIONS/v1/CommissionTestSimulate

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

{
	TestCase: 
	{
		Id: 0,
		Name: String,
		PolicyProductId: 0,
		SourceTypeId: 0,
		PlanType: String,
		P2PTypeId: 0,
		GrossCommission: 0,
		WritingIndex: 0,
		ProcessDate: 0001-01-01,
		AppSubmitDate: 0001-01-01,
		EffectiveDate: 0001-01-01,
		InsuredAnnuitant: String,
		CommissionPolicyId: 0,
		ControlledBusiness: False,
		GrossSign: String,
		Signature: String,
		Status: String,
		SourceCommissionRecordId: 0,
		ApprovedBy: String,
		ApprovedDate: 0001-01-01,
		DateCreated: 0001-01-01,
		DateModified: 0001-01-01,
		Levels: 
		[
			{
				Id: 0,
				CommissionTestCaseId: 0,
				Position: 0,
				AgentLevelId: 0,
				ExpectedAmount: 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
			}
		]
	},
	Projection: 
	{
		TestCase: 
		{
			Id: 0,
			Name: String,
			PolicyProductId: 0,
			SourceTypeId: 0,
			PlanType: String,
			P2PTypeId: 0,
			GrossCommission: 0,
			WritingIndex: 0,
			ProcessDate: 0001-01-01,
			AppSubmitDate: 0001-01-01,
			EffectiveDate: 0001-01-01,
			InsuredAnnuitant: String,
			CommissionPolicyId: 0,
			ControlledBusiness: False,
			GrossSign: String,
			Signature: String,
			Status: String,
			SourceCommissionRecordId: 0,
			ApprovedBy: String,
			ApprovedDate: 0001-01-01,
			DateCreated: 0001-01-01,
			DateModified: 0001-01-01,
			Levels: 
			[
				{
					Id: 0,
					CommissionTestCaseId: 0,
					Position: 0,
					AgentLevelId: 0,
					ExpectedAmount: 0
				}
			]
		},
		Positions: 
		[
			{
				Position: 0,
				AgentId: 0,
				AgentLevelNumber: 0,
				AgentLevelId: 0,
				IsWritingAgent: False,
				ProjectedAmount: 0,
				HistoricalAmount: 0
			}
		],
		Signature: String,
		GrossSign: String,
		FailureReason: String
	}
}