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": "dc751794-1d8e-4d80-8a10-3a0f9ee1eb71",
  "ContactGuid": "7fcc048e-6df2-43b6-9207-4ee8cb422347",
  "Date": "2025-12-04T19:49:00.3643579+00: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