latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

FacilityCredentialingWorkflow

Replace all phone numbers on a facility workflow

Replaces the entire phone numbers list for the specified facility credentialing workflow with the array provided in the request body (replace-all / desired-state semantics). When to use: Supply the complete desired final list. Omitting an existing phone number removes it. To clear all phone numbers, send an empty array []. Preconditions: The workflow must belong to the caller's tenant. Returns: 200 OK with the updated workflow. Returns 404 if the workflow is not found.

put/facility-credentialing-workflows/{workflowId}/phone-numbers

Path parameters

workflowIdstring required

Facility credentialing workflow ID

Headers

tenant-idstring required

Tenant ID

Request body

phoneNumberstring required

Phone number

typestring required

Type of phone number

sourcestring

Source of the phone number

createdAtstring date
createdBystring

The user who created the record

updatedAtstring date
updatedBystring

The user who last updated the record

Example request

[
  {
    "phoneNumber": "+1-555-123-4567",
    "type": "Main",
    "source": "Manual Entry",
    "createdBy": "user@example.com",
    "updatedBy": "admin@example.com"
  }
]

Response

Phone numbers updated successfully

object required