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": "441112c0-2164-4f52-aab9-cd90820d157b",
"ContactGuid": "cc839106-35a6-4525-ba93-a47d8e4b77f1",
"Date": "2026-06-29T19:47:07.3367094+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.