...
Element | Data Type | Required? (Luke, please check this column.) | Default | Description | Sample Data |
---|---|---|---|---|---|
LocationId | Int32 | On Insert: No On Update: NoOne of Locationid, LocationName or LocationUid is required. | The location Id is a unique identifier for a location. For internal use only. | ||
LocationName | String (50) | On Insert: Yes (if LocationUid is not supplied) On Update: Yes (if LocationUid is not supplied)See Locationid. | The name of the location is a unique identifier for a location | Â Springfield | |
LocationUid | Int64 | On Insert: Yes (if LocationName is not supplied) On Update: Yes (if LocationName is not supplied)See LocationUid. | A unique and immutable identifier for a location | Â 1152921504606850978 |
...