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

Returns list of inventory product price

Request Parameters

From Body Type Description
CourseDate DateTime Optional.
InventoryCode String Optional.
LocationGuid Guid Optional.
MembershipTag String Optional.




{
  "InventoryCode": "sample string 1",
  "LocationGuid": "dcdb9dbb-b7df-4fe2-b7c6-dcf7a9dd2972",
  "MembershipTag": "sample string 3",
  "CourseDate": "2026-06-29T19:47:52.3332657+01:00"
}

Response - (Status 200 - OK)

InventoryProductPriceBasedOnMembershipResponse

Name Type Description
InventoryPrice Decimal
IsValidPrice Boolean




{
  "InventoryPrice": 1.0,
  "IsValidPrice": true
}

Remarks

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

Bundle(s)
Cap2