Bombshell Agency Platform Service

<back to all web services

ERCMatchedRequest

The following routes are available for this service:
PUT,OPTIONS/v1/ERCApp/Match

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

{
	ERCAppId: 0,
	AgentId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ERCApps: 
	[
		{
			id: 0,
			contact_id: String,
			first_name: String,
			last_name: String,
			full_name: String,
			job_title: String,
			email: String,
			phone: String,
			address1: String,
			city: String,
			state: String,
			date_created: String,
			postal_code: String,
			company_name: String,
			full_address: String,
			status: String,
			repId: String,
			erc_credit_amount: String,
			payment_option_selected: String,
			responses_for_agreement: String,
			client_payroll_contact_email: String,
			estimated_erc_amount_2020: String,
			per_quarter_estimated_erc_amount_2021: String,
			how_many_employees_in_2019: String,
			how_many_employees_in_2020: String,
			total_quarters_qualified_2020: String,
			total_quarters_qualified_2021: String,
			revenue_quarters_qualified_2020: String,
			revenue_quarters_qualified_2021: String,
			filing_date: String,
			app_id: String,
			parentId: String,
			affiliate_name: String,
			affiliate_id: String,
			DateCreated: 0001-01-01,
			AgentId: 0
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}