- Added
automatic_depositandrequires_external_transfer— Theautomatic_depositandrequires_external_transferfields have been added to the deposit object.automatic_depositreports whether automatic scheme registration is enabled, the latest provider status, and the last registration error.requires_external_transferis true when a GB custodial deposit still needs to be transferred to a scheme. (deposit)
- Added
request.actorfield — Therequest.actorfield has been added to the event object, identifying the user, agent, or API key that caused the event. (event)
- Added
late_feebilling reason — Thebilling_reasonfield on the invoice object now includeslate_fee, used when an invoice is created to charge a late payment fee. (invoice) - Added
variablesfield — Thevariablesfield has been added to the letter template object, and matchingvariables.\<key\>paths are included inmerge_fields. (letter_template) - Added
variablesfield — Thevariablesfield has been added to the letter object for custom template values. (letter)
- Nested
expenseandfee(breaking) — Theexpense_code,fee_code, andfee_discountfields have been replaced by nestedexpenseandfeeobjects.fee.discountis{ end, percent_off }instead of a percentage number.expenseandfeeare omitted when they do not apply to the collection type. (account_collection) - Added
applicationfield — Theapplicationfield has been added to the enquiry object. It holds the ID of the application the enquiry was converted into, set when an application is created withenquiry. (leads.enquiry) - Added
portalfield — Theportalfield has been added to the enquiry object. It is present whensourceisportaland is polymorphic ontype. The first supported type isrightmove, with portal-specific details underrightmove. (leads.enquiry) - Added SLA and on-hold fields — The
first_responded_at,on_hold, andslafields have been added to the maintenance issue object.on_holdis a nested object withatandreason, ornullwhen the issue is not on hold.slais a nested object withpaused_seconds,resolution_due_at,response_due_at, andstatus. (maintenance.issue) - Nested availability fields (breaking) — The
availability_days,availability_every_day, andavailability_time_slotsfields have been replaced by a nestedavailabilityobject.availabilityisnullwhen availability has not been set. (maintenance.issue) - Nested triage fields (breaking) — The
triage_enabled,triage_portal_completion_session, andtriage_resolvedfields have been replaced by a nestedtriageobject.triageisnullwhen triage is not enabled. (maintenance.issue) - Added
consumer_linkandsourcefields — Theconsumer_linkandsourcefields have been added to the resident object.consumer_linkis one ofnone,pending,linked, orrejectedand reports whether the OneMove user has confirmed they live at the building.sourceismanualortenancy. (resident) - Added
apply_url— Theapply_urlfield has been added to the unit object. It contains the public URL an applicant can use to apply for the unit, and is only present while the unit is released to the market and self-serve applications are enabled on the account. (unit) - Added
availabilityandactive_tenancy_end— Theavailabilityobject has been added to the unit object, describing the letting state of the unit (to_let,coming_available,held,under_offer, and so on) alongside the release decision behind it. The end date of the occupying tenancy is also now exposed asactive_tenancy_end. (unit)
- Added
videosfield — Thevideosfield has been added to the maintenance issue object. (maintenance.issue)
No changes to existing objects.
No changes to existing objects.
Initial version.