SapccApiCountStoreLocationsRequest
Request parameters for countStoreLocations operation in SapccApi. SapccApiCountStoreLocationsRequest
interface SapccApiCountStoreLocationsRequest {
readonly accuracy?: number;
readonly baseSiteId: string;
readonly latitude?: number;
readonly longitude?: number;
readonly query?: string;
readonly radius?: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
accuracy | Optional | number | Accuracy in meters. {number} SapccApiCountStoreLocations |
baseSiteId | Required | string | Base site identifier {string} SapccApiCountStoreLocations |
latitude | Optional | number | Coordinate that specifies the north-south position of a point on the Earth's surface. {number} SapccApiCountStoreLocations |
longitude | Optional | number | Coordinate that specifies the east-west position of a point on the Earth's surface. {number} SapccApiCountStoreLocations |
query | Optional | string | Location in plain text. Example: USA or New York City {string} SapccApiCountStoreLocations |
radius | Optional | number | Radius in meters. Max value: 40075000.0 (Earth's perimeter). {number} SapccApiCountStoreLocations |