Broker Brand Access
Represents a broker's access permissions for a specific brand. Controls whether the broker is active for the brand, the account period, and which companies/branches provide service.
| Property | Summary |
|---|---|
BrandID long |
The brand ID this access record applies to. |
Active bool |
Whether the broker's access to this brand is currently active. |
AccountStartDate DateTime? |
The date from which the broker's account for this brand became active. |
TerminationDate DateTime? |
The date the broker's access to this brand was terminated. Null if still active. |
LocationCode string? |
The location code associated with this brand access. |
CompanyID long? |
The company ID associated with this brand access. |
CompanyBranchID long? |
The company branch ID associated with this brand access. |
ServiceCompanies List<long> |
The list of company IDs that provide service for this broker's vehicles under this brand. |