Retrieve versions of price levels
A SearchCriteria object containing the search criteria to use when retrieving versions of price levels. 
Returns a PriceLevelVersions object. This object has a data value that is an array of PriceLevelVersion objects for the price level versions that match the search criteria.
One or more of the location group or location GUIDs passed in the SearchCriteria object are invalid.
The name value in the SearchCriteria object contains an empty string or exceeds 255 characters.
{- "name": "string",
 - "targets": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
 
} 
], - "nextPageToken": "string"
 
}{- "nextPageToken": "string",
 - "data": [
- {
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
 - "multiLocationId": "string",
 - "target": { },
 - "owner": { },
 - "name": "string",
 - "basePrice": "string",
 - "pricingStrategy": "string",
 - "minPrice": "string",
 - "maxPrice": "string"
 
} 
] 
}