Skip to main content
PUT
/
api
/
2.0
/
insurance_plans
/
{id}
/
Update Insurance Plan
curl --request PUT \
  --url https://sandbox.elationemr.com/api/2.0/insurance_plans/{id}/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "insurance_company": 123,
  "name": "<string>",
  "practice": 123
}
'
{
  "insurance_company": 123,
  "name": "<string>",
  "practice": 123,
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "id": 123,
  "patients": [
    123
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Body

application/json
insurance_company
integer<int64>
required

The insurance company that the plan is associated with.

name
string
required
Maximum string length: 200
practice
integer<int64>
required

Response

200 - application/json
insurance_company
integer<int64>
required

The insurance company that the plan is associated with.

name
string
required
Maximum string length: 200
practice
integer<int64>
required
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
id
integer
read-only
patients
integer[]
read-only