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
Copy file name to clipboardExpand all lines: generated/harvest-openapi.yaml
+34-2Lines changed: 34 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1044,7 +1044,7 @@ components:
1044
1044
nullable: true
1045
1045
is_closed:
1046
1046
type: boolean
1047
-
description: 'Whether the expense has been approved or closed for some other reason.'
1047
+
description: 'Whether the expense has been approved or not.'
1048
1048
nullable: true
1049
1049
is_locked:
1050
1050
type: boolean
@@ -1293,7 +1293,7 @@ components:
1293
1293
nullable: true
1294
1294
timer_started_at:
1295
1295
type: string
1296
-
description: 'Date and time the timer was started (if tracking by duration). Use the ISO 8601 Format.'
1296
+
description: 'Date and time the running timer was started (if tracking by duration). Use the ISO 8601 Format. Returns null for stopped timers.'
1297
1297
nullable: true
1298
1298
format: date-time
1299
1299
started_time:
@@ -7330,6 +7330,10 @@ paths:
7330
7330
type: string
7331
7331
description: 'Any notes to be associated with the payment.'
7332
7332
nullable: true
7333
+
send_thank_you:
7334
+
type: boolean
7335
+
description: 'Whether or not to send a thank you email (if enabled for your account in Invoices > Configure > Messages). Only sends an email if the invoice will be fully paid after creating this payment. Defaults to true.'
7336
+
nullable: true
7333
7337
required:
7334
7338
- amount
7335
7339
'/invoices/{invoiceId}/payments/{paymentId}':
@@ -9126,6 +9130,13 @@ paths:
9126
9130
in: query
9127
9131
schema:
9128
9132
type: string
9133
+
-
9134
+
name: include_fixed_fee
9135
+
description: 'When true, billable amounts will be calculated and included for fixed fee projects.'
9136
+
required: false
9137
+
in: query
9138
+
schema:
9139
+
type: string
9129
9140
-
9130
9141
name: page
9131
9142
description: 'The page number to use in pagination. For instance, if you make a list request and receive 2000 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)'
@@ -9220,6 +9231,13 @@ paths:
9220
9231
in: query
9221
9232
schema:
9222
9233
type: string
9234
+
-
9235
+
name: include_fixed_fee
9236
+
description: 'When true, billable amounts will be calculated and included for fixed fee projects.'
9237
+
required: false
9238
+
in: query
9239
+
schema:
9240
+
type: string
9223
9241
-
9224
9242
name: page
9225
9243
description: 'The page number to use in pagination. For instance, if you make a list request and receive 2000 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)'
@@ -9322,6 +9340,13 @@ paths:
9322
9340
in: query
9323
9341
schema:
9324
9342
type: string
9343
+
-
9344
+
name: include_fixed_fee
9345
+
description: 'When true, billable amounts will be calculated and included for fixed fee projects.'
9346
+
required: false
9347
+
in: query
9348
+
schema:
9349
+
type: string
9325
9350
-
9326
9351
name: page
9327
9352
description: 'The page number to use in pagination. For instance, if you make a list request and receive 2000 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)'
@@ -9419,6 +9444,13 @@ paths:
9419
9444
in: query
9420
9445
schema:
9421
9446
type: string
9447
+
-
9448
+
name: include_fixed_fee
9449
+
description: 'When true, billable amounts will be calculated and included for fixed fee projects.'
9450
+
required: false
9451
+
in: query
9452
+
schema:
9453
+
type: string
9422
9454
-
9423
9455
name: page
9424
9456
description: 'The page number to use in pagination. For instance, if you make a list request and receive 2000 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)'
0 commit comments