Giden Faturalar

POST /gidenFaturalar
application/soap+xml

Body

  • Envelope object
    Hide Envelope attributes Show Envelope attributes object
    • Header object
      Hide Header attributes Show Header attributes object
      • Authentication object
        Hide Authentication attributes Show Authentication attributes object
        • Kullanici string
        • Sifre string
        • ApiTur string
        • Spy object
          Hide Spy attributes Show Spy attributes object
          • Spy1 string
          • Spy2 string
      • KullaniciBilgileri object
        Hide KullaniciBilgileri attributes Show KullaniciBilgileri attributes object
        • xsltEfatura string
        • xsltEarsiv string
        • servisUrl string
        • kullanici string
        • sifre string
        • GelenStokKaydet boolean
        • vtBilgiler object
          Hide vtBilgiler attributes Show vtBilgiler attributes object
          • Server string
          • Port string
          • Database string
          • VKullanici string
          • VSifre string
          • WebServisMesaj string
          • WebServisCevap string
        • EFaturaSeriBaslik string
        • EArsivSeriBaslik string
        • SeciliGBEtiketi string
        • entegrasyonTur string

          Values are EFatura, EIrsaliye, BilsoftMail, or EMustahsil.

        • logoSessionID string
        • logo2FACode string
        • gibMi boolean
        • FirmaVergiNo string
      • AutHeader object
        Hide AutHeader attributes Show AutHeader attributes object
        • Donem string
        • VergiNo string
        • VeritabaniAd string
        • KullaniciAdi string
        • Sifre string
        • Sube string
        • IpAdresi string
        • MacAdresi string
        • DovizAktifMi string
    • Body object
      Hide Body attribute Show Body attribute object
      • gidenFaturalar object
        Hide gidenFaturalar attributes Show gidenFaturalar attributes object
        • faturaTur string
        • basTarih string(date-time)
        • bitTarih string(date-time)

Responses

  • 200 application/soap+xml

    successful operation

    Hide response attribute Show response attribute object
    • Envelope object
      Hide Envelope attribute Show Envelope attribute object
      • Body object
        Hide Body attribute Show Body attribute object
        • gidenFaturalarResponse object
          Hide gidenFaturalarResponse attribute Show gidenFaturalarResponse attribute object
          • gidenFaturalarResult object
            Hide gidenFaturalarResult attribute Show gidenFaturalarResult attribute object
            • Tveri object
              Hide Tveri attribute Show Tveri attribute object
              • OutboxInvoiceListItem array[object]
                Hide OutboxInvoiceListItem attributes Show OutboxInvoiceListItem attributes object
                • Scenario string

                  Values are eInvoice or eArchive.

                • ScenarioCode integer
                • LocalDocumentId string
                • ExtraInformation string
  • 400 application/soap+xml

    Bad request

    Hide response attribute Show response attribute object
    • error string
  • 401 application/soap+xml

    Unauthorized

    Hide response attribute Show response attribute object
    • error string
  • 403 application/soap+xml

    Forbidden

    Hide response attribute Show response attribute object
    • error string
  • 404 application/soap+xml

    Not Found

    Hide response attribute Show response attribute object
    • error string
  • 500 application/soap+xml

    Internal Server Error

    Hide response attribute Show response attribute object
    • error string
POST /gidenFaturalar
curl \
 --request POST 'https://api.bilsoft.com/v1_11/EFaturaApi/gidenFaturalar' \
 --header "Content-Type: application/soap+xml"
Request examples
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <Envelope>
    <Header>
      <Authentication>
        <Kullanici>string</Kullanici>
        <Sifre>string</Sifre>
        <ApiTur>string</ApiTur>
        <Spy>
          <Spy1>string</Spy1>
          <Spy2>string</Spy2>
        </Spy>
      </Authentication>
      <KullaniciBilgileri>
        <xsltEfatura>string</xsltEfatura>
        <xsltEarsiv>string</xsltEarsiv>
        <servisUrl>string</servisUrl>
        <kullanici>string</kullanici>
        <sifre>string</sifre>
        <GelenStokKaydet type="boolean">true</GelenStokKaydet>
        <vtBilgiler>
          <Server>string</Server>
          <Port>string</Port>
          <Database>string</Database>
          <VKullanici>string</VKullanici>
          <VSifre>string</VSifre>
          <WebServisMesaj>string</WebServisMesaj>
          <WebServisCevap>string</WebServisCevap>
        </vtBilgiler>
        <EFaturaSeriBaslik>string</EFaturaSeriBaslik>
        <EArsivSeriBaslik>string</EArsivSeriBaslik>
        <SeciliGBEtiketi>string</SeciliGBEtiketi>
        <entegrasyonTur>EFatura</entegrasyonTur>
        <logoSessionID>string</logoSessionID>
        <logo2FACode>string</logo2FACode>
        <gibMi type="boolean">true</gibMi>
        <FirmaVergiNo>string</FirmaVergiNo>
      </KullaniciBilgileri>
      <AutHeader>
        <Donem>string</Donem>
        <VergiNo>string</VergiNo>
        <VeritabaniAd>string</VeritabaniAd>
        <KullaniciAdi>string</KullaniciAdi>
        <Sifre>string</Sifre>
        <Sube>string</Sube>
        <IpAdresi>string</IpAdresi>
        <MacAdresi>string</MacAdresi>
        <DovizAktifMi>string</DovizAktifMi>
      </AutHeader>
    </Header>
    <Body>
      <gidenFaturalar>
        <faturaTur>string</faturaTur>
        <basTarih>2025-05-04T09:42:00Z</basTarih>
        <bitTarih>2025-05-04T09:42:00Z</bitTarih>
      </gidenFaturalar>
    </Body>
  </Envelope>
</root>
Response examples (200)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <Envelope>
    <Body>
      <gidenFaturalarResponse>
        <gidenFaturalarResult>
          <Tveri>
            <OutboxInvoiceListItem type="array">
              <OutboxInvoiceListItem>
                <Scenario>eInvoice</Scenario>
                <ScenarioCode type="integer">42</ScenarioCode>
                <LocalDocumentId>string</LocalDocumentId>
                <ExtraInformation>string</ExtraInformation>
              </OutboxInvoiceListItem>
            </OutboxInvoiceListItem>
          </Tveri>
        </gidenFaturalarResult>
      </gidenFaturalarResponse>
    </Body>
  </Envelope>
</root>
Response examples (400)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <error>string</error>
</root>
Response examples (401)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <error>string</error>
</root>
Response examples (403)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <error>string</error>
</root>
Response examples (404)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <error>string</error>
</root>
Response examples (500)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <error>string</error>
</root>