Returns Headline prices for list of inventoryIds
Request Parameters
| From Query
|
Type |
Description |
| InventoryIds |
[Int32] |
Ids of the inventories - Max 10 allowed
|
| FacilityGUID |
Guid |
See Locations. Must be Facility
|
| DateTime |
DateTime |
DateTime the price is required for
|
|
|
MemberIdentifier |
Optional.
To get member specific price, supply at least one of the identifier, otherwise leave blank for standard price.
|
| Name |
Type |
Description |
| Barcode |
String |
Optional.
Barcode associated with membership
|
| ContactId |
Int32 |
Optional.
Internal Id
|
| MemberNo |
String |
Optional.
Membership Number
|
|
Response - (Status 200 - OK)
[HeadlinePrice]
| Name |
Type |
Description |
| Amount |
Decimal |
Null if inventor does not exist or no price defined
|
| InventoryId |
Int32 |
|
[
{
"InventoryId": 1,
"Amount": 1.0
},
{
"InventoryId": 1,
"Amount": 1.0
},
{
"InventoryId": 1,
"Amount": 1.0
}
]
Remarks
If more than one properties are set in MemberIdentifier, then priority will be given in this order: ContactId, MemberNo, Barcode