latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
CredentialingWorkflow
Set the lines of business for a credentialing workflow
Updates the line-of-business field on the credentialing workflow identified by workflowId. Accepts an array of line-of-business codes. Known valid values include MEDICAID, MEDICARE, COMMERCIAL. Send an empty array ([]) to remove all line-of-business values.
patch/credentialing-workflows/{workflowId}/line-of-business
Path parameters
workflowIdstring required
ID of the 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