OfflineLocation
Stored in the offlinelocations collection. createdAt and updatedAt are maintained automatically.
Returned by GET /apps/offline-meeting, POST /apps/offline-meeting, GET /apps/offline-meeting/:id, PUT /apps/offline-meeting/:id.
| Field | Type | Notes |
|---|---|---|
companyID | ObjectId | |
createdBy | ObjectId -> Member | |
name | string | required |
address | string | |
mapLink | string | |
notes | string | |
isActive | boolean | default true |
_id | ObjectId | default "6a95712f932657988a91c048" |
createdAt | date | set once |
updatedAt | date |