GetOrgLocation
Returns an organization's street address, including its longitude and latitude.
A single record of the following fields is returned.
orgId
|
string
|
Unique identifier.
|
orgRef
|
string
|
Unique name.
|
partitionId
|
string
|
Tenant identifier.
|
orgName
|
string
|
The name of the organization.
|
street
|
string
|
The street address.
|
city
|
string
|
The city.
|
usState
|
string
|
The state.
|
postalCode
|
string
|
The zip code.
|
country
|
string
|
The country.
|
countryCode
|
string
|
The country code.
|
longitude
|
string
|
The longitude of the organization location.
|
latitude
|
string
|
The latitude of the organization's location.
|
Method
|
string
|
The operation that requested this response.
|
TransactionID
|
decimal
|
The unique message ID for this message.
|
ErrorMessage
|
string
|
If blank, no error was returned.
|
ErrorLocation
|
string
|
If blank, no error was returned.
|
|