Book scan inbox item as new order
Create a new draft order from a scan inbox item. Optionally creates a patient record and order items from scan metadata. Downloads scanner attachments as order files. Lab only.
Create a new draft order from a scan inbox item. Optionally creates a patient record and order items from scan metadata. Downloads scanner attachments as order files. Lab only.
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/scan-inbox/550e8400-e29b-41d4-a716-446655440000/book" \ -H "Content-Type: application/json" \ -d '{}'{ "orderId": "string", "orderNumber": "string", "patientId": "string", "orderItemCount": 0, "fileCount": 0}Assign scan inbox item to existing order POST
Assign a scan inbox item to an existing order. Downloads attachments from the scanner (e.g. 3Shape) and uploads them as order files. Lab only.
Bulk action on scan inbox items POST
Perform a bulk action (currently 'dismiss') on up to 100 scan inbox items owned by the current organization.