Update or Add the UsageRate object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/Usage/Rate/{id}Path ParamsidintegerrequiredUnique identifier for the UsageRate object.Body ParamsDefines properties for an individual Usage Rate within the system.usageRateGroupIdnumberUnique identifier for the associated UsageRateGroup object.usageRateGroupNamestringThe name of the object associated with the usageRateGroupId property.usageClassIdnumberUnique identifier for the associated UsageClass object.usageClassNamestringThe name of the object associated with the usageClassId property.amountnumbergeoTreeLocationIdnumberUnique identifier for the associated GeoTreeLocation object.geoTreeLocationNamestringThe name of the object associated with the geoTreeLocationId property.additionalbooleantruetruefalseusageRoundingIdnumberUnique identifier for the associated UsageRounding object.usageRoundingNamestringThe name of the object associated with the usageRoundingId property.displayNamestringgeoTreeLocationGroupIdnumberUnique identifier for the associated GeoTreeLocationGroup object.geoTreeLocationGroupNamestringThe name of the object associated with the geoTreeLocationGroupId property.minimumChargenumberusageUnitIdnumberUnique identifier for the associated UsageUnit object.usageUnitNamestringThe name of the object associated with the usageUnitId property.usageRateCalculationTypeIdnumberUnique identifier for the associated UsageRateCalculationType object.usageRateCalculationTypeNamestringThe name of the object associated with the usageRateCalculationTypeId property.generalLedgerIdnumberUnique identifier for the associated GeneralLedger object.generalLedgerNamestringThe name of the object associated with the generalLedgerId property.serviceTaxCategoryIdnumberUnique identifier for the associated ServiceTaxCategory object.serviceTaxCategoryNamestringThe name of the object associated with the serviceTaxCategoryId 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.isDeletedstringdeletedByUserIdstringdeletedByUserNamestringResponses 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