GET/counters/{id}/edit: new endpoint that returns production meter details with page formats and price rules for editing.
PUT/counters/{id}: new endpoint that updates production meter data. If the current meter is changed, automatically recalculates the total.
PATCH/counters/{id}: new endpoint that updates specific fields of a production meter (current meter, previous meter or collect date). Requires special permission to edit previous meter.
POST/counters/{id}/total: new endpoint that recalculates and generates the total value of a production meter based on current and previous meters.
POST/project-general-status-history: this endpoint creates a new general status history entry for a project scenario with optional responsible assignment.
GET/project-profiles/{profileId}/products: this endpoint returns a paginated list of products associated with a project profile.
PATCH/products/{id}/features: this endpoint updates the category and syncs category feature values for a given product.