Bombshell Agency Platform Service

<back to all web services

QuestionnaireStatusReportRequest

The following routes are available for this service:
GET,OPTIONS/v1/QuestionnaireStatusReport/{IsAdminReport}
GET,OPTIONS/v1/QuestionnaireStatusReport/{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/QuestionnaireStatusReportRequest 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

{
	QuestionnaireStatusReport: 
	[
		{
			ErcUid: 00000000000000000000000000000000,
			AgentId: 0,
			AgentName: String,
			Referrer: String,
			ContactId: 0,
			ContactUid: 00000000000000000000000000000000,
			ContactType: String,
			BusinessName: String,
			FirstName: String,
			LastName: String,
			EmailAddress: String,
			PhoneNumber: String,
			ReceiveText: False,
			FurthestStep: 0,
			PreviousPageStack: String,
			AgentNumber: String,
			DateCreated: 0001-01-01,
			DateLastUpdate: 0001-01-01,
			Address1: String,
			City: String,
			State: String,
			Zip: String
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}