Location
Documentation for the Location database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| name | String | The name or title of the location. |
| branch | ObjectId | Stores the branch data. |
| stateOrProvince | String | Timestamp/Date for stateOrProvince. |
| postalCode | String | Stores the postal code data. |
| country | String | Stores the country data. |
| phoneNumber | String | Contact phone number. |
| Type | String | Stores the type data. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedTime | Date | Timestamp/Date for deletedTime. |