563848e0ecc0
Add a record to a named section of a credentialing workflow
Creates a new record in the specified sectionName of the credentialing workflow identified by workflowId. Supported sections: appVerifications, boardCertifications, cds, dea, educationTraining, hospitalAffiliations, licenses, licensureActions, malpracticeInsurance, npdbReports, performanceIndicators, practiceLocations, professionalIds, sanctions, siteVisits, specialties, supportingDocuments. The request body schema varies by section — refer to the schema definition for the target section to determine required and optional fields.
Path parameters
Section name. Available sections: appVerifications, boardCertifications, cds, dea, educationTraining, hospitalAffiliations, licenses, licensureActions, malpracticeInsurance, npdbReports, performanceIndicators, practiceLocations, professionalIds, sanctions, siteVisits, specialties, supportingDocuments
Credentialing workflow ID
Headers
Tenant ID
Request body
Example request
{
"createdBy": "user@example.com",
"updatedBy": "admin@example.com",
"attachments": [
{
"createdAt": "2024-01-15T10:30:00Z",
"fileType": "DEA Certificate",
"fileUrl": "credentialing-workflow-attachments/workflow-123/dea/1729771200000_dea-certificate.pdf",
"originalFileName": "dea-certificate.pdf",
"expirationDate": "2025-12-31",
"artifactLinkId": "f3a1-9b2c-4d5e-6f7a"
}
],
"verifiedBy": "John Smith",
"verificationType": "Background Check",
"explanation": "Completed background check successfully",
"source": "Third Party Verification Service",
"disclosureQuestions": [
{
"question": "Are you able to perform all the essential functions?",
"answer": "Yes, I can perform all functions",
"answerFlag": "false",
"explanation": "Additional details if needed"
}
]
}Response
Record created successfully