POST https://api.legendonlineservices.co.uk/Cap2/PriceForInventoryTag

Returns list of membership product price

Request Parameters

From Body Type Description
ContactGuid Guid Optional.
Date DateTime Optional.
InventoryTag String Optional.
LocationGuid Guid Optional.




{
  "InventoryTag": "sample string 1",
  "LocationGuid": "504631d9-17f7-44a8-ae5c-adc8a7406bfc",
  "ContactGuid": "94587821-f8cd-48d6-ae88-4dccd36252a1",
  "Date": "2025-10-19T10:30:36.8931352+01:00"
}

Response - (Status 200 - OK)

PriceForInventoryTagResponse

Name Type Description
Discount Decimal
InventoryPrice Decimal
IsValidPrice Boolean
OrginLocation String




{
  "InventoryPrice": 1.0,
  "Discount": 2.0,
  "OrginLocation": "sample string 3",
  "IsValidPrice": true
}

Remarks

This end point replaces the old PriceForInventoryTag SOAP endpoint that is now obsolete.

Bundle(s)
Cap2