---
title: "Faturaları listeler."
method: GET
path: "/Invoices"
tags: ["Invoices"]
---

# Faturaları listeler.

`GET /Invoices`

Faturaları listelemek için bu ucu kullanabilirsiniz.
<br /> 
**Search** parametresiyle liste içerisinde arama yapabilirsiniz.

## Query parameters

- `PageSize` integer
- `Page` integer
- `Search` string
- `StartDate` string, date-time
- `EndDate` string, date-time
- `SortColumn` string
- `SortType` 'ASC' | 'DESC'
- `InvoiceType` InvoiceType[]
- `StatusCode` StatusCode[]
- `IsReport` boolean
- `IsPrint` boolean
- `IsCancel` boolean
- `IsInternet` boolean
- `MailStatus` boolean
- `IsTransfer` boolean
- `IsZirveTransfer` boolean
- `SendType` SendType[]
- `DateFilterType` 'IssueDate' | 'EnvelopeDate'
- `LucaStatus` LucaStatus[]

## Response `200`

Faturaları listeler

- EArchiveInvoiceResponsePagination
  - `Page` integer
  - `PageSize` integer
  - `TotalCount` integer, nullable
  - `TotalPages` integer, nullable
  - `Content` EArchiveInvoiceResponse[], nullable
    - `UUID` string, nullable
    - `InvoiceNumber` string, nullable
    - `SendType` 'KAGIT' | 'ELEKTRONIK'
    - `IssueDate` string, date-time
    - `TotalAmount` number, double
    - `PayableAmount` number, double
    - `TaxTotalAmount` number, double
    - `TaxExclusiveAmount` number, double
    - `LineExtensionAmount` number, double
    - `ExchangeRate` number, double
    - `AllowanceTotalAmount` number, double
    - `ChargeTotalAmount` number, double
    - `CurrencyCode` string, nullable
    - `ReceiverTaxNumber` string, nullable
    - `ReceiverName` string, nullable
    - `CreatedDate` string, date-time
    - `InvoiceType` 'SATIS' | 'IADE' | 'ISTISNA' | 'TEVKIFAT' | 'IHRACKAYITLI' | 'IPTAL' | 'OZELMATRAH' | 'SGK' | 'TEVKIFATIADE' | 'KOMISYONCU' | 'HKSSATIS' | 'HKSKOMISYONCU' | 'KONAKLAMAVERGISI' | 'SARJ' | 'SARJANLIK' | 'TEKNOLOJIDESTEK' | 'YTBSATIS' | 'YTBISTISNA' | 'YTBIADE' | 'YTBTEVKIFAT' | 'YTBTEVKIFATIADE'
    - `StatusCode` 'unknown' | 'waiting' | 'succeed' | 'error'
    - `StatusDetail` string, nullable
    - `IsCancel` boolean
    - `IsReport` boolean
    - `IsRead` boolean
    - `IsPrint` boolean
    - `IsInternet` boolean
    - `IsTransfer` boolean
    - `IsZirveTransfer` boolean
    - `ReportUUID` string, nullable
    - `ReportDate` string, date-time, nullable
    - `CancelReportUUID` string, nullable
    - `CancelDate` string, date-time, nullable
    - `SuccessMail` integer
    - `ErrorMail` integer
    - `Email` string, nullable
    - `Tags` Tags[], nullable
      - `UUID` string, nullable
      - `Description` string, nullable
      - `Name` string, nullable
      - `Color` string, nullable
    - `SpecialCode` string, nullable
    - `Luca` Luca
      - `Status` 'None' | 'Succeded' | 'Error' | 'Unknown'
      - `Description` string, nullable

## Other responses

- `400` — Geçersiz İstek | Gönderdiğiniz istekte geçersiz veriler bulunduğu anlamında gelmektedir | Detaylar için <a target="_blank" href="https://developer.nilvera.com/hata-kodlari#badrequest-400">tıklayınız</a>
- `403` — Yetkisiz Erişim | Bu uca erişmek için gerekli yetkiye sahip olmadığınız durumda dönülür
- `404` — Parametrede belirtilen kayıt bulunamadığında dönülür | Detaylar için <a target="_blank" href="https://developer.nilvera.com/hata-kodlari#notfound-404">tıklayınız</a>

---

[API](https://skmtc.net/nilvera/apis/general-api.md) · [All operations](https://skmtc.net/nilvera/apis/general-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nilvera/general-api/versions/a9e2a6392384/schema)
