Change an existing provider's CAQH login info

Change an existing CAQH login info associated with the specified provider.

Request
path Parameters
providerId
required
string <uuid>
Request Body schema: application/json
caqhId
string

CAQH provider ID.

Responses
200

Success

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

patch/providers/{providerId}/info/caqh
Request samples
application/json
{
  • "caqhId": "string"
}
Response samples
application/json
{
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "caqhId": "string"
}