Skip to documentation
NikoHealth integration

Create Intake Sales Order

Perform Create Intake Sales Order through NikoHealth.

View as Markdown
nikohealth_create_intake_sales_order
writenikohealth

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • patient_id
    expressionrequired
    Patient Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • statusStatus
  • review_reasonReview Reason
  • document_idDocument Id
  • patient_idPatient Id
  • errorError

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": [
    "document_id",
    "patient_id"
  ],
  "properties": {
    "patient_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "status": {},
    "success": {},
    "patient_id": {},
    "document_id": {},
    "review_reason": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions