Giden Faturalar

POST /gidenFaturalar
application/soap+xml

Body

Responses

  • 200 application/soap+xml

    successful operation

    Hide response attribute Show response 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
  • 500 application/soap+xml

    Internal Server Error

    Hide response attribute Show response attribute object
POST /gidenFaturalar
curl \
 -X POST https://api.bilsoft.com/v1_11/EFaturaApi/gidenFaturalar \
 -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>
      <gidenFaturalar>
        <faturaTur>string</faturaTur>
        <basTarih>2024-05-04T09:42:00+00:00</basTarih>
        <bitTarih>2024-05-04T09:42:00+00:00</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>