Add rated usageCopy Pagepost https://api.instellix.io/v2/rated-usage-aggregations/{ident}/rated-usagePath Paramsidentstringrequiredlength between 1 and 100The ident of the rated usage aggregation. Must not be blank.Body ParamsRated Usage describes the usage of a service supplied with a price.aggregationGroupstringlength ≤ 64Used as an aggregation criterion. If not provided it will be filled by option.itemGroup. Will be mapped into lineItem.itemGroup during billing. Size must be between 0 and 64.contractIdentstringrequiredlength between 1 and 100Ident of the contract the usage belongs to. Must not be blank. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.descriptionstringlength ≤ 255Additional description providing more details regarding the usage. Not relevant for aggregation. Description of option is used for the aggregation result. Size must be between 0 and 255.identstringrequiredlength between 1 and 100Unique identifier. Must not be blank. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_-]*'.periodobjectrequiredPeriod defined by date time of start and end each. In case the period is not exactly known start and end can be the same value.period objectpriceobjectrequiredPrice for the usage metered.price objectproductReferenceKeystringrequiredlength between 1 and 100External key that identifies a product. Must match the product reference key of a usage option of the contract. Must not be blank. Size must be between 1 and 100.propertiesarray of objectslength ≤ 50Properties allow adding client specific additional data to a resource in form of a key-value-mapping with unique keys and values mapped being of type string. Size must be between 0 and 50.propertiesADD objectquantityobjectrequiredQuantity described by an amount and unit, e.g. 10.5 kWh.quantity objectserviceLocationobjectrequiredLocation where a service was used.serviceLocation objecttypestringrequiredType of the line item. Determines if this item was provided as a service to your customer (sales) or by your customer (self-billing). Must not be null. Must be one of: SELF_BILLINGService provided by a customer. Results in a line item on a self-billing invoice.SALESServices provided to a customer. Results in a line item on an invoice.Responses 201The request has been fulfilled, resulting in the creation of a new resource. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 3 months ago