Skip to content

Instantly share code, notes, and snippets.

@flypenguin
Created August 3, 2021 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flypenguin/636086948438a0032983293292dbae62 to your computer and use it in GitHub Desktop.
Save flypenguin/636086948438a0032983293292dbae62 to your computer and use it in GitHub Desktop.
sevdesk requests
{
"invoice": {
"objectName": "Invoice",
"contact": {
"id": 34551144,
"objectName": "Contact"
},
"invoiceDate": "02.08.2021",
"header": "headerino",
"discount": 0,
"deliveryDate": "02.09.2021",
"status": 50,
"smallSettlement": false,
"contactPerson": {
"id": 624335,
"objectName": "SevUser"
},
"taxRate": 19,
"taxText": "yayay",
"taxType": "default",
"invoiceType": "RE",
"currency": "EUR",
"mapAll": true,
"showNet": true
},
"invoicePosSave": [
{
"mapAll": true,
"objectName": "InvoicePos",
"taxRate": 19,
"unity": {
"id": 9,
"objectName": "Unity"
},
"quantity": 5,
"price": 100
}
],
"invoicePosDelete": null,
"discountSave": null,
"discountDelete": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment