A way to organize service offerings and personnel into locations that can be assigned to objects as metadata and filters.
Example
{
"id": "13e1cc93-be1a-495f-8455-8b92ca07d851",
"name": "San Diego, California",
"isActive": true,
"createdAt": "2024-03-18T14:46:21.035Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the location. |
isActive | boolean | A flag to indicate if the location is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |