0.4.3
Xero NetStandard SDK version 0.4.3 generated against OpenAPI Spec version 2.0.6
AccountingApi.cs
- Fixed issue with DeletePaymentAsync method - Delete payment operation requires a payload when performing a POST. The paymentDelete object (of type PaymentDelete, has a single property "status" with a default value of "DELETED". Simply create a new instance of deletePayment and pass it as an arg to the DeletePaymentAsync method. (added PaymentDelete.cs)
- Added GetQuoteAsPdfAsync
- Removed UpdateEmployeeAsync method - updateEmployee singular not supported by API
- Bug fix - addressed issue with summarizeError earlier
CurrencyCode.cs
- Adding ZWK and "" empty strings to currencyCode ENUM list
Invoice.cs
- Add missing ENUM "ARPREPAYMENT" for Invoice Type
OpenAPI document version update from 2.0.4 to 2.0.6 across all files
SDK version updated to 0.4.3 (pactch)