v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacilityCredentialingWorkflow
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
Example request
{
"lineOfBusiness": [
"MEDICAID",
"COMMERCIAL"
],
"reason": "Updated per request"
}Response
Successfully updated the line of business
object required