{
"total": 2,
"limit": 20,
"offset": 0,
"data": [
{
"id": "3f1c9f1d-0d57-4c91-bc2b-2c0b7a8c1f01",
"businessUnitType": "Corporation",
"name": "Acme Corp",
"fullName": "Acme Corp",
"displayName": "Acme Corporation",
"parentId": "00000000-0000-0000-0000-000000000000",
"rootId": "3f1c9f1d-0d57-4c91-bc2b-2c0b7a8c1f01",
"centerId": "00000000-0000-0000-0000-000000000000",
"address1": "123 Main St",
"address2": null,
"city": "Springfield",
"state": "IL",
"zip": "62701",
"phone": "555-123-4567",
"email": "info@acme.example.com",
"active": true
},
{
"id": "5c62b1b7-4f6a-4b27-8a33-93c8c3e6b902",
"businessUnitType": "Center",
"name": "North Branch",
"fullName": "Acme Corp:North Branch",
"displayName": "North Branch",
"parentId": "3f1c9f1d-0d57-4c91-bc2b-2c0b7a8c1f01",
"rootId": "3f1c9f1d-0d57-4c91-bc2b-2c0b7a8c1f01",
"centerId": "5c62b1b7-4f6a-4b27-8a33-93c8c3e6b902",
"address1": "456 North Ave",
"address2": null,
"city": "Springfield",
"state": "IL",
"zip": "62702",
"phone": "555-987-6543",
"email": "north@acme.example.com",
"active": true
}
]
}