September 2020 - Introduce Project Unit's Sale endpoints

Published at 2020-09-28

Changes to the API since September 2020.

Added

Experimental endpoints to report non-listed project unit's sales (see documentation)

Three endpoints have been added to manage sales and one to create sales that does not belong to project units (has not been listed on Hemnet).

These endpoints are:

  • Get information (current state) about a sale GET /projects/:project_id/sales/:id
  • Update an existing sale PATCH /projects/:project_id/sales/:id
  • Create a non-listed sale POST /projects/:project_id/sales
  • Delete an existing sale DELETE /projects/:project_id/sales/:id

Other notes

We will remove the experimental tag as soon as they stabilise so that you have the opportunity to give feedback on these endpoints.