Add tag to order
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.
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.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Order ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/orders/550e8400-e29b-41d4-a716-446655440000/tags" \ -H "Content-Type: application/json" \ -d '{ "tagId": "string" }'{ "orderTag": { "id": "string", "orderId": "string", "tagId": "string", "appliedBy": "string", "createdAt": "string", "tag": null }}Add line item to an existing order POST
Adds a new line item to a draft order. Pricing is resolved from the lab's authoritative price-list publication and catalog at insertion time.
Approve surgical report (clinic only) POST
Approves the current immutable revision, completes the approval task, resolves its hold, and resumes production.