Skip to content

0.4.3

Compare
Choose a tag to compare
@jenksguo jenksguo released this 26 Mar 13:40
· 446 commits to master since this release
2b73134

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)