post https://yourorgsite.com/api/PartyItemPrice/_execute
Executes an operation of PartyItemPrice
With the PartyItemPrice service, you can perform the following operations on the execute endpoint:
- GetSubscriptionPricing
GetSubscriptionPricing
BODY PARAMS:
{
"$type": "Asi.Soa.Commerce.DataContracts.PartyItemPriceRequest, Asi.Contracts",
"EntityTypeName": "PartyItemPrice",
"OperationName": "GetSubscriptionPricing",
"PartyId": "string value",
"EffectiveDate": "Nullable`1 value",
"ProductId": "string value",
"TermRenewalMonths": "string value"
}