# Update Insurance Details

> Perform Update Insurance Details through NikoHealth.

Source: [https://genhealth.ai/docs/workflows/integrations/nikohealth/nikohealth_update_insurance_details](https://genhealth.ai/docs/workflows/integrations/nikohealth/nikohealth_update_insurance_details)

Integration: [NikoHealth](https://genhealth.ai/docs/workflows/integrations/nikohealth.md)

- Handler: `nikohealth_update_insurance_details`

- Connection type: `nikohealth`

## Inputs

- `insurance_id` — Insurance Id (expression, required)
  Required literal value or workflow expression.
- `in_network_individual_calendar_year_deductible` — In Network Individual Calendar Year Deductible (number)
  Optional numeric value.
- `in_network_individual_remaining_deductible` — In Network Individual Remaining Deductible (number)
  Optional numeric value.
- `in_network_individual_out_of_pocket_max` — In Network Individual Out Of Pocket Max (number)
  Optional numeric value.
- `in_network_individual_out_of_pocket_remaining` — In Network Individual Out Of Pocket Remaining (number)
  Optional numeric value.
- `in_network_individual_coinsurance` — In Network Individual Coinsurance (number)
  Optional numeric value.
- `in_network_individual_copay` — In Network Individual Copay (number)
  Optional numeric value.
- `in_network_family_calendar_year_deductible` — In Network Family Calendar Year Deductible (number)
  Optional numeric value.
- `in_network_family_remaining_deductible` — In Network Family Remaining Deductible (number)
  Optional numeric value.
- `in_network_family_out_of_pocket_max` — In Network Family Out Of Pocket Max (number)
  Optional numeric value.
- `in_network_family_out_of_pocket_remaining` — In Network Family Out Of Pocket Remaining (number)
  Optional numeric value.
- `out_of_network_individual_calendar_year_deductible` — Out Of Network Individual Calendar Year Deductible (number)
  Optional numeric value.
- `out_of_network_individual_remaining_deductible` — Out Of Network Individual Remaining Deductible (number)
  Optional numeric value.
- `out_of_network_individual_out_of_pocket_max` — Out Of Network Individual Out Of Pocket Max (number)
  Optional numeric value.
- `out_of_network_individual_out_of_pocket_remaining` — Out Of Network Individual Out Of Pocket Remaining (number)
  Optional numeric value.
- `out_of_network_individual_coinsurance` — Out Of Network Individual Coinsurance (number)
  Optional numeric value.
- `out_of_network_individual_copay` — Out Of Network Individual Copay (number)
  Optional numeric value.
- `out_of_network_family_calendar_year_deductible` — Out Of Network Family Calendar Year Deductible (number)
  Optional numeric value.
- `out_of_network_family_remaining_deductible` — Out Of Network Family Remaining Deductible (number)
  Optional numeric value.
- `out_of_network_family_out_of_pocket_max` — Out Of Network Family Out Of Pocket Max (number)
  Optional numeric value.
- `out_of_network_family_out_of_pocket_remaining` — Out Of Network Family Out Of Pocket Remaining (number)
  Optional numeric value.

## Outputs

- `success` — Success
- `insurance_id` — Insurance Id
- `updated_fields` — Updated Fields
- `error` — Error

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

```json
{
  "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

```json
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "insurance_id": {},
    "updated_fields": {}
  },
  "additionalProperties": true
}
```
