TAG LINE
SMALL TITLE
id | "id": "Hello World" Type: String This is the unique numeric identifier for the UDRRated |
udrMediatedId | "udrMediatedId": "Hello World" Type: String Unique identifier for the associated UDRMediated object. |
valueRounded | "valueRounded": "Hello World" Type: String |
chargePreBucketing | "chargePreBucketing": "Hello World" Type: String |
chargeUsageRateId | "chargeUsageRateId": 23 Type: Number Unique identifier for the associated UsageRate object. |
cost | "cost": "Hello World" Type: String |
costUsageRateId | "costUsageRateId": 25 Type: Number Unique identifier for the associated UsageRate object. |
accountServiceTemporalId | "accountServiceTemporalId": "Hello World" Type: String Unique identifier for the associated AccountServiceTemporal object. |
chargeUsageRatePlanId | "chargeUsageRatePlanId": 1 Type: Number Unique identifier for the associated UsageRatePlan object. |
costUsageRatePlanId | "costUsageRatePlanId": 25 Type: Number Unique identifier for the associated UsageRatePlan object. |
udrDailyAggregateByAccountServiceId | "udrDailyAggregateByAccountServiceId": "Hello World" Type: String Unique identifier for the associated UDRDailyAggregateByAccountService object. |
resolvedUsageClassId | "resolvedUsageClassId": 23 Type: Number Unique identifier for the associated UsageClass object. |
isRealTimeTaxApplicable | "isRealTimeTaxApplicable": true Type: Boolean |
charge | "charge": "Hello World" Type: String |
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/v2/Udr/Rated |
Retrieve all of the UDRRated objects. |
GET | api/v2/Udr/Rated/Paged |
Retreive all of the UDRRated objects in a paged fashion. |
GET | api/v2/Udr/Rated/{id:long} |
Retrieve all of the UDRRated objects. |