Bombshell Agency Platform Service

<back to all web services

SubmittedBusinessCombinedDataTableRequest

The following routes are available for this service:
POST,OPTIONS/v1/SubmittedBusiness/Combined/DataTable

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

{
	dtParameters: 
	{
		columns: 
		[
			{
				data: 0,
				name: String,
				orderable: False,
				searchable: False,
				search: 
				{
					value: String,
					regex: False
				}
			}
		],
		draw: 0,
		length: 0,
		order: 
		[
			{
				column: 0,
				dir: String
			}
		],
		start: 0,
		search: 
		{
			value: String,
			regex: False
		}
	},
	AgentId: 0,
	StartDate: 0001-01-01,
	EndDate: 0001-01-01
}