v1
latestOpenAPI 3.1.02026-08-063776831.4 MBGroup
Update a group
Updates an existing group based on the group ID.
put/groups/{id}
Path parameters
idstring required
Group ID
Headers
tenant-idstring
Request body
Example request
{
"certifyGroupId": "group-12345",
"sourceId": "tenant:tenant-123",
"crosswalkId": "1234567890",
"affiliation": "Medical Group",
"npi": "1234567890",
"name": "Acme Medical Group",
"contacts": [
{
"name": "Jane Smith",
"email": "jane@example.com",
"phone": "555-123-4567",
"title": "Credentialing Manager"
}
],
"parentHealthcareOrg": "org-12345",
"tin": "12-3456789",
"type": "Medical Group",
"legalTaxName": "Acme Medical Group LLC",
"active": true,
"telemedicineAvailable": true,
"taxInfo": {
"billingTin": "12-3456789",
"billingNpi": "1234567890"
},
"bedCount": 50,
"dea": "AB1234567",
"groupEffectiveDate": "2022-03-10",
"externalGroupId": "ext-group-123",
"credentialingContact": {
"name": "Jane Smith",
"email": "jane@example.com",
"phone": "555-123-4567",
"title": "Credentialing Manager",
"department": "Credentialing"
},
"npdbEnrollmentEnabled": true,
"createdBy": "user-12345",
"addresses": [
{
"addressType": "billing",
"addressLine1": "123 Main Street",
"addressLine2": "Suite 100",
"city": "New York",
"state": "NY",
"zip": "10001",
"county": "New York County",
"country": "US",
"isPrimary": true
}
]
}Response
Group successfully updated
Example response
{
"certifyId": "group-12345",
"crosswalkId": "1234567890",
"sourceId": "tenant:tenant-123",
"sourceUrl": "https://api.example.com",
"sourceType": "tenant",
"sourceName": "Tenant System",
"sourceDescription": "Internal tenant system",
"survivorId": "survivor-123",
"addresses": [
{
"addressType": "billing",
"addressLine1": "123 Main Street",
"addressLine2": "Suite 100",
"city": "New York",
"state": "NY",
"zip": "10001",
"county": "New York County",
"country": "US",
"isPrimary": true
}
],
"addressesCopy": [
{
"addressType": "billing",
"addressLine1": "123 Main Street",
"addressLine2": "Suite 100",
"city": "New York",
"state": "NY",
"zip": "10001",
"county": "New York County",
"country": "US",
"isPrimary": true
}
]
}