Update or Add the UsageBucketBase object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/Usage/Bucket/Base/{id}Path ParamsidintegerrequiredUnique identifier for the UsageBucketBase object.Body ParamsDefines the base unit of measure for a Bucket such as Time, Data or Count. New Bucket definitions derrive from a Base Bucket.namestringstartdate-timeUnused Date and time values are specified in the ISO 8601 format.enddate-timeWhen flagged as retired this end date will be marked and can no longer be used. Date and time values are specified in the ISO 8601 format.retiredbooleantruetruefalseusageBucketBaseUnitIdnumberUnique identifier for the associated UsageBucketBaseUnit object.usageBucketBaseUnitNamestringThe name of the object associated with the usageBucketBaseUnitId 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 2 months ago