GET GetEInvoiceInfo?key={key}&vergiNo={vergiNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

vergiNo

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TaxAccount
NameDescriptionTypeAdditional information
TaxId

string

None.

Name

string

None.

Type

string

None.

RegisterTime

date

None.

Alias

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TaxId": "sample string 1",
    "Name": "sample string 2",
    "Type": "sample string 3",
    "RegisterTime": "2026-02-08T18:07:58.0464425+03:00",
    "Alias": "sample string 5"
  },
  {
    "TaxId": "sample string 1",
    "Name": "sample string 2",
    "Type": "sample string 3",
    "RegisterTime": "2026-02-08T18:07:58.0464425+03:00",
    "Alias": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTaxAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InvoiceAccountChecker.Service.Controllers">
  <TaxAccount>
    <Alias>sample string 5</Alias>
    <Name>sample string 2</Name>
    <RegisterTime>2026-02-08T18:07:58.0464425+03:00</RegisterTime>
    <TaxId>sample string 1</TaxId>
    <Type>sample string 3</Type>
  </TaxAccount>
  <TaxAccount>
    <Alias>sample string 5</Alias>
    <Name>sample string 2</Name>
    <RegisterTime>2026-02-08T18:07:58.0464425+03:00</RegisterTime>
    <TaxId>sample string 1</TaxId>
    <Type>sample string 3</Type>
  </TaxAccount>
</ArrayOfTaxAccount>