Skip to documentation
NikoHealth integration

Update Insurance Details

Perform Update Insurance Details through NikoHealth.

View as Markdown
nikohealth_update_insurance_details
writenikohealth

Inputs

  • insurance_id
    expressionrequired
    Insurance Id

    Required literal value or workflow expression.

  • in_network_individual_calendar_year_deductible
    number
    In Network Individual Calendar Year Deductible

    Optional numeric value.

  • in_network_individual_remaining_deductible
    number
    In Network Individual Remaining Deductible

    Optional numeric value.

  • in_network_individual_out_of_pocket_max
    number
    In Network Individual Out Of Pocket Max

    Optional numeric value.

  • in_network_individual_out_of_pocket_remaining
    number
    In Network Individual Out Of Pocket Remaining

    Optional numeric value.

  • in_network_individual_coinsurance
    number
    In Network Individual Coinsurance

    Optional numeric value.

  • in_network_individual_copay
    number
    In Network Individual Copay

    Optional numeric value.

  • in_network_family_calendar_year_deductible
    number
    In Network Family Calendar Year Deductible

    Optional numeric value.

  • in_network_family_remaining_deductible
    number
    In Network Family Remaining Deductible

    Optional numeric value.

  • in_network_family_out_of_pocket_max
    number
    In Network Family Out Of Pocket Max

    Optional numeric value.

  • in_network_family_out_of_pocket_remaining
    number
    In Network Family Out Of Pocket Remaining

    Optional numeric value.

  • out_of_network_individual_calendar_year_deductible
    number
    Out Of Network Individual Calendar Year Deductible

    Optional numeric value.

  • out_of_network_individual_remaining_deductible
    number
    Out Of Network Individual Remaining Deductible

    Optional numeric value.

  • out_of_network_individual_out_of_pocket_max
    number
    Out Of Network Individual Out Of Pocket Max

    Optional numeric value.

  • out_of_network_individual_out_of_pocket_remaining
    number
    Out Of Network Individual Out Of Pocket Remaining

    Optional numeric value.

  • out_of_network_individual_coinsurance
    number
    Out Of Network Individual Coinsurance

    Optional numeric value.

  • out_of_network_individual_copay
    number
    Out Of Network Individual Copay

    Optional numeric value.

  • out_of_network_family_calendar_year_deductible
    number
    Out Of Network Family Calendar Year Deductible

    Optional numeric value.

  • out_of_network_family_remaining_deductible
    number
    Out Of Network Family Remaining Deductible

    Optional numeric value.

  • out_of_network_family_out_of_pocket_max
    number
    Out Of Network Family Out Of Pocket Max

    Optional numeric value.

  • out_of_network_family_out_of_pocket_remaining
    number
    Out Of Network Family Out Of Pocket Remaining

    Optional numeric value.

Outputs

  • successSuccess
  • insurance_idInsurance Id
  • updated_fieldsUpdated Fields
  • 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": [
    "insurance_id"
  ],
  "properties": {
    "insurance_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "in_network_individual_copay": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_individual_copay": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_individual_coinsurance": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_family_out_of_pocket_max": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_individual_coinsurance": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_family_remaining_deductible": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_individual_out_of_pocket_max": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_family_out_of_pocket_max": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_family_out_of_pocket_remaining": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_family_calendar_year_deductible": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_individual_remaining_deductible": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_family_remaining_deductible": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_individual_out_of_pocket_max": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_individual_out_of_pocket_remaining": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_family_out_of_pocket_remaining": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "in_network_individual_calendar_year_deductible": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_family_calendar_year_deductible": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_individual_remaining_deductible": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_individual_out_of_pocket_remaining": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "out_of_network_individual_calendar_year_deductible": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "insurance_id": {},
    "updated_fields": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions