Patch payer plans-group relations

Patch associations between group and payer plans.

Request
path Parameters
groupId
required
string <uuid>

Identifier of the group.

Request Body schema: application/json
add
Array of strings <uuid>

Collection of unique payer plan identifiers. If set, new relations between the group and specified payer plan in this collection will be created.

remove
Array of strings <uuid>

Collection of unique payer plan identifiers. If set, the existing relations between the group and specified payer plan in this collection will be removed.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

patch/groups/{groupId}/payer-plans
Request samples
application/json
{
  • "add": [
    ],
  • "remove": [
    ]
}