GET   private-locations/get/{location_id}

Retrieves private location detail for the current customer with specific locationId.

URL Parameters

NameDescription
location_id

The ID of the location.

Remarks

Use GET private locations route to get the list of private locations and values applicable for location_id.


Request example

Response body model example and description

{
  "private_location_id": "00742f38-0173-443e-baf5-82e5bfbe3b23",
  "enabled": true,
  "geoloc": "sample string 3",
  "customer_guid": "c346a059-47c6-45a6-ad20-479112744f96"
}
NameType Description
PrivateLocationIdGuid

Unique identifier for the private location.

EnabledBoolean

Indicates whether the private location is enabled.

GeolocString

Geographical location of the private location.

CustomerGuidGuid

Customer identifier associated with the private location.