Bombshell Agency Platform Service

<back to all web services

ERCUnmatchedRequest

The following routes are available for this service:
GET/v1/ERCApp/Unmatched

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/ERCUnmatchedRequest HTTP/1.1 
Host: api.consumertaxadvocate.com 
Content-Type: application/xml
Content-Length: length

<ERCUnmatchedRequest 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

<ERCAppResponse 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>
  <ERCApps>
    <ERCApp>
      <AgentId>0</AgentId>
      <DateCreated>0001-01-01T00:00:00</DateCreated>
      <address1>String</address1>
      <affiliate_id>String</affiliate_id>
      <affiliate_name>String</affiliate_name>
      <app_id>String</app_id>
      <city>String</city>
      <client_payroll_contact_email>String</client_payroll_contact_email>
      <company_name>String</company_name>
      <contact_id>String</contact_id>
      <date_created>String</date_created>
      <email>String</email>
      <erc_credit_amount>String</erc_credit_amount>
      <estimated_erc_amount_2020>String</estimated_erc_amount_2020>
      <filing_date>String</filing_date>
      <first_name>String</first_name>
      <full_address>String</full_address>
      <full_name>String</full_name>
      <how_many_employees_in_2019>String</how_many_employees_in_2019>
      <how_many_employees_in_2020>String</how_many_employees_in_2020>
      <id>0</id>
      <job_title>String</job_title>
      <last_name>String</last_name>
      <parentId>String</parentId>
      <payment_option_selected>String</payment_option_selected>
      <per_quarter_estimated_erc_amount_2021>String</per_quarter_estimated_erc_amount_2021>
      <phone>String</phone>
      <postal_code>String</postal_code>
      <repId>String</repId>
      <responses_for_agreement>String</responses_for_agreement>
      <revenue_quarters_qualified_2020>String</revenue_quarters_qualified_2020>
      <revenue_quarters_qualified_2021>String</revenue_quarters_qualified_2021>
      <state>String</state>
      <status>String</status>
      <total_quarters_qualified_2020>String</total_quarters_qualified_2020>
      <total_quarters_qualified_2021>String</total_quarters_qualified_2021>
    </ERCApp>
  </ERCApps>
</ERCAppResponse>