Ticari Fatura - İstisna

İstisna Fatura'da "invoiceType" değeri "EXCEPTION" olarak gönderilmelidir. İstisna kodunu ve İstisna sebebini belirtmek için "exceptionCode" ve "exceptionName" parametreleri Gelir İdaresi Başkanlığı'nın yayınladığı güncel listeye göre doldurularak gönderilmelidir.

                    
                        {
                            "jwt": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDE5MDY3OTQsImp0aSI6MTY0MTkwNjc5NCwiaXNzIjoiaHR0cHM6XC9cL3Vwb250ZS5jb20iLCJuYmYiOjE2NDE5MDY3OTQsImV4cCI6MTY0MTkxMDM5NCwiZGF0YSI6eyJ1c2VySWQiOjksInVzZXJWa24iOiIxODgzMDk5MTgzOCIsInVzZXJOYW1lIjoiVUJMIFRFS05PTE9KXHUwMTMwIEEuXHUwMTVlIiwibXVrZWxsZWZfaWQiOm51bGx9fQ.PXoNiOJM2eH99TUXOFUlKqFFYuVh_hfAjhfGrLOJxkU",
                            "method": "saveAndSendInvoices",
                            "invoices": [
                                {
                                    "receiver": {
                                        "taxNumber": "0987654321",
                                        "name": "Alıcı A.Ş.",
                                        "taxOffice": "Çankaya Vergi Dairesi Müdürlüğü",
                                        "country": "Türkiye",
                                        "city": "Ankara",
                                        "county": "Çankaya",
                                        "address": "Alıcı Adres",
                                        "email": "info@alici.com",
                                        "pkAddress": "urn:mail:defaultpk@alicias.com",
                                        "phoneNumber": "03123121212",
                                        "fax": "03123121212",
                                        "webSite": "www.alicias.com",
                                        "firstName": "ALİ",
                                        "middleName": "AHMET",
                                        "familyName": "KARA"
                                    },
                                    "invoiceType": "EXCEPTION",
                                    "invoiceScenario": "COMMERCIAL_INVOICE",
                                    "invoiceDate": "2021-08-13",
                                    "invoiceHour": "12:00",
                                    "taxInclusiveAmount": 100,
                                    "exceptionCode": "101",
                                    "exceptionName": "İhracat İstisnası",
                                    "currency": {
                                        "currencyUnit": "TRY",
                                        "currencyRate": "1.00000"
                                    },
                                    "invoiceLines": [
                                        {
                                            "name": "Test Kalem",
                                            "quantity": 1,
                                            "unitOfMeasure": "C62",
                                            "price": 100,
                                            "lineExcAmount": 100,
                                            "lineExtensionAmount": 100,
                                            "tax": 0,
                                            "taxAmount": 0
                                        }

                                    ]
                                }
                            ]
                        }