Bombshell Agency Platform Service

<back to all web services

CommissionPolicyRequest

The following routes are available for this service:
GET,OPTIONS/v1/CommissionPolicy
GET,OPTIONS/v1/CommissionPolicy/{Id}

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/CommissionPolicyRequest HTTP/1.1 
Host: api.exactbenefits.com 
Content-Type: text/jsv
Content-Length: length

{
	CommissionPolicy: 
	[
		{
			Id: 0,
			Date Created: 0001-01-01,
			Contact ID: 0,
			Policy Product ID: 0,
			Policy Master ID: String,
			Policy Number: String,
			SF Confirmation Number: String,
			CMS Plan ID: String,
			Plan Name: String,
			Plan Type: String,
			App Submit Date: 0001-01-01,
			Effective Date: 0001-01-01,
			Term Date: 0001-01-01,
			Source Sunfire: False,
			Source BOB: False,
			Policy Status: String,
			EBG Date Modified: 0001-01-01,
			Carrier ID: 0,
			MID: String,
			p2p_check: String
		}
	],
	Id: 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
			}
		]
	},
	CommissionPolicy: 
	[
		{
			Id: 0,
			Date Created: 0001-01-01,
			Contact ID: 0,
			Policy Product ID: 0,
			Policy Master ID: String,
			Policy Number: String,
			SF Confirmation Number: String,
			CMS Plan ID: String,
			Plan Name: String,
			Plan Type: String,
			App Submit Date: 0001-01-01,
			Effective Date: 0001-01-01,
			Term Date: 0001-01-01,
			Source Sunfire: False,
			Source BOB: False,
			Policy Status: String,
			EBG Date Modified: 0001-01-01,
			Carrier ID: 0,
			MID: String,
			p2p_check: String
		}
	]
}