| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationID |
Unique identifier of a Location |
integer |
None. |
| Company | CompanyModel |
None. |
|
| IsActive |
Indicates if location is currently active or not |
boolean |
None. |
| IsKeyAccount |
Indicates if location is key account |
boolean |
None. |
| LocationCategory |
Location category the location is associated with |
LocationCategoryModel |
None. |
| LocationName |
Name of the location |
string |
None. |
| Address |
Address of the location |
string |
None. |
| Address2 |
Second line of address of the location |
string |
None. |
| Address3 | string |
None. |
|
| City |
City segment of the address |
string |
None. |
| State |
State segment of the address |
StateModel |
None. |
| ZipCode |
Zipcode segment of the address |
string |
None. |
| Country |
Country segment of the address |
CountryModel |
None. |
| CityStateZipCountry |
Combined City, State, Zip Code and Country line |
string |
None. |
| XCoordinate |
Latitude coordinate of the location address |
string |
None. |
| YCoordinate |
Longitude coordinate of the location address |
string |
None. |
| GooglePlaceID |
Google Place ID |
string |
None. |
| GoogleURL |
URL of location on Google Maps |
string |
None. |
| Term | TermModel |
None. |
|
| BOLTemplate | BOLTemplateModel |
None. |
|
| IsIntegrationControlled | boolean |
None. |
|
| LocationRules | LocationRuleModel |
None. |