Location object

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

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the location.
isActivebooleanA flag to indicate if the location is active in the system.
createdAttimestampThe timestamp when the object was created.