Overview
This structure represents contains the unique key fields associated with identifying a location. Locations can be identified by LocationName or LocationUid. When specifying a PwsLocationRef as an input to a web service, you may specify one or both the of LocationName and /or LocationUid. However, if you do specify both, they must both refer to the same location or the location reference will not be considered valid. When a PwsLocationRef is returned in the response to a web service, both the LocationName or LocationUid will be populated, and guaranteed to refer to a single location.
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:LocationIdentity> <b:LocationId i:nil="true"/> <b:LocationName>Springfield</b:LocationName> <b:LocationUid>1152921504606850978</b:LocationUid> </b:LocationIdentity> |