File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -11060,7 +11060,7 @@ paths:
11060
11060
required: false
11061
11061
schema:
11062
11062
type: string
11063
- example: ?over_due =
11063
+ example: ?overdue =
11064
11064
- name: payable
11065
11065
in: query
11066
11066
description: |
@@ -11084,6 +11084,22 @@ paths:
11084
11084
schema:
11085
11085
type: string
11086
11086
example: ?private_notes=super secret
11087
+ - name: date
11088
+ in: query
11089
+ description: |
11090
+ Filters the invoices by invoice date returns a list of invoices after (and including) the date
11091
+ required: false
11092
+ schema:
11093
+ type: string
11094
+ example: ?date=2022-01-01
11095
+ - name: date_range
11096
+ in: query
11097
+ description: |
11098
+ Filters the invoices by invoice date returns a list of invoices between two dates
11099
+ required: false
11100
+ schema:
11101
+ type: string
11102
+ example: ?date_range=2022-01-01,2022-01-31
11087
11103
responses:
11088
11104
200:
11089
11105
description: "A list of invoices"
You can’t perform that action at this time.
0 commit comments