Similarly to the desktop application, the API allows you to update the item statuses of an inventory count.
The status update is available at the URL:
/c/{company}/inventura/{id}/aktualizuj-stavy
{company} - replace with your company ID
{id} - replace with the inventory count ID
Returns 200 OK with no response body if the update was completed successfully.
In case of an error, returns 400 Bad Request with an error message in the response body.
{ "winstrom": { "@version": 1, "success": false, "message": "Z\u00e1znam nebyl v datov\u00e9m zdroji nalezen: Inventura#5" }}