Bombshell Agency Platform Service

<back to all web services

QuestionUploadStatusReportRequest

The following routes are available for this service:
GET,OPTIONS/v1/QuestionUploadStatusReport/{IsAdminReport}
GET,OPTIONS/v1/QuestionUploadStatusReport/{IsAdminReport}/{AgentID}

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

{
	AgentID: 0,
	IsAdminReport: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	QuestionUploadStatusReport: 
	[
		{
			Id: 0,
			ErcUid: 00000000000000000000000000000000,
			ErcContactId: 0,
			DateCreated: 0001-01-01,
			ppp_loan: String,
			ppp_loan_1_amount: String,
			ppp_loan_1_date: String,
			ppp_loan_1_forgiveness: String,
			ppp_loan_2_amount: String,
			ppp_loan_2_date: String,
			ppp_loan_2_forgiveness: String,
			majority_owners: String,
			payroll_type: String,
			file_payroll_uploaded: 0,
			file_payroll_docs_tax: 0,
			company_name: String,
			address_line_1: String,
			city: String,
			state: String,
			zip: String,
			first_name: String,
			last_name: String,
			email: String,
			phone_number: String,
			title: String,
			DateSubmitted: 0001-01-01,
			BusinessName: String,
			ContactName: String,
			EmailAddress: String,
			AgentName: String,
			AgentNumber: String
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}