v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacilityCredentialingWorkflow
Update addresses of a facility in a credentialing workflow
Replaces the entire addresses array with the provided list (RESTful PUT semantics).
put/facility-credentialing-workflows/{workflowId}/addresses
Path parameters
workflowIdstring required
Facility credentialing workflow ID
Headers
tenant-idstring required
Tenant ID
Request body
Example request
[
{
"address1": "123 Main St",
"address2": "Suite 100",
"city": "San Francisco",
"state": "CA",
"country": "USA",
"zipcode": "94102",
"source": "Manual Entry",
"type": "mailing",
"createdBy": "user@example.com",
"updatedBy": "admin@example.com"
}
]Response
Addresses updated successfully
object required