get https://yourorgsite.com/api/PartyItemPrice
Returns a list containing a collection of PartyItemPrice
Note: Info on using filters with PartyItemPrice GET List Request
To filter the result list by
PartyId
orItemId
, you must include both parameters in your request. Filtering by only one of these values is not supported.GET /PartyItemPrice?PartyId={{Partyid}}&ItemId={{ItemId}}