HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/ErcReSubmitFileRequest HTTP/1.1
Host: api.consumertaxadvocate.com
Content-Type: application/xml
Content-Length: length
<ErcReSubmitFileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal" />
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ErcSubmissionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:Message>String</d2p1:Message>
<d2p1:StackTrace>String</d2p1:StackTrace>
<d2p1:Errors>
<d2p1:ResponseError>
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:FieldName>String</d2p1:FieldName>
<d2p1:Message>String</d2p1:Message>
</d2p1:ResponseError>
</d2p1:Errors>
</ResponseStatus>
<ErcSubmissions>
<Contact_Address1>String</Contact_Address1>
<Contact_BusinessName>String</Contact_BusinessName>
<Contact_City>String</Contact_City>
<Contact_Email>String</Contact_Email>
<Contact_FirstName>String</Contact_FirstName>
<Contact_LastName>String</Contact_LastName>
<Contact_Phone>String</Contact_Phone>
<Contact_State>String</Contact_State>
<Contact_Title>String</Contact_Title>
<Contact_Zip>String</Contact_Zip>
<ErcUid>00000000-0000-0000-0000-000000000000</ErcUid>
<Item10_DidYouHaveASupplyChainDisruption>String</Item10_DidYouHaveASupplyChainDisruption>
<Item11_HowManySupplyItemsWereDisrupted>String</Item11_HowManySupplyItemsWereDisrupted>
<Item12_SupplyItem1>String</Item12_SupplyItem1>
<Item13_SupplyItem1SupplierState>String</Item13_SupplyItem1SupplierState>
<Item14_SupplyItem2>String</Item14_SupplyItem2>
<Item15_SupplyItem2SupplierState>String</Item15_SupplyItem2SupplierState>
<Item16_SupplyItem3>String</Item16_SupplyItem3>
<Item17_SupplyItem3SupplierState>String</Item17_SupplyItem3SupplierState>
<Item18_SupplyItem4>String</Item18_SupplyItem4>
<Item19_SupplyItem4SupplierState>String</Item19_SupplyItem4SupplierState>
<Item1_WhenDidYouStartYourBusiness>String</Item1_WhenDidYouStartYourBusiness>
<Item20_SupplyItem5>String</Item20_SupplyItem5>
<Item21_SupplyItem5SupplierState>String</Item21_SupplyItem5SupplierState>
<Item22_SupplyItem6>String</Item22_SupplyItem6>
<Item23_SupplyItem6SupplierState>String</Item23_SupplyItem6SupplierState>
<Item24_SupplyItem7>String</Item24_SupplyItem7>
<Item25_SupplyItem7SupplierState>String</Item25_SupplyItem7SupplierState>
<Item26_SupplyItem8>String</Item26_SupplyItem8>
<Item27_SupplyItem8SupplierState>String</Item27_SupplyItem8SupplierState>
<Item28_SupplyItem9>String</Item28_SupplyItem9>
<Item29_SupplyItem9SupplierState>String</Item29_SupplyItem9SupplierState>
<Item2_HaveYouHadOver1MillionInRevenueStartupOnly>String</Item2_HaveYouHadOver1MillionInRevenueStartupOnly>
<Item30_SupplyItem10>String</Item30_SupplyItem10>
<Item31_SupplyItem10SupplierState>String</Item31_SupplyItem10SupplierState>
<Item32_2020QuartersAffectedBySupplyChain>String</Item32_2020QuartersAffectedBySupplyChain>
<Item33_2021QuartersAffectedBySupplyChain>String</Item33_2021QuartersAffectedBySupplyChain>
<Item34_CouldNotFindAReasonableReplacementSupplier>String</Item34_CouldNotFindAReasonableReplacementSupplier>
<Item35_DidYouHaveAQualifiedSuspension>String</Item35_DidYouHaveAQualifiedSuspension>
<Item36_Suspension1_TypeOfSuspension>String</Item36_Suspension1_TypeOfSuspension>
<Item37_Suspension1_Description>String</Item37_Suspension1_Description>
<Item38_Suspension2_TypeOfSuspension>String</Item38_Suspension2_TypeOfSuspension>
<Item39_Suspension2_Description>String</Item39_Suspension2_Description>
<Item3_HowManyFull_TimeEmployeesIn2019>String</Item3_HowManyFull_TimeEmployeesIn2019>
<Item40_2020QuartersAffectedBySuspension>String</Item40_2020QuartersAffectedBySuspension>
<Item41_2021QuartersAffectedBySuspension>String</Item41_2021QuartersAffectedBySuspension>
<Item42_AggregateEmployer>String</Item42_AggregateEmployer>
<Item43_TotalQuatersQualified2020>String</Item43_TotalQuatersQualified2020>
<Item44_TotalQuatersQualified2021>String</Item44_TotalQuatersQualified2021>
<Item45_RevenueQuartersQualified2020>String</Item45_RevenueQuartersQualified2020>
<Item46_RevenueQuartersQualified2021>String</Item46_RevenueQuartersQualified2021>
<Item4_QuartersWith50LossIn2020>String</Item4_QuartersWith50LossIn2020>
<Item5_2020QuarterThatGotBackTo80>String</Item5_2020QuarterThatGotBackTo80>
<Item6_2021Q1RevenueQualifier>String</Item6_2021Q1RevenueQualifier>
<Item7_2021Q1LookbackQualifier>String</Item7_2021Q1LookbackQualifier>
<Item8_2021Q2RevenueQualifier>String</Item8_2021Q2RevenueQualifier>
<Item9_2021Q3RevenueQualifier>String</Item9_2021Q3RevenueQualifier>
</ErcSubmissions>
</ErcSubmissionResponse>