| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name of the article stock location |
string | |
| db_table_id | globally unique identifier | ||
| id_in_table | globally unique identifier | ||
| street |
Street |
string | |
| street_number |
Street number |
string | |
| zip |
Zip |
string | |
| city |
City |
string | |
| db_state_id |
Db state id |
globally unique identifier | |
| db_country_id |
Db country id |
globally unique identifier | |
| latitude_decimal |
Latitude |
decimal number | |
| longitude_decimal |
Longitude |
decimal number | |
| is_locked_by_pin |
Flag for checking is locked by pin |
boolean | |
| user_pin_code |
User pin code |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| archived |
Flag for checking archived |
boolean |