Tags: P3R3/Xero-Java
Tags
Updates for identity dates, accounting & bankfeeds Identity - update and create date issue This was accomplished using "LocalDateTime" instead of "OffsetDatetime" and a custom date deserializer class. The OpenApi spec introduced a new vendor extension - x-format at the proprty level which allows for over riding the default datatype used by the type:stirng and format: date. Accounting -remove createLinkedTransactions as bulk create is not supported BankFeeds and Fixed Assets - add XeroApiExceptionHander for errors when parsing HttpResponses - Change case for tenant id param to Xero-Tenant-Id - Headers passed as params are now being set properly.
Move multiple create methods to POST method Found #bulk while ignored in the Java SDK, it impacted PHP and has been removed in favor of using PUT for single create (object) and POST for multiple create (array of objects). I know not "RESTful" but one more quirk in the API.
PreviousNext