Partner
Partner Location
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier |
| partnerId | string | Partner's ID |
| status | PartnerLocationStatus | Location status |
| address | string | Address |
| coordinateLat | number | Latitude |
| coordinateLong | number | Longitude |
| contactPersonFullName | string | Contact person details |
| contactPersonEmail | string | Contact person details |
| contactPersonPhone | string | Contact person details |
| createdAt | string | Creation timestamp |
| updatedAt | string | Last update timestamp |
Partner Staff User
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier |
| name | string | Staff user name |
| locationIds | string[] | Associated location IDs |
| status | PartnerStaffUserStatus | Staff user status |
| createdAt | Date | Creation timestamp |
| updatedAt | Date | Last update timestamp |
Partner
| Field | Type | Description |
|---|---|---|
| id | string | |
| legalName | string | Legal name |
| brandName | string | Brand name |
| partnerTier | string | Partner tier |
| logo | string | Logo URL or path |
| categoryId | string | Category ID |
| subCategoryId | string | Category ID |
| address | string | Address |
| coordinateLat | number | Latitude |
| coordinateLong | number | Longitude |
| country | string | Country |
| city | string | City |
| website | string | Website URL |
| contactEmail | string | Contact email |
| contactPhone | string | Contact phone |
| contracts | ? | the id, start date and end dates of contracts |
| createdAt | Date | Creation timestamp |
| updatedAt | Date | Last update timestamp |