TAG LINE
SMALL TITLE
id | "id": "Hello World" Type: String This is the unique numeric identifier for the UDRDailyAggregateByUsageRate |
udrDailyAggregateByAccountServiceId | "udrDailyAggregateByAccountServiceId": "Hello World" Type: String Unique identifier for the associated UDRDailyAggregateByAccountService object. |
invoiceItemId | "invoiceItemId": 2 Type: Number Unique identifier for the associated InvoiceItem object. |
amountUsageRateId | "amountUsageRateId": 19 Type: Number Unique identifier for the associated UsageRate object. |
costUsageRateId | "costUsageRateId": 8 Type: Number Unique identifier for the associated UsageRate object. |
countingRuleId | "countingRuleId": 16 Type: Number Unique identifier for the associated CountingRule object. |
usageValue | "usageValue": "Hello World" Type: String |
amount | "amount": "Hello World" Type: String |
aggregateRated | "aggregateRated": "2005-04-11T14:56:24" Type: Date |
usageRatePlanPackageServicePricePlanConnectorHistoryId | "usageRatePlanPackageServicePricePlanConnectorHistoryId": 4 Type: Number Unique identifier for the associated UsageRatePlanPackageServicePricePlanConnectorHistory object. |
udrCount | "udrCount": 4 Type: Number |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v3/UDR/DailyAggregate/Usage/Rate |
Retrieve all of the UDRDailyAggregateByUsageRate objects. |
GET | api/v3/UDR/DailyAggregate/Usage/Rate/Paged |
Retreive all of the UDRDailyAggregateByUsageRate objects in a paged fashion. |
GET | api/v3/UDR/DailyAggregate/Usage/Rate/{id:long} |
Retrieve all of the UDRDailyAggregateByUsageRate objects. |