Bombshell Agency Platform Service

<back to all web services

CommissionPolicyRequest

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

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

{
	CommissionPolicy: 
	[
		{
			Id: 0,
			Date Created: 0001-01-01,
			Last Updated: 0001-01-01,
			Contact ID: 0,
			Policy Product ID: 0,
			Policy Master ID: String,
			Policy Number: String,
			SF Confirmation Number: String,
			BOB Application ID: 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,
			Market: String,
			Prior Plan: String,
			HIP Status: String,
			Clawback: False,
			Last Updated By: String,
			EBG Date Modified: 0001-01-01,
			Carrier ID: 0
		}
	],
	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,
			Last Updated: 0001-01-01,
			Contact ID: 0,
			Policy Product ID: 0,
			Policy Master ID: String,
			Policy Number: String,
			SF Confirmation Number: String,
			BOB Application ID: 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,
			Market: String,
			Prior Plan: String,
			HIP Status: String,
			Clawback: False,
			Last Updated By: String,
			EBG Date Modified: 0001-01-01,
			Carrier ID: 0
		}
	]
}