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": ""
},
"invoiceType": "*",
"invoiceScenario": "*",
"invoiceDate": "*",
"invoiceHour": "*",
"taxInclusiveAmount": *,
"earsivSentType": "*",
"currency": {
"currencyUnit": "*",
"currencyRate": "*"
},
"invoiceLines": [
{
"name": "*",
"quantity": *,
"unitOfMeasure": "*",
"price": *,
"lineExcAmount": *,
"lineExtensionAmount": *,
"tax": *,
"taxAmount": *,
"witholdingTaxCode": "*",
"witholdingTaxRatio": "*",
"witholdingTaxAmount": "*"
}
]
}
]
}