ServiceTaxPayer


Click here for a complete list of operations.

Get_Payer_Info

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /taxservice/taxpayerservice.asmx HTTP/1.1
Host: services.rs.ge
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "services.rs.ge/Get_Payer_Info"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Get_Payer_Info xmlns="services.rs.ge">
      <userName>string</userName>
      <password>string</password>
      <saidCode>string</saidCode>
    </Get_Payer_Info>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Get_Payer_InfoResponse xmlns="services.rs.ge">
      <Get_Payer_InfoResult>
        <ResponseStatus>boolean</ResponseStatus>
        <DataObject>
          <payerStatus>
            <SaidCode>string</SaidCode>
            <Name>string</Name>
            <businessStatus>string</businessStatus>
            <activityStatus>string</activityStatus>
            <isVatDate>string</isVatDate>
          </payerStatus>
          <earningsDeclaration>
            <EarningsDeclaration xsi:nil="true" />
            <EarningsDeclaration xsi:nil="true" />
          </earningsDeclaration>
          <yearlyIncomeStatement>
            <YearlyIncomeStatement xsi:nil="true" />
            <YearlyIncomeStatement xsi:nil="true" />
          </yearlyIncomeStatement>
          <vatDeclaration>
            <VatDeclarationInfo xsi:nil="true" />
            <VatDeclarationInfo xsi:nil="true" />
          </vatDeclaration>
          <exciseDeclaration>
            <ExciseDeclaration xsi:nil="true" />
            <ExciseDeclaration xsi:nil="true" />
          </exciseDeclaration>
          <incomeDeclarationInfo>
            <IncomeDeclarationInfo xsi:nil="true" />
            <IncomeDeclarationInfo xsi:nil="true" />
          </incomeDeclarationInfo>
          <wybillInfo>
            <WaybillInfo xsi:nil="true" />
            <WaybillInfo xsi:nil="true" />
          </wybillInfo>
          <actOfComparison>
            <ActOfComparison xsi:nil="true" />
            <ActOfComparison xsi:nil="true" />
          </actOfComparison>
          <cashBoxInfo>
            <CashBoxInfo xsi:nil="true" />
            <CashBoxInfo xsi:nil="true" />
          </cashBoxInfo>
          <customDeclaration>
            <CustomDeclaration xsi:nil="true" />
            <CustomDeclaration xsi:nil="true" />
          </customDeclaration>
          <earningsDeclarationMonth>
            <EarningsDeclarationMonth xsi:nil="true" />
            <EarningsDeclarationMonth xsi:nil="true" />
          </earningsDeclarationMonth>
          <earningsDeclarationMonth_v2>
            <EarningsDeclarationMonth_2 xsi:nil="true" />
            <EarningsDeclarationMonth_2 xsi:nil="true" />
          </earningsDeclarationMonth_v2>
          <propertyDeclarationInfo>
            <propDeclTypeOneList xsi:nil="true" />
            <propDeclTypeTwoList xsi:nil="true" />
          </propertyDeclarationInfo>
        </DataObject>
        <Error>
          <ErrorCode>int</ErrorCode>
          <ErrorDescription>string</ErrorDescription>
        </Error>
      </Get_Payer_InfoResult>
    </Get_Payer_InfoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /taxservice/taxpayerservice.asmx HTTP/1.1
Host: services.rs.ge
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Get_Payer_Info xmlns="services.rs.ge">
      <userName>string</userName>
      <password>string</password>
      <saidCode>string</saidCode>
    </Get_Payer_Info>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Get_Payer_InfoResponse xmlns="services.rs.ge">
      <Get_Payer_InfoResult>
        <ResponseStatus>boolean</ResponseStatus>
        <DataObject>
          <payerStatus>
            <SaidCode>string</SaidCode>
            <Name>string</Name>
            <businessStatus>string</businessStatus>
            <activityStatus>string</activityStatus>
            <isVatDate>string</isVatDate>
          </payerStatus>
          <earningsDeclaration>
            <EarningsDeclaration xsi:nil="true" />
            <EarningsDeclaration xsi:nil="true" />
          </earningsDeclaration>
          <yearlyIncomeStatement>
            <YearlyIncomeStatement xsi:nil="true" />
            <YearlyIncomeStatement xsi:nil="true" />
          </yearlyIncomeStatement>
          <vatDeclaration>
            <VatDeclarationInfo xsi:nil="true" />
            <VatDeclarationInfo xsi:nil="true" />
          </vatDeclaration>
          <exciseDeclaration>
            <ExciseDeclaration xsi:nil="true" />
            <ExciseDeclaration xsi:nil="true" />
          </exciseDeclaration>
          <incomeDeclarationInfo>
            <IncomeDeclarationInfo xsi:nil="true" />
            <IncomeDeclarationInfo xsi:nil="true" />
          </incomeDeclarationInfo>
          <wybillInfo>
            <WaybillInfo xsi:nil="true" />
            <WaybillInfo xsi:nil="true" />
          </wybillInfo>
          <actOfComparison>
            <ActOfComparison xsi:nil="true" />
            <ActOfComparison xsi:nil="true" />
          </actOfComparison>
          <cashBoxInfo>
            <CashBoxInfo xsi:nil="true" />
            <CashBoxInfo xsi:nil="true" />
          </cashBoxInfo>
          <customDeclaration>
            <CustomDeclaration xsi:nil="true" />
            <CustomDeclaration xsi:nil="true" />
          </customDeclaration>
          <earningsDeclarationMonth>
            <EarningsDeclarationMonth xsi:nil="true" />
            <EarningsDeclarationMonth xsi:nil="true" />
          </earningsDeclarationMonth>
          <earningsDeclarationMonth_v2>
            <EarningsDeclarationMonth_2 xsi:nil="true" />
            <EarningsDeclarationMonth_2 xsi:nil="true" />
          </earningsDeclarationMonth_v2>
          <propertyDeclarationInfo>
            <propDeclTypeOneList xsi:nil="true" />
            <propDeclTypeTwoList xsi:nil="true" />
          </propertyDeclarationInfo>
        </DataObject>
        <Error>
          <ErrorCode>int</ErrorCode>
          <ErrorDescription>string</ErrorDescription>
        </Error>
      </Get_Payer_InfoResult>
    </Get_Payer_InfoResponse>
  </soap12:Body>
</soap12:Envelope>