Approve surgical report (clinic only)
Approves the current immutable revision, completes the approval task, resolves its hold, and resumes production.
Approves the current immutable revision, completes the approval task, resolves its hold, and resumes production.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/orders/string/surgical-report/string/approve" \ -H "Content-Type: application/json" \ -d '{ "commandId": "9e2dd63c-3478-489f-86d3-8c292a65a0aa" }'{ "success": true, "autoResumed": true, "replayed": true}Add tag to order POST
Applies an existing tag from the lab's tag catalog to an order. The tag must be active and belong to the order's lab. Prevents duplicate tag applications.
Assign or unassign a work tray to a stage (lab only) PATCH
Sets orderPhase.workTrayId for one stage. A tray can occupy at most one active stage at a time; pass null workTrayId to unassign.