...
Element | Data Type | Required? (Luke, please check this column.)Default | Description | Sample Data | |
---|---|---|---|---|---|
LocationId | Int32 | On Insert: No On Update: No | 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)One of LocationName or LocationUid is required | 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 LocationName | A unique and immutable identifier for a location. | Â 1152921504606850978 |
Usage Example(s)
...