İhracat Fatura - İstisna

Yıldız ile işaretlenmiş alanlar zorunlu alanlardır ve kesinlikle gönderilmesi gerekir. Boş alanlar ise string olarak ve boş şekilde gönderilmelidir.

                    
                        {
                            "jwt": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDE5MDY3OTQsImp0aSI6MTY0MTkwNjc5NCwiaXNzIjoiaHR0cHM6XC9cL3Vwb250ZS5jb20iLCJuYmYiOjE2NDE5MDY3OTQsImV4cCI6MTY0MTkxMDM5NCwiZGF0YSI6eyJ1c2VySWQiOjksInVzZXJWa24iOiIxODgzMDk5MTgzOCIsInVzZXJOYW1lIjoiVUJMIFRFS05PTE9KXHUwMTMwIEEuXHUwMTVlIiwibXVrZWxsZWZfaWQiOm51bGx9fQ.PXoNiOJM2eH99TUXOFUlKqFFYuVh_hfAjhfGrLOJxkU",
                            "method": "saveAndSendInvoices",
                            "invoices": [
                                {
                                    "receiver": {
                                        "taxNumber": "*",
                                        "name": "*",
                                        "taxOffice": "*",
                                        "country": "*",
                                        "city": "*",
                                        "county": "*",
                                        "address": "*",
                                        "email": "*",
                                        "pkAddress": "*",
                                        "phoneNumber": "",
                                        "fax": "",
                                        "webSite": "*",
                                        "firstName": "*",
                                        "middleName": "*",
                                        "familyName": "*"
                                    },
                                    "firmReceiverAddress": {
                                        "taxNumber": "*",
                                        "firmType": "*",
                                        "name": "*",
                                        "country": "*",
                                        "city": "*",
                                        "county": "*",
                                        "neighbourhood": "",
                                        "street": "",
                                        "town": "",
                                        "buildingName": "",
                                        "buildingNo": "",
                                        "doorNumber": "",
                                        "postCode": "",
                                        "email": "",
                                        "phoneNumber": "",
                                        "fax": "",
                                        "webSite": "",
                                        "firstName": "",
                                        "familyName": ""
                                    },
                                    "invoiceType": "*",
                                    "invoiceScenario": "*",
                                    "invoiceDate": "*",
                                    "invoiceHour": "*",
                                    "taxInclusiveAmount": *,
                                    "exceptionCode": "*",
                                    "exceptionName": "*",
                                    "currency": {
                                        "currencyUnit": "*",
                                        "currencyRate": "*"
                                    },
                                    "invoiceLines": [
                                        {
                                            "name": "*",
                                            "quantity": *,
                                            "unitOfMeasure": "*",
                                            "price": *,
                                            "lineExcAmount": *,
                                            "lineExtensionAmount": *,
                                            "tax": *,
                                            "taxAmount": *,
                                            "export": {
                                                "addressInfo": {
                                                    "country": "*",
                                                    "city": "*",
                                                    "neighbourhood": "",
                                                    "county": "*",
                                                    "street": "",
                                                    "town": "",
                                                    "buildingName": "",
                                                    "buildingNo": "",
                                                    "doorNumber": "",
                                                    "postCode": ""
                                                },
                                            "container": {
                                                "gtipNo": "*",
                                                "containerType": "*",
                                                "containerNo": "*",
                                                "containerCount": "*",
                                                "containerBrand": "*"
                                            },
                                            "otherInfo": {
                                                "deliveryCondition": "*",
                                                "sendType": "*",
                                                "shipInfo": {
                                                    "imoNo": "*",
                                                    "shipName": "*",
                                                    "radioName": "*",
                                                    "shipRegister": "*",
                                                    "shipNet": "*",
                                                    "shipRequire": "*",
                                                    "shipGross": "*",
                                                    "shipPort": "*"
                                                }
                                            }
                                        }
                                    }
                                ]
                            }
                        ]
                    }