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": "cdd0abe5-c8c3-476b-8782-3553334a453e",
"MembershipTag": "sample string 3",
"CourseDate": "2026-03-27T02:44:35.3253368+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.