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": "a8b8a4e4-0740-4120-870c-0b33f76812c3",
"MembershipTag": "sample string 3",
"CourseDate": "2025-12-04T19:49:09.9508295+00: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.