Skip to content

1.2.0

Compare
Choose a tag to compare
@SidneyAllen SidneyAllen released this 11 Dec 23:38
· 157 commits to master since this release
0cfe5e1

Build from OpenAPI spec 2.7.0
https://github.com/XeroAPI/Xero-OpenAPI/releases/tag/2.7.0

ACCOUNTING
Reports - ReportFields, FieldID from uuid to string
Invoice - remove maxlength attribute from reference property

Address object will be used by Contact and the DELIVERY enum was removed from AddressType
AddressForOrganisation added for use in the Organisation object.

CISDeduction added to CreditNote, CISRate added to both CreditNote and Invoice in Accounting.
CISRate has been changed to decimal and set as readOnly.

GET LinkedTransactions query params are strings but not formatted as UUID
Add missing format on query params for GET LinkedTransactions

Added format:UUID to the following query params
LinkedTransactionID
SourceTransactionID
ContactID
TargetTransactionID

BatchPayment - modify reference max length from 12 to 255 for

CreditNote - add DueDate property

Balance Sheet Report - todate param is string - add format: date - breaking change

ASSETS
Asset object - add the disposalDate property

NZ PAYROLL
In TaxSettings changed periodunits from int to decimal
Move CalendarType into a separate component for reuse by PayRun and PayRunCalendar
Add TwiceMonthly value to CalendarType enum