HeadOffice
Documentation for the HeadOffice database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| name | String | The name or title of the headoffice. |
| companyId | ObjectId | Unique reference to company. |
| head | String | Stores the head data. |
| address | String | Stores the address data. |
| country | String | Stores the country data. |
| stateOrProvince | String | Timestamp/Date for stateOrProvince. |
| city | String | Stores the city data. |
| postalCode | Number | Stores the postal code data. |
| phoneNumber | String | Contact phone number. |
| 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. |