Bombshell Agency Platform Service

<back to all web services

CommissionReprocessRequest

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

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

{
	CommissionUnmatchedProcessor: 
	{
		CommissionRecordId: 0,
		SunfireId: 0,
		DateCreated: 0001-01-01,
		AgentName: String,
		AgentNPN: String,
		AgentId: 0,
		AgentRank: String,
		PolicyNumber: String,
		MedicareIdNumber: String,
		ProductType: String,
		Carrier: String,
		InsuredAnnuitant: String,
		IsIgnore: False,
		Reason: String,
		SunfireRecord: False,
		CommissionRecord: False,
		HasAgent: False,
		IsExternal: False,
		Processed: False
	}
}
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
			}
		]
	},
	CommissionUnprocessed: 
	[
		{
			CommissionRecordId: 0,
			SunfireId: 0,
			DateCreated: 0001-01-01,
			AgentName: String,
			AgentNPN: String,
			AgentId: 0,
			AgentRank: String,
			PolicyNumber: String,
			MedicareIdNumber: String,
			ProductType: String,
			Carrier: String,
			InsuredAnnuitant: String,
			IsIgnore: False,
			Reason: String,
			SunfireRecord: False,
			CommissionRecord: False,
			HasAgent: False,
			IsExternal: False,
			Processed: False
		}
	],
	Processed: False
}