v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
FacilityCredentialingWorkflow

Update line of business

Updates the line of business for a facility credentialing workflow. Accepts an array of line of business values (e.g., ["MEDICAID", "COMMERCIAL"]). An empty array [] will unset/remove the line of business field. Valid values include MEDICAID, MEDICARE, COMMERCIAL, etc.

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