latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

FacilityCredentialingWorkflow

Update lines of business on a facility workflow

Sets the lines of business for the specified facility credentialing workflow. Accepts an array of line-of-business values. To remove all lines of business, send an empty array []. Valid values include: MEDICAID, MEDICARE, COMMERCIAL. When to use: Update when a facility's participation in health plan lines changes. Returns: 200 OK with the updated workflow.

patch/facility-credentialing-workflows/{workflowId}/line-of-business

Path parameters

workflowIdstring required

ID of the facility credentialing workflow

Headers

tenant-idstring required

Tenant ID

Request body

lineOfBusinessstring[] required

The line of business array. Empty array removes/unsets the line of business.

reasonstring

Reason for the line of business change

Example request

{
  "lineOfBusiness": [
    "MEDICAID",
    "COMMERCIAL"
  ],
  "reason": "Updated per request"
}

Response

Successfully updated the line of business

object required