|
1468 | 1468 | "pagination" : { |
1469 | 1469 | "$ref" : "#/components/schemas/Pagination" |
1470 | 1470 | }, |
| 1471 | + "Warnings" : { |
| 1472 | + "type" : "array", |
| 1473 | + "description" : "Displays array of warning messages from the API", |
| 1474 | + "items" : { |
| 1475 | + "$ref" : "#/components/schemas/ValidationError" |
| 1476 | + } |
| 1477 | + }, |
1471 | 1478 | "BankTransactions" : { |
1472 | 1479 | "type" : "array", |
1473 | 1480 | "items" : { |
|
2326 | 2333 | "pagination" : { |
2327 | 2334 | "$ref" : "#/components/schemas/Pagination" |
2328 | 2335 | }, |
| 2336 | + "Warnings" : { |
| 2337 | + "type" : "array", |
| 2338 | + "description" : "Displays array of warning messages from the API", |
| 2339 | + "items" : { |
| 2340 | + "$ref" : "#/components/schemas/ValidationError" |
| 2341 | + } |
| 2342 | + }, |
2329 | 2343 | "Contacts" : { |
2330 | 2344 | "type" : "array", |
2331 | 2345 | "items" : { |
|
2564 | 2578 | "pagination" : { |
2565 | 2579 | "$ref" : "#/components/schemas/Pagination" |
2566 | 2580 | }, |
| 2581 | + "Warnings" : { |
| 2582 | + "type" : "array", |
| 2583 | + "description" : "Displays array of warning messages from the API", |
| 2584 | + "items" : { |
| 2585 | + "$ref" : "#/components/schemas/ValidationError" |
| 2586 | + } |
| 2587 | + }, |
2567 | 2588 | "CreditNotes" : { |
2568 | 2589 | "type" : "array", |
2569 | 2590 | "items" : { |
|
3280 | 3301 | "pagination" : { |
3281 | 3302 | "$ref" : "#/components/schemas/Pagination" |
3282 | 3303 | }, |
| 3304 | + "Warnings" : { |
| 3305 | + "type" : "array", |
| 3306 | + "description" : "Displays array of warning messages from the API", |
| 3307 | + "items" : { |
| 3308 | + "$ref" : "#/components/schemas/ValidationError" |
| 3309 | + } |
| 3310 | + }, |
3283 | 3311 | "Invoices" : { |
3284 | 3312 | "type" : "array", |
3285 | 3313 | "items" : { |
|
3526 | 3554 | "title" : "", |
3527 | 3555 | "type" : "object", |
3528 | 3556 | "properties" : { |
| 3557 | + "Warnings" : { |
| 3558 | + "type" : "array", |
| 3559 | + "description" : "Displays array of warning messages from the API", |
| 3560 | + "items" : { |
| 3561 | + "$ref" : "#/components/schemas/ValidationError" |
| 3562 | + } |
| 3563 | + }, |
3529 | 3564 | "Journals" : { |
3530 | 3565 | "type" : "array", |
3531 | 3566 | "items" : { |
|
3919 | 3954 | "pagination" : { |
3920 | 3955 | "$ref" : "#/components/schemas/Pagination" |
3921 | 3956 | }, |
| 3957 | + "Warnings" : { |
| 3958 | + "type" : "array", |
| 3959 | + "description" : "Displays array of warning messages from the API", |
| 3960 | + "items" : { |
| 3961 | + "$ref" : "#/components/schemas/ValidationError" |
| 3962 | + } |
| 3963 | + }, |
3922 | 3964 | "ManualJournals" : { |
3923 | 3965 | "type" : "array", |
3924 | 3966 | "items" : { |
|
4256 | 4298 | "pagination" : { |
4257 | 4299 | "$ref" : "#/components/schemas/Pagination" |
4258 | 4300 | }, |
| 4301 | + "Warnings" : { |
| 4302 | + "type" : "array", |
| 4303 | + "description" : "Displays array of warning messages from the API", |
| 4304 | + "items" : { |
| 4305 | + "$ref" : "#/components/schemas/ValidationError" |
| 4306 | + } |
| 4307 | + }, |
4259 | 4308 | "Overpayments" : { |
4260 | 4309 | "type" : "array", |
4261 | 4310 | "items" : { |
|
4524 | 4573 | "pagination" : { |
4525 | 4574 | "$ref" : "#/components/schemas/Pagination" |
4526 | 4575 | }, |
| 4576 | + "Warnings" : { |
| 4577 | + "type" : "array", |
| 4578 | + "description" : "Displays array of warning messages from the API", |
| 4579 | + "items" : { |
| 4580 | + "$ref" : "#/components/schemas/ValidationError" |
| 4581 | + } |
| 4582 | + }, |
4527 | 4583 | "Payments" : { |
4528 | 4584 | "type" : "array", |
4529 | 4585 | "items" : { |
|
4692 | 4748 | "pagination" : { |
4693 | 4749 | "$ref" : "#/components/schemas/Pagination" |
4694 | 4750 | }, |
| 4751 | + "Warnings" : { |
| 4752 | + "type" : "array", |
| 4753 | + "description" : "Displays array of warning messages from the API", |
| 4754 | + "items" : { |
| 4755 | + "$ref" : "#/components/schemas/ValidationError" |
| 4756 | + } |
| 4757 | + }, |
4695 | 4758 | "Prepayments" : { |
4696 | 4759 | "type" : "array", |
4697 | 4760 | "items" : { |
|
4894 | 4957 | "pagination" : { |
4895 | 4958 | "$ref" : "#/components/schemas/Pagination" |
4896 | 4959 | }, |
| 4960 | + "Warnings" : { |
| 4961 | + "type" : "array", |
| 4962 | + "description" : "Displays array of warning messages from the API", |
| 4963 | + "items" : { |
| 4964 | + "$ref" : "#/components/schemas/ValidationError" |
| 4965 | + } |
| 4966 | + }, |
4897 | 4967 | "PurchaseOrders" : { |
4898 | 4968 | "type" : "array", |
4899 | 4969 | "items" : { |
|
6145 | 6215 | <nav id="scrollingNav"> |
6146 | 6216 | <ul class="sidenav nav nav-list"> |
6147 | 6217 | <li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li> |
6148 | | - <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>7.0.1</li> |
| 6218 | + <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>7.1.1</li> |
6149 | 6219 | <li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li> |
6150 | 6220 | <li data-group="Accounting" data-name="createAccount" class=""> |
6151 | 6221 | <a href="#api-Accounting-createAccount">createAccount</a> |
|
0 commit comments