EndPoint Get Location
Name
get_location
Description
Gets a specific location.
[API Help]
Parameters
Parameter |
Label |
Required |
Options |
Description |
Id |
Location Id |
YES |
|
The ID of the location for which data should be read.
|
Output Columns
Label |
DataType |
Length |
Raw |
Description |
Id |
DT_I8 |
0 |
False |
|
Name |
DT_WSTR |
255 |
False |
|
Active |
DT_BOOL |
0 |
False |
|
Address1 |
DT_WSTR |
255 |
False |
|
Address2 |
DT_WSTR |
255 |
False |
|
City |
DT_WSTR |
255 |
False |
|
Province |
DT_WSTR |
255 |
False |
|
Zip |
DT_WSTR |
255 |
False |
|
Country |
DT_WSTR |
255 |
False |
|
Phone |
DT_WSTR |
255 |
False |
|
ProvinceCode |
DT_WSTR |
255 |
False |
|
CountryCode |
DT_WSTR |
255 |
False |
|
CountryName |
DT_WSTR |
255 |
False |
|
LocalizedProvinceName |
DT_WSTR |
255 |
False |
|
LocalizedCountryName |
DT_WSTR |
255 |
False |
|
Legacy |
DT_BOOL |
0 |
False |
|
CreatedAt |
DT_DBTIMESTAMP |
0 |
False |
|
UpdatedAt |
DT_DBTIMESTAMP |
0 |
False |
|
Input Columns
Label |
DataType |
Length |
Raw |
Description |
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |