Request a new surgical report revision (clinic only)
Keeps the approval task and hold open while requiring the lab to submit a new immutable revision.
Keeps the approval task and hold open while requiring the lab to submit a new immutable revision.
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/request-changes" \ -H "Content-Type: application/json" \ -d '{ "commandId": "9e2dd63c-3478-489f-86d3-8c292a65a0aa", "notes": "string" }'{ "success": true, "replayed": true}Request phase advancement (clinic only) POST
Allows a clinic to submit files for a phase and ask the lab to begin work. Sets filesSubmitted and points currentPhaseTaskId at the phase's first task.
Review hold requirement POST
Approves or rejects a submitted hold requirement. Only labs can review requirements. When all requirements are approved, the hold is automatically resolved and the order resumes its previous status.