v1
latestOpenAPI 3.1.02026-08-063776831.4 MBGroup
Add new location to group
Adds a new location to a group following the roster ingestion pattern. Creates CoreLocation, GroupLocation, TenantGroupLocation, and optionally CoreEntityAddress and LocationEntityAddress entities.
post/groups/{groupId}/locations
Path parameters
groupIdstring required
Group ID (certifyGroupId)
Headers
tenant-idstring
Request body
Response
Successfully added location to group
Example response
{
"tenantId": "tenant-123",
"tenantGroupId": "tg-456",
"coreLocationId": "loc-123",
"groupLocationId": "gl-456",
"tenantGroupLocationId": "tgl-789",
"coreAddressIds": [
"addr-101",
"addr-102"
],
"locationAddressRelationshipIds": [
"lea-201",
"lea-202"
],
"groupSpecialtyRelationshipIds": [
"group-spec-rel-1",
"group-spec-rel-2"
],
"specialtyRelationshipIds": [
"loc-spec-rel-1",
"loc-spec-rel-2"
],
"tenantGroupNetworkIds": [
"tgn-301",
"tgn-302"
],
"tenantGroupLocationNetworkIds": [
"tgln-401",
"tgln-402"
],
"tenantGroupNetworkSpecialtyIds": [
"tgns-501",
"tgns-502"
],
"status": "created"
}