Rahat Sistem
    Rahat Sistem
    • Giriş
    • Listeler
    • Belge Entegrasyonu
      • Fatura
        • Fatura Oluşturma
        • Taslaktaki Faturayı Güncelleme
        • Taslaktaki Faturayı Gönderme
        • Taslaktaki Faturayı Silme
        • Fatura Dışa Aktarma
        • Fatura Listeleme
        • e-Arşiv Faturaları İptal Etme
        • e-Faturaları Yanıtlama
        • Faturayı Mail Olarak Gönderme
        • Fatura İşaretleme
      • İrsaliye
        • İrsaliye Oluşturma
        • Taslaktaki İrsaliyeyi Güncelleme
        • Taslaktaki İrsaliyeyi Silme
        • Taslaktaki İrsaliyeyi Gönderme
        • İrsaliye Dışa Aktarma
        • İrsaliye Listeleme
        • İrsaliye İşaretleme
      • Serbest Meslek Makbuzu
        • Makbuz Oluşturma
        • Taslaktaki Makbuzu Güncelleme
        • Taslaktaki Makbuzu Silme
        • Taslaktaki Makbuzu Gönderme
        • e-SMM Dışa Aktarma
        • e-SMM Listeleme
        • e-SMM İptal Etme
        • e-SMM Mail Olarak Gönderme
        • e-SMM İşaretleme
    • Schemas
      • Fatura Şeması
      • Fatura Listeleme Şeması
      • Fatura Listeleme Başarılı Yanıt Şeması
      • İrsaliye Şeması
      • İrsaliye Listeleme Şeması
      • İrsaliye Listeleme Başarılı Yanıt Şeması
      • Makbuz Şeması
      • Makbuz Listeleme Şeması
      • Makbuz Listeleme Başarılı Yanıt Şeması
      • Cari Şeması
      • Hatalı Yanıt Şeması
      • Başarılı Yanıt Şeması

    Fatura Listeleme Başarılı Yanıt Şeması

    {
        "data": {
            "pagination": {
                "count": 0,
                "count_unfiltered": 0,
                "page_size": 0,
                "page_index": 0
            },
            "items": [
                {
                    "integrator": "string",
                    "uuid": "string",
                    "id": "string",
                    "profile_id": "string",
                    "type_code": "string",
                    "issue_date": "string",
                    "issue_time": "string",
                    "currency": "string",
                    "note": "string",
                    "notes": [
                        "string"
                    ],
                    "sender": {
                        "name": "string",
                        "vkn_tckn": "string",
                        "city": "string",
                        "city_subdivision": "string",
                        "tax_office": "string",
                        "email": "string"
                    },
                    "receiver": {
                        "name": "string",
                        "vkn_tckn": "string",
                        "city": "string",
                        "city_subdivision": "string",
                        "email": "string"
                    },
                    "line_extension": 0,
                    "line_extension_currency": "string",
                    "tax_exclusive": 0,
                    "tax_exclusive_currency": "string",
                    "tax_inclusive": 0,
                    "tax_inclusive_currency": "string",
                    "allowance": 0,
                    "allowance_currency": "string",
                    "payable": 0,
                    "payable_currency": "string",
                    "tax": {
                        "amount": 0,
                        "amount_currency": "string",
                        "subtotals": [
                            {
                                "name": "string",
                                "code": "string",
                                "percent": 0,
                                "taxable": 0,
                                "taxable_currency": "string",
                                "amount": 0,
                                "amount_currency": "string"
                            }
                        ]
                    },
                    "tax_totals": [
                        {
                            "amount": 0,
                            "amount_currency": "string",
                            "subtotals": [
                                {
                                    "name": "string",
                                    "code": "string",
                                    "percent": 0,
                                    "taxable": 0,
                                    "taxable_currency": "string",
                                    "amount": 0,
                                    "amount_currency": "string"
                                }
                            ]
                        }
                    ],
                    "received_at": "string",
                    "is_archived": true,
                    "is_printed": true,
                    "send_method": "string",
                    "is_online_sale": true,
                    "status": {
                        "summary": "string",
                        "status_code": 0,
                        "status": "string",
                        "gib_status_code": 0,
                        "message": "string",
                        "progress": {
                            "step": 0,
                            "step_count": 0,
                            "percentage": 0
                        }
                    },
                    "short_id": "string",
                    "app_name": null,
                    "lines": [
                        {
                            "id": "string",
                            "name": "string",
                            "quantity": 0,
                            "quantity_unit": "string",
                            "price": 0,
                            "price_currency": "string",
                            "extension_amount": 0,
                            "extension_amount_currency": "string",
                            "tax_totals": [
                                {
                                    "amount": 0,
                                    "amount_currency": "string",
                                    "subtotals": [
                                        {
                                            "name": "string",
                                            "code": "string",
                                            "percent": 0,
                                            "taxable": 0,
                                            "taxable_currency": "string",
                                            "amount": 0,
                                            "amount_currency": "string"
                                        }
                                    ]
                                }
                            ],
                            "tax": {
                                "amount": 0,
                                "amount_currency": "string",
                                "subtotals": [
                                    {
                                        "name": "string",
                                        "code": "string",
                                        "percent": 0,
                                        "taxable": 0,
                                        "taxable_currency": "string",
                                        "amount": 0,
                                        "amount_currency": "string"
                                    }
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    }
    Built with