Update or Add the PackageServicePricePlan object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/Package/Service/PricePlan/{id}Path ParamsidintegerrequiredUnique identifier for the PackageServicePricePlan object.Body ParamsRepresents the linking of pricing for a Service assigned to a Package.packageServiceIdnumberUnique identifier for the associated PackageService object.packageServiceNamestringThe name of the object associated with the packageServiceId property.packageFrequencyIdnumberUnique identifier for the associated PackageFrequency object.packageFrequencyNamestringThe name of the object associated with the packageFrequencyId property.packageCurrencyIdnumberUnique identifier for the associated PackageCurrency object.packageCurrencyNamestringThe name of the object associated with the packageCurrencyId property.accountPricePlanIdnumberUnique identifier for the associated AccountPricePlan object.accountPricePlanNamestringThe name of the object associated with the accountPricePlanId property.accountProductCodeIdnumberUnique identifier for the associated AccountProductCode object.accountProductCodeNamestringThe name of the object associated with the accountProductCodeId property.priceBookIdnumberUnique identifier for the associated PriceBook object.priceBookNamestringThe name of the object associated with the priceBookId property.pricePlanTypeIdnumberUnique identifier for the associated PricePlanType object.pricePlanTypeNamestringThe name of the object associated with the pricePlanTypeId property.effectivestringpriceChangeTrackingIdnumberUnique identifier for the associated PriceChangeTracking object.priceChangeTrackingNamestringThe name of the object associated with the priceChangeTrackingId property.Responses 200Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array. 400The request could not be processed.Updated about 2 months ago