---
title: "Upsert Insurance Card"
method: POST
path: "/patients/{patient_id}/policies/{policy_id}/card-images"
tags: ["insurance-cards"]
---

# Upsert Insurance Card

`POST /patients/{patient_id}/policies/{policy_id}/card-images`

## Path parameters

- `patient_id` integer, required
- `policy_id` integer, required

## Response `200`

Successful Response

- ProcessInsuranceCardImageUploadAsyncResponse
  - `message` string
  - `success` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
