Added
0.5.0
October 11th, 2021
Added
POST /v3/administrations/:administration_id:/payments- Adds a payment to an invoice
GET /v3/administrations/:administration_id:/registers- Gets available registers of the administration
GET /v3/administrations/:administration_id:/registers/:id- Fetches a single register
- Added the following relationship to schema
PaymentRequest:register- the register used for a POS payment request
POST /v3/administrations/:administration_id/review_forms/:review_form_id/reviews.- Creates reviews for a given review form
- Your app needs the
review|writepermission to be able to use this endpoint
- Added the following relationships to schema
Review:category- The Category to which this review appliesrentable_identity- The RentableIdentity to which this review applies (optional)
- Added the following attributes to schema
Review:original_identifier- The identifier of the Review in an external system or import.
- Added the following attributes to schema
ReviewQuestion:allow_not_applicable- Whether a not_aplicable answer is allowed
Fixed
- Filtering by null or empty values is now possible by not specifying a value for a filter, for example
filter[finished_at]=.