Bombshell Agency Platform Service

<back to all web services

PolicySplitsRequest

The following routes are available for this service:
GET,POST,PUT,OPTIONS/v1/PolicySplits
GET,OPTIONS/v1/PolicySplits/{PolicyNumber}
DELETE,OPTIONS/v1/PolicySplits/{PolicySplitId}/{TableName}

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

{
	PolicySplits: 
	[
		{
			PolicySplitId: 0,
			AgentNumber: String,
			AgentId: 0,
			Split: 0,
			PolicyNumber: String,
			OtherUniqueId: String,
			DateCreated: 0001-01-01,
			ModifiedBy: String,
			ModifiedDate: 0001-01-01,
			AgentName: String
		}
	],
	PolicySplitId: 0,
	PolicyNumber: String,
	OtherUniqueId: String,
	TableName: String
}
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
			}
		]
	},
	PolicySplits: 
	[
		{
			PolicySplitId: 0,
			AgentNumber: String,
			AgentId: 0,
			Split: 0,
			PolicyNumber: String,
			OtherUniqueId: String,
			DateCreated: 0001-01-01,
			ModifiedBy: String,
			ModifiedDate: 0001-01-01,
			AgentName: String
		}
	],
	Success: False,
	Message: String
}