Giden Faturalar IsNet

POST /gidenFaturalarIsNet
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
      • gidenFaturalarIsNet object
        Hide gidenFaturalarIsNet attributes Show gidenFaturalarIsNet attributes object
        • 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
        • gidenFaturalarIsNetResponse object
          Hide gidenFaturalarIsNetResponse attribute Show gidenFaturalarIsNetResponse attribute object
          • gidenFaturalarIsNetResult object
            Hide gidenFaturalarIsNetResult attribute Show gidenFaturalarIsNetResult attribute object
            • Tveri object
              Hide Tveri attribute Show Tveri attribute object
              • InvoiceType array[object]
                Hide InvoiceType attributes Show InvoiceType attributes object
                • UBLExtensions string
                • UBLVersionID string
                • CustomizationID string
                • ProfileID string
                • ID string
                • CopyIndicator string
                • UUID string
                • IssueDate string
                • IssueTime string
                • InvoiceTypeCode string
                • Note string
                • DocumentCurrencyCode string
                • TaxCurrencyCode string
                • PricingCurrencyCode string
                • PaymentCurrencyCode string
                • PaymentAlternativeCurrencyCode string
                • AccountingCost string
                • LineCountNumeric string
                • InvoicePeriod string
                • OrderReference string
                • BillingReference string
                • DespatchDocumentReference string
                • ReceiptDocumentReference string
                • OriginatorDocumentReference string
                • ContractDocumentReference string
                • AdditionalDocumentReference string
                • Signature string
                • AccountingSupplierParty string
                • AccountingCustomerParty string
                • BuyerCustomerParty string
                • SellerSupplierParty string
                • TaxRepresentativeParty string
                • Delivery string
                • PaymentMeans string
                • PaymentTerms string
                • AllowanceCharge string
                • TaxExchangeRate string
                • PricingExchangeRate string
                • PaymentExchangeRate string
                • PaymentAlternativeExchangeRate string
                • TaxTotal string
                • WithholdingTaxTotal string
                • LegalMonetaryTotal string
                • InvoiceLine 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 /gidenFaturalarIsNet
curl \
 --request POST 'https://api.bilsoft.com/v1_11/EFaturaApi/gidenFaturalarIsNet' \
 --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>
      <gidenFaturalarIsNet>
        <basTarih>2025-05-04T09:42:00Z</basTarih>
        <bitTarih>2025-05-04T09:42:00Z</bitTarih>
      </gidenFaturalarIsNet>
    </Body>
  </Envelope>
</root>
Response examples (200)
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <Envelope>
    <Body>
      <gidenFaturalarIsNetResponse>
        <gidenFaturalarIsNetResult>
          <Tveri>
            <InvoiceType type="array">
              <InvoiceType>
                <UBLExtensions>string</UBLExtensions>
                <UBLVersionID>string</UBLVersionID>
                <CustomizationID>string</CustomizationID>
                <ProfileID>string</ProfileID>
                <ID>string</ID>
                <CopyIndicator>string</CopyIndicator>
                <UUID>string</UUID>
                <IssueDate>string</IssueDate>
                <IssueTime>string</IssueTime>
                <InvoiceTypeCode>string</InvoiceTypeCode>
                <Note>string</Note>
                <DocumentCurrencyCode>string</DocumentCurrencyCode>
                <TaxCurrencyCode>string</TaxCurrencyCode>
                <PricingCurrencyCode>string</PricingCurrencyCode>
                <PaymentCurrencyCode>string</PaymentCurrencyCode>
                <PaymentAlternativeCurrencyCode>string</PaymentAlternativeCurrencyCode>
                <AccountingCost>string</AccountingCost>
                <LineCountNumeric>string</LineCountNumeric>
                <InvoicePeriod>string</InvoicePeriod>
                <OrderReference>string</OrderReference>
                <BillingReference>string</BillingReference>
                <DespatchDocumentReference>string</DespatchDocumentReference>
                <ReceiptDocumentReference>string</ReceiptDocumentReference>
                <OriginatorDocumentReference>string</OriginatorDocumentReference>
                <ContractDocumentReference>string</ContractDocumentReference>
                <AdditionalDocumentReference>string</AdditionalDocumentReference>
                <Signature>string</Signature>
                <AccountingSupplierParty>string</AccountingSupplierParty>
                <AccountingCustomerParty>string</AccountingCustomerParty>
                <BuyerCustomerParty>string</BuyerCustomerParty>
                <SellerSupplierParty>string</SellerSupplierParty>
                <TaxRepresentativeParty>string</TaxRepresentativeParty>
                <Delivery>string</Delivery>
                <PaymentMeans>string</PaymentMeans>
                <PaymentTerms>string</PaymentTerms>
                <AllowanceCharge>string</AllowanceCharge>
                <TaxExchangeRate>string</TaxExchangeRate>
                <PricingExchangeRate>string</PricingExchangeRate>
                <PaymentExchangeRate>string</PaymentExchangeRate>
                <PaymentAlternativeExchangeRate>string</PaymentAlternativeExchangeRate>
                <TaxTotal>string</TaxTotal>
                <WithholdingTaxTotal>string</WithholdingTaxTotal>
                <LegalMonetaryTotal>string</LegalMonetaryTotal>
                <InvoiceLine>string</InvoiceLine>
              </InvoiceType>
            </InvoiceType>
          </Tveri>
        </gidenFaturalarIsNetResult>
      </gidenFaturalarIsNetResponse>
    </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>