Create a new payer plan

Creates a new payer plan.

Request
Request Body schema: application/json
name
string

The name associated with this payer plan.

payerId
required
string <uuid>

Id of the payer assosiated with this plan

state
string

The state associated with this payer plan.

Enum: "AL" "AK" "AZ" "AR" "CA" "CO" "CT" "DE" "DC" "FL" "GA" "HI" "ID" "IL" "IN" "IA" "KS" "KY" "LA" "ME" "MD" "MA" "MI" "MN" "MS" "MO" "MT" "NE" "NV" "NH" "NJ" "NM" "NY" "NC" "ND" "OH" "OK" "OR" "PA" "RI" "SC" "SD" "TN" "TX" "UT" "VT" "VA" "WA" "WV" "WI" "WY" "AS" "GU" "MP" "PR" "VI"
Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

post/payer-plans
Request samples
application/json
{
  • "name": "string",
  • "payerId": "f612112b-802d-496d-9650-880c09cb2f34",
  • "state": "AL"
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "payerId": "f612112b-802d-496d-9650-880c09cb2f34",
  • "state": "AL",
  • "displayName": "string"
}