TAG LINE
SMALL TITLE
id | "id": "Hello World" Type: String This is the unique numeric identifier for the UDRRatedBucketTierFlatCharge |
udrRatedBucketTierId | "udrRatedBucketTierId": "Hello World" Type: String Unique identifier for the associated UDRRatedBucketTier object. |
udrDailyAggregateByAccountServiceId | "udrDailyAggregateByAccountServiceId": "Hello World" Type: String Unique identifier for the associated UDRDailyAggregateByAccountService object. |
invoiceItemId | "invoiceItemId": 27 Type: Number Unique identifier for the associated InvoiceItem object. |
flatCharge | "flatCharge": "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:
DELETE | api/v2/Udr/Rated/BucketTier/FlatCharge/{id:long} |
Delete an instance of the UDRRatedBucketTierFlatCharge object. |
GET | api/v2/Udr/Rated/BucketTier/FlatCharge |
Retrieve all of the UDRRatedBucketTierFlatCharge objects. |
GET | api/v2/Udr/Rated/BucketTier/FlatCharge/Paged |
Retreive all of the UDRRatedBucketTierFlatCharge objects in a paged fashion. |
GET | api/v2/Udr/Rated/BucketTier/FlatCharge/{id:long} |
Retrieve all of the UDRRatedBucketTierFlatCharge objects. |
POST | api/v2/Udr/Rated/BucketTier/FlatCharge |
Create a new instance of the UDRRatedBucketTierFlatCharge object. |
PUT | api/v2/Udr/Rated/BucketTier/FlatCharge/{id:long} |
Update an existing instance of the UDRRatedBucketTierFlatCharge object. |