POST Update object upload status for service integration
POST /console/objects/{objectId}/status: Update object upload status for service integration. Execute a review action on an uploaded object. Designed for
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/console/post-console-objects-objectId-status.md for this page in Markdown format
POST
Try it out https://api.rooom.com/console/objects/{objectId}/statusScopes
product:serviceParameters
Path Parameters
| Name | Type | Description |
|---|---|---|
objectIdrequiredExample: 507f1f77bcf86cd799439011 | string | Unique identifier of the uploaded object |
Body required
multipart/form-data| Name | Type | Description | Values |
|---|---|---|---|
accepted_priceExample: 4990 | integer | Price in cents. When set, immediately authorises the refinement. | |
actionExample: accept | string | Action to perform on the object | requestacceptdeny |
comment | string | Optional comment explaining the action |
Responses
200Action processed successfully
400Bad Request
401Unauthorized
404Object not found
POST /console/objects/{objectId}/status Update object upload status for service integration Execute a review action on an uploaded object. Designed for service-to-service integration (e.g. Case Manager). Required scopes: product:service objectId Unique identifier of the uploaded object accepted_price Price in cents. When set, immediately authorises the refinement. action Action to perform on the object comment Optional comment explaining the action