Skip to documentation
NikoHealth integration

Refresh Reference Data

Perform Refresh Reference Data through NikoHealth.

View as Markdown
nikohealth_refresh_reference_data
writenikohealth

Inputs

This action has no public inputs.

Outputs

  • organization_idOrganization Id
  • successSuccess
  • catalogCatalog
  • dictionary_refreshDictionary Refresh
  • 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",
  "properties": {},
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "catalog": {},
    "success": {},
    "organization_id": {},
    "dictionary_refresh": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions