Create Packet Document
Perform Create Packet Document through Tomorrow Health.
tomorrow_health_create_packet_documentwritetomorrow_health
Inputs
- Order Id
order_idexpressionrequiredRequired literal value or workflow expression.
- Order Details
order_detailsexpressionOptional literal value or workflow expression.
- Raw Order Details
raw_order_detailsexpressionOptional literal value or workflow expression.
Outputs
successSuccessdocument_idDocument IdcreatedCreatedorder_details_changedOrder Details Changedorder_idOrder Idsupplier_idSupplier Idsource_document_countSource Document Countpage_countPage Countdocument_typesDocument TypeserrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"order_id"
],
"properties": {
"order_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"order_details": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"raw_order_details": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"created": {},
"success": {},
"order_id": {},
"page_count": {},
"document_id": {},
"supplier_id": {},
"document_types": {},
"order_details_changed": {},
"source_document_count": {}
},
"additionalProperties": true
}