You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
2252
2252
content:
@@ -11673,7 +11673,7 @@ components:
11673
11673
$ref: '#/components/schemas/FeatureOrderBy'
11674
11674
explode: false
11675
11675
style: form
11676
-
GetInvoiceFeatureCostParam.groupBy:
11676
+
GetInvoiceLineCostParam.groupBy:
11677
11677
name: groupBy
11678
11678
in: query
11679
11679
required: false
@@ -11687,7 +11687,7 @@ components:
11687
11687
items:
11688
11688
type: string
11689
11689
style: form
11690
-
GetInvoiceFeatureCostParam.windowSize:
11690
+
GetInvoiceLineCostParam.windowSize:
11691
11691
name: windowSize
11692
11692
in: query
11693
11693
required: false
@@ -11699,7 +11699,7 @@ components:
11699
11699
$ref: '#/components/schemas/WindowSize'
11700
11700
explode: false
11701
11701
style: form
11702
-
GetInvoiceFeatureCostParam.windowTimeZone:
11702
+
GetInvoiceLineCostParam.windowTimeZone:
11703
11703
name: windowTimeZone
11704
11704
in: query
11705
11705
required: false
@@ -17525,83 +17525,6 @@ components:
17525
17525
- preceding
17526
17526
- workflow.apps
17527
17527
description: InvoiceExpand specifies the parts of the invoice to expand in the list output.
17528
-
InvoiceFeatureCost:
17529
-
type: object
17530
-
required:
17531
-
- from
17532
-
- to
17533
-
- costPerUnit
17534
-
- totalUsage
17535
-
- totalCost
17536
-
- currency
17537
-
- rows
17538
-
properties:
17539
-
from:
17540
-
type: string
17541
-
format: date-time
17542
-
description: The start of the period the value is aggregated over.
17543
-
example: '2023-01-01T01:01:01.001Z'
17544
-
to:
17545
-
type: string
17546
-
format: date-time
17547
-
description: The end of the period the value is aggregated over.
17548
-
example: '2023-01-01T01:01:01.001Z'
17549
-
costPerUnit:
17550
-
allOf:
17551
-
- $ref: '#/components/schemas/Numeric'
17552
-
description: The cost per unit of the feature for the invoice.
17553
-
totalUsage:
17554
-
allOf:
17555
-
- $ref: '#/components/schemas/Numeric'
17556
-
description: The total usage of the feature for the invoice.
17557
-
totalCost:
17558
-
allOf:
17559
-
- $ref: '#/components/schemas/Numeric'
17560
-
description: The total cost of the feature for the invoice.
0 commit comments