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": "cb8b4383-2f49-44ca-aaef-1d6a66d83f39",
"ContactGuid": "a84c29c6-4e4e-4abb-9880-e9337cfab0eb",
"Date": "2025-08-02T22:16:49.3975095+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.