Patch an existing payer

Allows you to change a payers's name or other data properties.

Request
path Parameters
payerId
required
string <uuid>

Identifier of the payer to patch.

Request Body schema: application/json
name
string

If set, the payer's name will be updated with this value.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

patch/payers/{payerId}
Request samples
application/json
{
  • "name": "string"
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string"
}