Gelen Faturalar

POST /gelenFaturalar
application/soap+xml

Body

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
        • Hide gelenFaturalarResponse attribute Show gelenFaturalarResponse attribute object
          • Hide gelenFaturalarResult attribute Show gelenFaturalarResult attribute object
            • Tveri object
              Hide Tveri attribute Show Tveri attribute object
  • 400 application/soap+xml

    Bad Request

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

    Unauthorized

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

    Forbidden

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

    Not Found

    Hide response attribute Show response attribute object
POST /gelenFaturalar
curl \
 -X POST https://api.bilsoft.com/v1_11/EFaturaApi/gelenFaturalar \
 -H "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>
      <gelenFaturalar>
        <faturaTur>string</faturaTur>
        <basTarih>2024-05-04T09:42:00+00:00</basTarih>
        <bitTarih>2024-05-04T09:42:00+00:00</bitTarih>
      </gelenFaturalar>
    </Body>
  </Envelope>
</root>
Response examples (200)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <Envelope>
    <Body>
      <gelenFaturalarResponse>
        <gelenFaturalarResult>
          <Tveri>
            <InboxInvoiceListItem type="array">
              <InboxInvoiceListItem>
                <IsNew type="boolean">true</IsNew>
              </InboxInvoiceListItem>
            </InboxInvoiceListItem>
          </Tveri>
        </gelenFaturalarResult>
      </gelenFaturalarResponse>
    </Body>
  </Envelope>
</root>
Response examples (400)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <faultstring>string</faultstring>
</root>
Response examples (401)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <faultstring>string</faultstring>
</root>
Response examples (403)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <faultstring>string</faultstring>
</root>
Response examples (404)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <faultstring>string</faultstring>
</root>