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": "5aef0ff1-a8ee-4d0f-931c-c5307751df05",
"ContactGuid": "ba7d0edd-53ae-42c7-bcae-ad907d2720df",
"Date": "2025-06-11T06:51:44.2532096+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.