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": "610a0e60-02c2-4979-9996-eb56e7006ae8",
"ContactGuid": "3ae8cb17-5bb8-4398-bcb7-d09d5973a986",
"Date": "2025-04-25T14:12:21.1022066+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.