Bombshell Agency Platform Service

<back to all web services

QuestionUploadBySmartsheetsRequest

The following routes are available for this service:
GET,OPTIONS/v1/QuestionUploadBySmartsheets

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/QuestionUploadBySmartsheetsRequest HTTP/1.1 
Host: api.consumertaxadvocate.com 
Content-Type: application/xml
Content-Length: length

<QuestionUploadBySmartsheetsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <app_id>String</app_id>
</QuestionUploadBySmartsheetsRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<QuestionUploadBySmartsheetsResponse 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>
  <ErcQuestionUpload>
    <AgentName>String</AgentName>
    <AgentNumber>String</AgentNumber>
    <BusinessName>String</BusinessName>
    <ContactName>String</ContactName>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <DateSubmitted>0001-01-01T00:00:00</DateSubmitted>
    <EmailAddress>String</EmailAddress>
    <ErcContactId>0</ErcContactId>
    <ErcUid>00000000-0000-0000-0000-000000000000</ErcUid>
    <Id>0</Id>
    <address_line_1>String</address_line_1>
    <city>String</city>
    <company_name>String</company_name>
    <email>String</email>
    <file_payroll_docs_tax>0</file_payroll_docs_tax>
    <file_payroll_uploaded>0</file_payroll_uploaded>
    <first_name>String</first_name>
    <last_name>String</last_name>
    <majority_owners>String</majority_owners>
    <payroll_type>String</payroll_type>
    <phone_number>String</phone_number>
    <ppp_loan>String</ppp_loan>
    <ppp_loan_1_amount>String</ppp_loan_1_amount>
    <ppp_loan_1_date>String</ppp_loan_1_date>
    <ppp_loan_1_forgiveness>String</ppp_loan_1_forgiveness>
    <ppp_loan_2_amount>String</ppp_loan_2_amount>
    <ppp_loan_2_date>String</ppp_loan_2_date>
    <ppp_loan_2_forgiveness>String</ppp_loan_2_forgiveness>
    <state>String</state>
    <title>String</title>
    <zip>String</zip>
  </ErcQuestionUpload>
</QuestionUploadBySmartsheetsResponse>