Update or Add the UsageRateGroup object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/Usage/Rate/Group/{id}Path ParamsidintegerrequiredUnique identifier for the UsageRateGroup object.Body ParamsDefines a container that groups multiple rates together so that they can be reused in multiple plans.namestringstartdate-timeThe start date in which this group of rates come into effect. Date and time values are specified in the ISO 8601 format.useForCostbooleantruetruefalsetimePeriodIdnumberUnique identifier for the associated TimePeriod object.timePeriodNamestringThe name of the object associated with the timePeriodId property.displayNamestringcurrencyIdnumberUnique identifier for the associated Currency object.currencyNamestringThe name of the object associated with the currencyId property.isAggregatedbooleantruetruefalseisPassThroughbooleantruetruefalseamountPrecisionnumberroundingMethodTypeIdnumberUnique identifier for the associated RoundingMethodType object.roundingMethodTypeNamestringThe name of the object associated with the roundingMethodTypeId property.generalLedgerIdnumberUnique identifier for the associated GeneralLedger object.generalLedgerNamestringThe name of the object associated with the generalLedgerId property.isTaxInclusivebooleantruetruefalseaggregationTypeIdnumberUnique identifier for the associated AggregationType object.aggregationTypeNamestringThe name of the object associated with the aggregationTypeId property.createdByUserIdnumberUnique identifier for the associated User object.createdByUserNamestringThe name of the object associated with the createdByUserId property.updatedByUserIdnumberUnique identifier for the associated User object.updatedByUserNamestringThe name of the object associated with the updatedByUserId property.isDeletedstringdeletedByUserIdstringdeletedByUserNamestringisAggregatedByInvoicerbooleantruetruefalseResponses 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 2 months ago