Published at 2020-09-28
Changes to the API since September 2020.
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 /projects/:project_id/sales/:id
PATCH /projects/:project_id/sales/:id
POST /projects/:project_id/sales
DELETE /projects/:project_id/sales/:id
We will remove the experimental tag as soon as they stabilise so that you have the opportunity to give feedback on these endpoints.