Bombshell Agency Platform Service

<back to all web services

ErcSubmissionRequest

The following routes are available for this service:
GET,OPTIONS/v1/ErcSubmission/{ErcUid}
GET,OPTIONS/v1/ErcSubmission/{ErcUid}/{SendIt}

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

{
	ErcUid: 00000000000000000000000000000000,
	SendIt: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ErcSubmissions: 
	{
		Contact_BusinessName: String,
		Contact_FirstName: String,
		Contact_LastName: String,
		Contact_Title: String,
		Contact_Email: String,
		Contact_Phone: String,
		Contact_Address1: String,
		Contact_City: String,
		Contact_State: String,
		Contact_Zip: String,
		Item1_WhenDidYouStartYourBusiness: String,
		Item2_HaveYouHadOver1MillionInRevenueStartupOnly: String,
		Item3_HowManyFull_TimeEmployeesIn2019: String,
		Item4_QuartersWith50LossIn2020: String,
		Item5_2020QuarterThatGotBackTo80: String,
		Item6_2021Q1RevenueQualifier: String,
		Item7_2021Q1LookbackQualifier: String,
		Item8_2021Q2RevenueQualifier: String,
		Item9_2021Q3RevenueQualifier: String,
		Item10_DidYouHaveASupplyChainDisruption: String,
		Item11_HowManySupplyItemsWereDisrupted: String,
		Item12_SupplyItem1: String,
		Item13_SupplyItem1SupplierState: String,
		Item14_SupplyItem2: String,
		Item15_SupplyItem2SupplierState: String,
		Item16_SupplyItem3: String,
		Item17_SupplyItem3SupplierState: String,
		Item18_SupplyItem4: String,
		Item19_SupplyItem4SupplierState: String,
		Item20_SupplyItem5: String,
		Item21_SupplyItem5SupplierState: String,
		Item22_SupplyItem6: String,
		Item23_SupplyItem6SupplierState: String,
		Item24_SupplyItem7: String,
		Item25_SupplyItem7SupplierState: String,
		Item26_SupplyItem8: String,
		Item27_SupplyItem8SupplierState: String,
		Item28_SupplyItem9: String,
		Item29_SupplyItem9SupplierState: String,
		Item30_SupplyItem10: String,
		Item31_SupplyItem10SupplierState: String,
		Item32_2020QuartersAffectedBySupplyChain: String,
		Item33_2021QuartersAffectedBySupplyChain: String,
		Item34_CouldNotFindAReasonableReplacementSupplier: String,
		Item35_DidYouHaveAQualifiedSuspension: String,
		Item36_Suspension1_TypeOfSuspension: String,
		Item37_Suspension1_Description: String,
		Item38_Suspension2_TypeOfSuspension: String,
		Item39_Suspension2_Description: String,
		Item40_2020QuartersAffectedBySuspension: String,
		Item41_2021QuartersAffectedBySuspension: String,
		Item42_AggregateEmployer: String,
		Item43_TotalQuatersQualified2020: String,
		Item44_TotalQuatersQualified2021: String,
		Item45_RevenueQuartersQualified2020: String,
		Item46_RevenueQuartersQualified2021: String,
		ErcUid: 00000000000000000000000000000000
	},
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}