@teamleader/focus-api-specification 1.189.0 → 1.190.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ info:
|
|
|
3
3
|
title: Teamleader API
|
|
4
4
|
description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
|
|
5
5
|
contact: {}
|
|
6
|
-
version: 1.
|
|
6
|
+
version: 1.190.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -4324,13 +4324,13 @@ paths:
|
|
|
4324
4324
|
address:
|
|
4325
4325
|
allOf:
|
|
4326
4326
|
- title: AddressRequest
|
|
4327
|
-
required: &
|
|
4327
|
+
required: &ref_54
|
|
4328
4328
|
- line_1
|
|
4329
4329
|
- postal_code
|
|
4330
4330
|
- city
|
|
4331
4331
|
- country
|
|
4332
4332
|
type: object
|
|
4333
|
-
properties: &
|
|
4333
|
+
properties: &ref_55
|
|
4334
4334
|
line_1:
|
|
4335
4335
|
type: string
|
|
4336
4336
|
nullable: true
|
|
@@ -8895,7 +8895,7 @@ paths:
|
|
|
8895
8895
|
allOf:
|
|
8896
8896
|
- title: LineItemResponse
|
|
8897
8897
|
type: object
|
|
8898
|
-
properties: &
|
|
8898
|
+
properties: &ref_60
|
|
8899
8899
|
product:
|
|
8900
8900
|
type: object
|
|
8901
8901
|
nullable: true
|
|
@@ -9374,7 +9374,7 @@ paths:
|
|
|
9374
9374
|
data:
|
|
9375
9375
|
title: Download
|
|
9376
9376
|
type: object
|
|
9377
|
-
properties: &
|
|
9377
|
+
properties: &ref_63
|
|
9378
9378
|
location:
|
|
9379
9379
|
type: string
|
|
9380
9380
|
description: A temporary url where the requested file can be downloaded
|
|
@@ -9415,26 +9415,18 @@ paths:
|
|
|
9415
9415
|
type: string
|
|
9416
9416
|
example: cef01135-7e51-4f6f-a6eb-6e5e5a885ac8
|
|
9417
9417
|
currency:
|
|
9418
|
-
title:
|
|
9419
|
-
required:
|
|
9420
|
-
- code
|
|
9418
|
+
title: CurrencyWithRequiredExchangeRate
|
|
9419
|
+
required: *ref_38
|
|
9421
9420
|
type: object
|
|
9422
|
-
properties:
|
|
9423
|
-
code:
|
|
9424
|
-
title: CurrencyCode
|
|
9425
|
-
enum: *ref_12
|
|
9426
|
-
type: string
|
|
9427
|
-
exchange_rate:
|
|
9428
|
-
type: number
|
|
9429
|
-
example: 1.1238
|
|
9421
|
+
properties: *ref_39
|
|
9430
9422
|
grouped_lines:
|
|
9431
9423
|
type: array
|
|
9432
9424
|
items:
|
|
9433
9425
|
title: QuotationsGroupedLinesRequest
|
|
9434
|
-
required: &
|
|
9426
|
+
required: &ref_49
|
|
9435
9427
|
- line_items
|
|
9436
9428
|
type: object
|
|
9437
|
-
properties: &
|
|
9429
|
+
properties: &ref_50
|
|
9438
9430
|
section:
|
|
9439
9431
|
type: object
|
|
9440
9432
|
required:
|
|
@@ -9470,11 +9462,11 @@ paths:
|
|
|
9470
9462
|
example: f79d3e04-b8dc-0637-8f18-ca7c8fc63b71
|
|
9471
9463
|
unit_price:
|
|
9472
9464
|
title: AmountWithTax
|
|
9473
|
-
required: &
|
|
9465
|
+
required: &ref_61
|
|
9474
9466
|
- amount
|
|
9475
9467
|
- tax
|
|
9476
9468
|
type: object
|
|
9477
|
-
properties: &
|
|
9469
|
+
properties: &ref_62
|
|
9478
9470
|
amount:
|
|
9479
9471
|
type: number
|
|
9480
9472
|
example: 123.3
|
|
@@ -9901,16 +9893,24 @@ paths:
|
|
|
9901
9893
|
example: 5b16f6ee-e302-0079-901b-50c26c4a55b1
|
|
9902
9894
|
currency:
|
|
9903
9895
|
title: Currency
|
|
9904
|
-
required:
|
|
9896
|
+
required: &ref_64
|
|
9897
|
+
- code
|
|
9905
9898
|
type: object
|
|
9906
|
-
properties:
|
|
9899
|
+
properties: &ref_65
|
|
9900
|
+
code:
|
|
9901
|
+
title: CurrencyCode
|
|
9902
|
+
enum: *ref_12
|
|
9903
|
+
type: string
|
|
9904
|
+
exchange_rate:
|
|
9905
|
+
type: number
|
|
9906
|
+
example: 1.1238
|
|
9907
9907
|
grouped_lines:
|
|
9908
9908
|
type: array
|
|
9909
9909
|
items:
|
|
9910
9910
|
title: QuotationsGroupedLinesRequest
|
|
9911
|
-
required: *
|
|
9911
|
+
required: *ref_49
|
|
9912
9912
|
type: object
|
|
9913
|
-
properties: *
|
|
9913
|
+
properties: *ref_50
|
|
9914
9914
|
description: A quotation needs `grouped_lines` and/or `text` to be valid
|
|
9915
9915
|
discounts:
|
|
9916
9916
|
type: array
|
|
@@ -10205,7 +10205,7 @@ paths:
|
|
|
10205
10205
|
duration:
|
|
10206
10206
|
title: DurationInMinutes
|
|
10207
10207
|
type: object
|
|
10208
|
-
properties: &
|
|
10208
|
+
properties: &ref_52
|
|
10209
10209
|
unit:
|
|
10210
10210
|
type: string
|
|
10211
10211
|
enum:
|
|
@@ -10223,7 +10223,7 @@ paths:
|
|
|
10223
10223
|
allOf:
|
|
10224
10224
|
- title: Time
|
|
10225
10225
|
type: object
|
|
10226
|
-
properties: &
|
|
10226
|
+
properties: &ref_51
|
|
10227
10227
|
value:
|
|
10228
10228
|
type: number
|
|
10229
10229
|
example: 60
|
|
@@ -10245,7 +10245,7 @@ paths:
|
|
|
10245
10245
|
allOf:
|
|
10246
10246
|
- title: Time
|
|
10247
10247
|
type: object
|
|
10248
|
-
properties: *
|
|
10248
|
+
properties: *ref_51
|
|
10249
10249
|
properties:
|
|
10250
10250
|
unit:
|
|
10251
10251
|
type: string
|
|
@@ -10293,7 +10293,7 @@ paths:
|
|
|
10293
10293
|
items:
|
|
10294
10294
|
title: Attendees
|
|
10295
10295
|
type: object
|
|
10296
|
-
properties: &
|
|
10296
|
+
properties: &ref_53
|
|
10297
10297
|
type:
|
|
10298
10298
|
type: string
|
|
10299
10299
|
enum:
|
|
@@ -10464,7 +10464,7 @@ paths:
|
|
|
10464
10464
|
duration:
|
|
10465
10465
|
title: DurationInMinutes
|
|
10466
10466
|
type: object
|
|
10467
|
-
properties: *
|
|
10467
|
+
properties: *ref_52
|
|
10468
10468
|
tracked_time:
|
|
10469
10469
|
type: object
|
|
10470
10470
|
description: Only included with request parameter `includes=tracked_time`
|
|
@@ -10474,7 +10474,7 @@ paths:
|
|
|
10474
10474
|
allOf:
|
|
10475
10475
|
- title: Time
|
|
10476
10476
|
type: object
|
|
10477
|
-
properties: *
|
|
10477
|
+
properties: *ref_51
|
|
10478
10478
|
properties:
|
|
10479
10479
|
unit:
|
|
10480
10480
|
type: string
|
|
@@ -10490,7 +10490,7 @@ paths:
|
|
|
10490
10490
|
allOf:
|
|
10491
10491
|
- title: Time
|
|
10492
10492
|
type: object
|
|
10493
|
-
properties: *
|
|
10493
|
+
properties: *ref_51
|
|
10494
10494
|
properties:
|
|
10495
10495
|
unit:
|
|
10496
10496
|
type: string
|
|
@@ -10591,7 +10591,7 @@ paths:
|
|
|
10591
10591
|
items:
|
|
10592
10592
|
title: Attendees
|
|
10593
10593
|
type: object
|
|
10594
|
-
properties: *
|
|
10594
|
+
properties: *ref_53
|
|
10595
10595
|
description: ''
|
|
10596
10596
|
custom_fields:
|
|
10597
10597
|
type: array
|
|
@@ -10658,7 +10658,7 @@ paths:
|
|
|
10658
10658
|
items:
|
|
10659
10659
|
title: Attendees
|
|
10660
10660
|
type: object
|
|
10661
|
-
properties: *
|
|
10661
|
+
properties: *ref_53
|
|
10662
10662
|
description: at least one user attendee must be present
|
|
10663
10663
|
customer:
|
|
10664
10664
|
title: Customer
|
|
@@ -10667,7 +10667,7 @@ paths:
|
|
|
10667
10667
|
properties: *ref_30
|
|
10668
10668
|
location:
|
|
10669
10669
|
title: MeetingsLocationRequest
|
|
10670
|
-
oneOf: &
|
|
10670
|
+
oneOf: &ref_56
|
|
10671
10671
|
- type: object
|
|
10672
10672
|
title: With type string
|
|
10673
10673
|
properties:
|
|
@@ -10690,9 +10690,9 @@ paths:
|
|
|
10690
10690
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
10691
10691
|
address:
|
|
10692
10692
|
title: AddressRequest
|
|
10693
|
-
required: *
|
|
10693
|
+
required: *ref_54
|
|
10694
10694
|
type: object
|
|
10695
|
-
properties: *
|
|
10695
|
+
properties: *ref_55
|
|
10696
10696
|
required:
|
|
10697
10697
|
- id
|
|
10698
10698
|
- type
|
|
@@ -10705,9 +10705,9 @@ paths:
|
|
|
10705
10705
|
example: address
|
|
10706
10706
|
address:
|
|
10707
10707
|
title: AddressRequest
|
|
10708
|
-
required: *
|
|
10708
|
+
required: *ref_54
|
|
10709
10709
|
type: object
|
|
10710
|
-
properties: *
|
|
10710
|
+
properties: *ref_55
|
|
10711
10711
|
required:
|
|
10712
10712
|
- type
|
|
10713
10713
|
- address
|
|
@@ -10812,7 +10812,7 @@ paths:
|
|
|
10812
10812
|
items:
|
|
10813
10813
|
title: Attendees
|
|
10814
10814
|
type: object
|
|
10815
|
-
properties: *
|
|
10815
|
+
properties: *ref_53
|
|
10816
10816
|
description: when provided, at least one user attendee must be present
|
|
10817
10817
|
customer:
|
|
10818
10818
|
type: object
|
|
@@ -10824,7 +10824,7 @@ paths:
|
|
|
10824
10824
|
properties: *ref_30
|
|
10825
10825
|
location:
|
|
10826
10826
|
title: MeetingsLocationRequest
|
|
10827
|
-
oneOf: *
|
|
10827
|
+
oneOf: *ref_56
|
|
10828
10828
|
project_id:
|
|
10829
10829
|
type: string
|
|
10830
10830
|
nullable: true
|
|
@@ -11118,7 +11118,7 @@ paths:
|
|
|
11118
11118
|
allOf:
|
|
11119
11119
|
- title: Participant
|
|
11120
11120
|
type: object
|
|
11121
|
-
properties: &
|
|
11121
|
+
properties: &ref_57
|
|
11122
11122
|
customer:
|
|
11123
11123
|
type: object
|
|
11124
11124
|
nullable: true
|
|
@@ -11296,7 +11296,7 @@ paths:
|
|
|
11296
11296
|
allOf:
|
|
11297
11297
|
- title: Participant
|
|
11298
11298
|
type: object
|
|
11299
|
-
properties: *
|
|
11299
|
+
properties: *ref_57
|
|
11300
11300
|
description:
|
|
11301
11301
|
type: string
|
|
11302
11302
|
nullable: true
|
|
@@ -11444,7 +11444,7 @@ paths:
|
|
|
11444
11444
|
allOf:
|
|
11445
11445
|
- title: Assignee
|
|
11446
11446
|
type: object
|
|
11447
|
-
properties: &
|
|
11447
|
+
properties: &ref_58
|
|
11448
11448
|
type:
|
|
11449
11449
|
type: string
|
|
11450
11450
|
example: user
|
|
@@ -11564,7 +11564,7 @@ paths:
|
|
|
11564
11564
|
allOf:
|
|
11565
11565
|
- title: Assignee
|
|
11566
11566
|
type: object
|
|
11567
|
-
properties: *
|
|
11567
|
+
properties: *ref_58
|
|
11568
11568
|
- type: object
|
|
11569
11569
|
required:
|
|
11570
11570
|
- type
|
|
@@ -11913,7 +11913,7 @@ paths:
|
|
|
11913
11913
|
items:
|
|
11914
11914
|
title: Attendees
|
|
11915
11915
|
type: object
|
|
11916
|
-
properties: *
|
|
11916
|
+
properties: *ref_53
|
|
11917
11917
|
description: ''
|
|
11918
11918
|
links:
|
|
11919
11919
|
type: array
|
|
@@ -12052,7 +12052,7 @@ paths:
|
|
|
12052
12052
|
items:
|
|
12053
12053
|
title: Attendees
|
|
12054
12054
|
type: object
|
|
12055
|
-
properties: *
|
|
12055
|
+
properties: *ref_53
|
|
12056
12056
|
description: ''
|
|
12057
12057
|
links:
|
|
12058
12058
|
type: array
|
|
@@ -12165,7 +12165,7 @@ paths:
|
|
|
12165
12165
|
allOf:
|
|
12166
12166
|
- title: Attendees
|
|
12167
12167
|
type: object
|
|
12168
|
-
properties: *
|
|
12168
|
+
properties: *ref_53
|
|
12169
12169
|
- type: object
|
|
12170
12170
|
required:
|
|
12171
12171
|
- type
|
|
@@ -12285,7 +12285,7 @@ paths:
|
|
|
12285
12285
|
allOf:
|
|
12286
12286
|
- title: Attendees
|
|
12287
12287
|
type: object
|
|
12288
|
-
properties: *
|
|
12288
|
+
properties: *ref_53
|
|
12289
12289
|
- type: object
|
|
12290
12290
|
required:
|
|
12291
12291
|
- type
|
|
@@ -12696,7 +12696,7 @@ paths:
|
|
|
12696
12696
|
allOf:
|
|
12697
12697
|
- title: ForAttentionOf
|
|
12698
12698
|
type: object
|
|
12699
|
-
properties: &
|
|
12699
|
+
properties: &ref_59
|
|
12700
12700
|
name:
|
|
12701
12701
|
type: string
|
|
12702
12702
|
nullable: true
|
|
@@ -13056,7 +13056,7 @@ paths:
|
|
|
13056
13056
|
allOf:
|
|
13057
13057
|
- title: ForAttentionOf
|
|
13058
13058
|
type: object
|
|
13059
|
-
properties: *
|
|
13059
|
+
properties: *ref_59
|
|
13060
13060
|
email:
|
|
13061
13061
|
type: string
|
|
13062
13062
|
nullable: true
|
|
@@ -13089,7 +13089,7 @@ paths:
|
|
|
13089
13089
|
allOf:
|
|
13090
13090
|
- title: LineItemResponse
|
|
13091
13091
|
type: object
|
|
13092
|
-
properties: *
|
|
13092
|
+
properties: *ref_60
|
|
13093
13093
|
- type: object
|
|
13094
13094
|
properties:
|
|
13095
13095
|
product_category:
|
|
@@ -13102,9 +13102,9 @@ paths:
|
|
|
13102
13102
|
unit_price:
|
|
13103
13103
|
allOf:
|
|
13104
13104
|
- title: AmountWithTax
|
|
13105
|
-
required: *
|
|
13105
|
+
required: *ref_61
|
|
13106
13106
|
type: object
|
|
13107
|
-
properties: *
|
|
13107
|
+
properties: *ref_62
|
|
13108
13108
|
- type: object
|
|
13109
13109
|
withheld_tax:
|
|
13110
13110
|
type: object
|
|
@@ -13389,7 +13389,7 @@ paths:
|
|
|
13389
13389
|
data:
|
|
13390
13390
|
title: Download
|
|
13391
13391
|
type: object
|
|
13392
|
-
properties: *
|
|
13392
|
+
properties: *ref_63
|
|
13393
13393
|
- example:
|
|
13394
13394
|
data:
|
|
13395
13395
|
location: https://cdn.teamleader.eu/file
|
|
@@ -13460,9 +13460,9 @@ paths:
|
|
|
13460
13460
|
properties: *ref_20
|
|
13461
13461
|
currency:
|
|
13462
13462
|
title: Currency
|
|
13463
|
-
required: *
|
|
13463
|
+
required: *ref_64
|
|
13464
13464
|
type: object
|
|
13465
|
-
properties: *
|
|
13465
|
+
properties: *ref_65
|
|
13466
13466
|
project_id:
|
|
13467
13467
|
type: string
|
|
13468
13468
|
example: 624ca743-8998-4f8c-add1-c427bb022166
|
|
@@ -13601,9 +13601,9 @@ paths:
|
|
|
13601
13601
|
properties: *ref_20
|
|
13602
13602
|
currency:
|
|
13603
13603
|
title: Currency
|
|
13604
|
-
required: *
|
|
13604
|
+
required: *ref_64
|
|
13605
13605
|
type: object
|
|
13606
|
-
properties: *
|
|
13606
|
+
properties: *ref_65
|
|
13607
13607
|
project_id:
|
|
13608
13608
|
type: string
|
|
13609
13609
|
example: 624ca743-8998-4f8c-add1-c427bb022166
|
|
@@ -14682,7 +14682,7 @@ paths:
|
|
|
14682
14682
|
allOf:
|
|
14683
14683
|
- title: LineItemResponse
|
|
14684
14684
|
type: object
|
|
14685
|
-
properties: *
|
|
14685
|
+
properties: *ref_60
|
|
14686
14686
|
- type: object
|
|
14687
14687
|
properties:
|
|
14688
14688
|
extended_description:
|
|
@@ -14970,7 +14970,7 @@ paths:
|
|
|
14970
14970
|
data:
|
|
14971
14971
|
title: Download
|
|
14972
14972
|
type: object
|
|
14973
|
-
properties: *
|
|
14973
|
+
properties: *ref_63
|
|
14974
14974
|
- example:
|
|
14975
14975
|
data:
|
|
14976
14976
|
location: https://cdn.teamleader.eu/file
|
|
@@ -15172,7 +15172,7 @@ paths:
|
|
|
15172
15172
|
allOf:
|
|
15173
15173
|
- title: ForAttentionOf
|
|
15174
15174
|
type: object
|
|
15175
|
-
properties: *
|
|
15175
|
+
properties: *ref_59
|
|
15176
15176
|
project:
|
|
15177
15177
|
type: object
|
|
15178
15178
|
nullable: true
|
|
@@ -15384,7 +15384,7 @@ paths:
|
|
|
15384
15384
|
allOf:
|
|
15385
15385
|
- title: LineItemResponse
|
|
15386
15386
|
type: object
|
|
15387
|
-
properties: *
|
|
15387
|
+
properties: *ref_60
|
|
15388
15388
|
- type: object
|
|
15389
15389
|
properties:
|
|
15390
15390
|
product_category:
|
|
@@ -15397,9 +15397,9 @@ paths:
|
|
|
15397
15397
|
unit_price:
|
|
15398
15398
|
allOf:
|
|
15399
15399
|
- title: AmountWithTax
|
|
15400
|
-
required: *
|
|
15400
|
+
required: *ref_61
|
|
15401
15401
|
type: object
|
|
15402
|
-
properties: *
|
|
15402
|
+
properties: *ref_62
|
|
15403
15403
|
- type: object
|
|
15404
15404
|
withheld_tax:
|
|
15405
15405
|
type: object
|
|
@@ -21842,7 +21842,7 @@ paths:
|
|
|
21842
21842
|
allOf:
|
|
21843
21843
|
- title: Time
|
|
21844
21844
|
type: object
|
|
21845
|
-
properties: *
|
|
21845
|
+
properties: *ref_51
|
|
21846
21846
|
- properties:
|
|
21847
21847
|
unit:
|
|
21848
21848
|
type: string
|
|
@@ -21856,7 +21856,7 @@ paths:
|
|
|
21856
21856
|
allOf:
|
|
21857
21857
|
- title: Time
|
|
21858
21858
|
type: object
|
|
21859
|
-
properties: *
|
|
21859
|
+
properties: *ref_51
|
|
21860
21860
|
- properties:
|
|
21861
21861
|
unit:
|
|
21862
21862
|
type: string
|
|
@@ -21869,7 +21869,7 @@ paths:
|
|
|
21869
21869
|
allOf:
|
|
21870
21870
|
- title: Time
|
|
21871
21871
|
type: object
|
|
21872
|
-
properties: *
|
|
21872
|
+
properties: *ref_51
|
|
21873
21873
|
- properties:
|
|
21874
21874
|
unit:
|
|
21875
21875
|
type: string
|
|
@@ -22030,7 +22030,7 @@ paths:
|
|
|
22030
22030
|
allOf:
|
|
22031
22031
|
- title: Assignee
|
|
22032
22032
|
type: object
|
|
22033
|
-
properties: *
|
|
22033
|
+
properties: *ref_58
|
|
22034
22034
|
- type: object
|
|
22035
22035
|
properties:
|
|
22036
22036
|
type:
|
|
@@ -22364,7 +22364,7 @@ paths:
|
|
|
22364
22364
|
allOf:
|
|
22365
22365
|
- title: Time
|
|
22366
22366
|
type: object
|
|
22367
|
-
properties: *
|
|
22367
|
+
properties: *ref_51
|
|
22368
22368
|
- properties:
|
|
22369
22369
|
unit:
|
|
22370
22370
|
type: string
|
|
@@ -22377,7 +22377,7 @@ paths:
|
|
|
22377
22377
|
allOf:
|
|
22378
22378
|
- title: Time
|
|
22379
22379
|
type: object
|
|
22380
|
-
properties: *
|
|
22380
|
+
properties: *ref_51
|
|
22381
22381
|
- properties:
|
|
22382
22382
|
unit:
|
|
22383
22383
|
type: string
|
|
@@ -22844,7 +22844,7 @@ paths:
|
|
|
22844
22844
|
allOf:
|
|
22845
22845
|
- title: Time
|
|
22846
22846
|
type: object
|
|
22847
|
-
properties: *
|
|
22847
|
+
properties: *ref_51
|
|
22848
22848
|
- properties:
|
|
22849
22849
|
unit:
|
|
22850
22850
|
type: string
|
|
@@ -22924,7 +22924,7 @@ paths:
|
|
|
22924
22924
|
allOf:
|
|
22925
22925
|
- title: Assignee
|
|
22926
22926
|
type: object
|
|
22927
|
-
properties: *
|
|
22927
|
+
properties: *ref_58
|
|
22928
22928
|
- type: object
|
|
22929
22929
|
required:
|
|
22930
22930
|
- type
|
|
@@ -22952,7 +22952,7 @@ paths:
|
|
|
22952
22952
|
allOf:
|
|
22953
22953
|
- title: Time
|
|
22954
22954
|
type: object
|
|
22955
|
-
properties: *
|
|
22955
|
+
properties: *ref_51
|
|
22956
22956
|
- properties:
|
|
22957
22957
|
unit:
|
|
22958
22958
|
type: string
|
|
@@ -23169,7 +23169,7 @@ paths:
|
|
|
23169
23169
|
allOf:
|
|
23170
23170
|
- title: Time
|
|
23171
23171
|
type: object
|
|
23172
|
-
properties: *
|
|
23172
|
+
properties: *ref_51
|
|
23173
23173
|
- properties:
|
|
23174
23174
|
unit:
|
|
23175
23175
|
type: string
|
|
@@ -23262,7 +23262,7 @@ paths:
|
|
|
23262
23262
|
allOf:
|
|
23263
23263
|
- title: Time
|
|
23264
23264
|
type: object
|
|
23265
|
-
properties: *
|
|
23265
|
+
properties: *ref_51
|
|
23266
23266
|
- properties:
|
|
23267
23267
|
unit:
|
|
23268
23268
|
type: string
|
|
@@ -23687,7 +23687,7 @@ paths:
|
|
|
23687
23687
|
allOf:
|
|
23688
23688
|
- title: Assignee
|
|
23689
23689
|
type: object
|
|
23690
|
-
properties: *
|
|
23690
|
+
properties: *ref_58
|
|
23691
23691
|
- type: object
|
|
23692
23692
|
required:
|
|
23693
23693
|
- type
|
|
@@ -23743,7 +23743,7 @@ paths:
|
|
|
23743
23743
|
allOf:
|
|
23744
23744
|
- title: Assignee
|
|
23745
23745
|
type: object
|
|
23746
|
-
properties: *
|
|
23746
|
+
properties: *ref_58
|
|
23747
23747
|
- type: object
|
|
23748
23748
|
required:
|
|
23749
23749
|
- type
|
|
@@ -24203,7 +24203,7 @@ paths:
|
|
|
24203
24203
|
allOf:
|
|
24204
24204
|
- title: Assignee
|
|
24205
24205
|
type: object
|
|
24206
|
-
properties: *
|
|
24206
|
+
properties: *ref_58
|
|
24207
24207
|
- type: object
|
|
24208
24208
|
required:
|
|
24209
24209
|
- type
|
|
@@ -24567,7 +24567,7 @@ paths:
|
|
|
24567
24567
|
allOf:
|
|
24568
24568
|
- title: Time
|
|
24569
24569
|
type: object
|
|
24570
|
-
properties: *
|
|
24570
|
+
properties: *ref_51
|
|
24571
24571
|
- properties:
|
|
24572
24572
|
unit:
|
|
24573
24573
|
enum:
|
|
@@ -24580,7 +24580,7 @@ paths:
|
|
|
24580
24580
|
allOf:
|
|
24581
24581
|
- title: Time
|
|
24582
24582
|
type: object
|
|
24583
|
-
properties: *
|
|
24583
|
+
properties: *ref_51
|
|
24584
24584
|
- properties:
|
|
24585
24585
|
unit:
|
|
24586
24586
|
enum:
|
|
@@ -24879,7 +24879,7 @@ paths:
|
|
|
24879
24879
|
allOf:
|
|
24880
24880
|
- title: Time
|
|
24881
24881
|
type: object
|
|
24882
|
-
properties: *
|
|
24882
|
+
properties: *ref_51
|
|
24883
24883
|
- properties:
|
|
24884
24884
|
unit:
|
|
24885
24885
|
enum:
|
|
@@ -24892,7 +24892,7 @@ paths:
|
|
|
24892
24892
|
allOf:
|
|
24893
24893
|
- title: Time
|
|
24894
24894
|
type: object
|
|
24895
|
-
properties: *
|
|
24895
|
+
properties: *ref_51
|
|
24896
24896
|
- properties:
|
|
24897
24897
|
unit:
|
|
24898
24898
|
enum:
|
|
@@ -25091,7 +25091,7 @@ paths:
|
|
|
25091
25091
|
allOf:
|
|
25092
25092
|
- title: Assignee
|
|
25093
25093
|
type: object
|
|
25094
|
-
properties: *
|
|
25094
|
+
properties: *ref_58
|
|
25095
25095
|
- type: object
|
|
25096
25096
|
required:
|
|
25097
25097
|
- type
|
|
@@ -25422,7 +25422,7 @@ paths:
|
|
|
25422
25422
|
allOf:
|
|
25423
25423
|
- title: Assignee
|
|
25424
25424
|
type: object
|
|
25425
|
-
properties: *
|
|
25425
|
+
properties: *ref_58
|
|
25426
25426
|
- type: object
|
|
25427
25427
|
required:
|
|
25428
25428
|
- type
|
|
@@ -25478,7 +25478,7 @@ paths:
|
|
|
25478
25478
|
allOf:
|
|
25479
25479
|
- title: Assignee
|
|
25480
25480
|
type: object
|
|
25481
|
-
properties: *
|
|
25481
|
+
properties: *ref_58
|
|
25482
25482
|
- type: object
|
|
25483
25483
|
required:
|
|
25484
25484
|
- type
|
|
@@ -25761,7 +25761,7 @@ paths:
|
|
|
25761
25761
|
allOf:
|
|
25762
25762
|
- title: Time
|
|
25763
25763
|
type: object
|
|
25764
|
-
properties: *
|
|
25764
|
+
properties: *ref_51
|
|
25765
25765
|
- properties:
|
|
25766
25766
|
unit:
|
|
25767
25767
|
enum:
|
|
@@ -25774,7 +25774,7 @@ paths:
|
|
|
25774
25774
|
allOf:
|
|
25775
25775
|
- title: Time
|
|
25776
25776
|
type: object
|
|
25777
|
-
properties: *
|
|
25777
|
+
properties: *ref_51
|
|
25778
25778
|
- properties:
|
|
25779
25779
|
unit:
|
|
25780
25780
|
enum:
|
|
@@ -26152,7 +26152,7 @@ paths:
|
|
|
26152
26152
|
allOf:
|
|
26153
26153
|
- title: Time
|
|
26154
26154
|
type: object
|
|
26155
|
-
properties: *
|
|
26155
|
+
properties: *ref_51
|
|
26156
26156
|
- properties:
|
|
26157
26157
|
unit:
|
|
26158
26158
|
enum:
|
|
@@ -26165,7 +26165,7 @@ paths:
|
|
|
26165
26165
|
allOf:
|
|
26166
26166
|
- title: Time
|
|
26167
26167
|
type: object
|
|
26168
|
-
properties: *
|
|
26168
|
+
properties: *ref_51
|
|
26169
26169
|
- properties:
|
|
26170
26170
|
unit:
|
|
26171
26171
|
enum:
|
|
@@ -26416,7 +26416,7 @@ paths:
|
|
|
26416
26416
|
allOf:
|
|
26417
26417
|
- title: Time
|
|
26418
26418
|
type: object
|
|
26419
|
-
properties: *
|
|
26419
|
+
properties: *ref_51
|
|
26420
26420
|
- properties:
|
|
26421
26421
|
value:
|
|
26422
26422
|
type: number
|
|
@@ -26437,7 +26437,7 @@ paths:
|
|
|
26437
26437
|
allOf:
|
|
26438
26438
|
- title: Assignee
|
|
26439
26439
|
type: object
|
|
26440
|
-
properties: *
|
|
26440
|
+
properties: *ref_58
|
|
26441
26441
|
- type: object
|
|
26442
26442
|
required:
|
|
26443
26443
|
- type
|
|
@@ -26634,7 +26634,7 @@ paths:
|
|
|
26634
26634
|
allOf:
|
|
26635
26635
|
- title: Time
|
|
26636
26636
|
type: object
|
|
26637
|
-
properties: *
|
|
26637
|
+
properties: *ref_51
|
|
26638
26638
|
- properties:
|
|
26639
26639
|
value:
|
|
26640
26640
|
type: number
|
|
@@ -26827,7 +26827,7 @@ paths:
|
|
|
26827
26827
|
allOf:
|
|
26828
26828
|
- title: Assignee
|
|
26829
26829
|
type: object
|
|
26830
|
-
properties: *
|
|
26830
|
+
properties: *ref_58
|
|
26831
26831
|
- type: object
|
|
26832
26832
|
required:
|
|
26833
26833
|
- type
|
|
@@ -26883,7 +26883,7 @@ paths:
|
|
|
26883
26883
|
allOf:
|
|
26884
26884
|
- title: Assignee
|
|
26885
26885
|
type: object
|
|
26886
|
-
properties: *
|
|
26886
|
+
properties: *ref_58
|
|
26887
26887
|
- type: object
|
|
26888
26888
|
required:
|
|
26889
26889
|
- type
|
|
@@ -27717,7 +27717,7 @@ paths:
|
|
|
27717
27717
|
allOf:
|
|
27718
27718
|
- title: Assignee
|
|
27719
27719
|
type: object
|
|
27720
|
-
properties: *
|
|
27720
|
+
properties: *ref_58
|
|
27721
27721
|
- type: object
|
|
27722
27722
|
required:
|
|
27723
27723
|
- type
|
|
@@ -28087,7 +28087,7 @@ paths:
|
|
|
28087
28087
|
allOf:
|
|
28088
28088
|
- title: Assignee
|
|
28089
28089
|
type: object
|
|
28090
|
-
properties: *
|
|
28090
|
+
properties: *ref_58
|
|
28091
28091
|
- type: object
|
|
28092
28092
|
required:
|
|
28093
28093
|
- type
|
|
@@ -28143,7 +28143,7 @@ paths:
|
|
|
28143
28143
|
allOf:
|
|
28144
28144
|
- title: Assignee
|
|
28145
28145
|
type: object
|
|
28146
|
-
properties: *
|
|
28146
|
+
properties: *ref_58
|
|
28147
28147
|
- type: object
|
|
28148
28148
|
required:
|
|
28149
28149
|
- type
|
|
@@ -28288,7 +28288,7 @@ paths:
|
|
|
28288
28288
|
estimated_duration:
|
|
28289
28289
|
title: DurationInMinutes
|
|
28290
28290
|
type: object
|
|
28291
|
-
properties: *
|
|
28291
|
+
properties: *ref_52
|
|
28292
28292
|
work_type:
|
|
28293
28293
|
type: object
|
|
28294
28294
|
nullable: true
|
|
@@ -28303,7 +28303,7 @@ paths:
|
|
|
28303
28303
|
allOf:
|
|
28304
28304
|
- title: Assignee
|
|
28305
28305
|
type: object
|
|
28306
|
-
properties: *
|
|
28306
|
+
properties: *ref_58
|
|
28307
28307
|
- type: object
|
|
28308
28308
|
properties:
|
|
28309
28309
|
type:
|
|
@@ -28493,7 +28493,7 @@ paths:
|
|
|
28493
28493
|
estimated_duration:
|
|
28494
28494
|
title: DurationInMinutes
|
|
28495
28495
|
type: object
|
|
28496
|
-
properties: *
|
|
28496
|
+
properties: *ref_52
|
|
28497
28497
|
work_type:
|
|
28498
28498
|
type: object
|
|
28499
28499
|
nullable: true
|
|
@@ -28508,7 +28508,7 @@ paths:
|
|
|
28508
28508
|
allOf:
|
|
28509
28509
|
- title: Assignee
|
|
28510
28510
|
type: object
|
|
28511
|
-
properties: *
|
|
28511
|
+
properties: *ref_58
|
|
28512
28512
|
- type: object
|
|
28513
28513
|
properties:
|
|
28514
28514
|
type:
|
|
@@ -28693,7 +28693,7 @@ paths:
|
|
|
28693
28693
|
estimated_duration:
|
|
28694
28694
|
title: DurationInMinutes
|
|
28695
28695
|
type: object
|
|
28696
|
-
properties: *
|
|
28696
|
+
properties: *ref_52
|
|
28697
28697
|
assignee:
|
|
28698
28698
|
type: object
|
|
28699
28699
|
nullable: true
|
|
@@ -28701,7 +28701,7 @@ paths:
|
|
|
28701
28701
|
allOf:
|
|
28702
28702
|
- title: Assignee
|
|
28703
28703
|
type: object
|
|
28704
|
-
properties: *
|
|
28704
|
+
properties: *ref_58
|
|
28705
28705
|
- type: object
|
|
28706
28706
|
properties:
|
|
28707
28707
|
type:
|
|
@@ -28799,7 +28799,7 @@ paths:
|
|
|
28799
28799
|
estimated_duration:
|
|
28800
28800
|
title: DurationInMinutes
|
|
28801
28801
|
type: object
|
|
28802
|
-
properties: *
|
|
28802
|
+
properties: *ref_52
|
|
28803
28803
|
assignee:
|
|
28804
28804
|
type: object
|
|
28805
28805
|
nullable: true
|
|
@@ -28807,7 +28807,7 @@ paths:
|
|
|
28807
28807
|
allOf:
|
|
28808
28808
|
- title: Assignee
|
|
28809
28809
|
type: object
|
|
28810
|
-
properties: *
|
|
28810
|
+
properties: *ref_58
|
|
28811
28811
|
- type: object
|
|
28812
28812
|
properties:
|
|
28813
28813
|
type:
|
|
@@ -30241,7 +30241,7 @@ paths:
|
|
|
30241
30241
|
allOf:
|
|
30242
30242
|
- title: Assignee
|
|
30243
30243
|
type: object
|
|
30244
|
-
properties: *
|
|
30244
|
+
properties: *ref_58
|
|
30245
30245
|
created_at:
|
|
30246
30246
|
type: string
|
|
30247
30247
|
example: '2017-05-09T11:25:11+00:00'
|
|
@@ -30393,7 +30393,7 @@ paths:
|
|
|
30393
30393
|
allOf:
|
|
30394
30394
|
- title: Assignee
|
|
30395
30395
|
type: object
|
|
30396
|
-
properties: *
|
|
30396
|
+
properties: *ref_58
|
|
30397
30397
|
created_at:
|
|
30398
30398
|
type: string
|
|
30399
30399
|
example: '2017-05-09T11:25:11+00:00'
|
|
@@ -30543,7 +30543,7 @@ paths:
|
|
|
30543
30543
|
allOf:
|
|
30544
30544
|
- title: Assignee
|
|
30545
30545
|
type: object
|
|
30546
|
-
properties: *
|
|
30546
|
+
properties: *ref_58
|
|
30547
30547
|
- type: object
|
|
30548
30548
|
required:
|
|
30549
30549
|
- type
|
|
@@ -30703,7 +30703,7 @@ paths:
|
|
|
30703
30703
|
allOf:
|
|
30704
30704
|
- title: Assignee
|
|
30705
30705
|
type: object
|
|
30706
|
-
properties: *
|
|
30706
|
+
properties: *ref_58
|
|
30707
30707
|
- type: object
|
|
30708
30708
|
required:
|
|
30709
30709
|
- type
|
|
@@ -32294,7 +32294,7 @@ paths:
|
|
|
32294
32294
|
allOf:
|
|
32295
32295
|
- title: LineItemResponse
|
|
32296
32296
|
type: object
|
|
32297
|
-
properties: *
|
|
32297
|
+
properties: *ref_60
|
|
32298
32298
|
- type: object
|
|
32299
32299
|
properties:
|
|
32300
32300
|
product_category:
|
|
@@ -32307,9 +32307,9 @@ paths:
|
|
|
32307
32307
|
unit_price:
|
|
32308
32308
|
allOf:
|
|
32309
32309
|
- title: AmountWithTax
|
|
32310
|
-
required: *
|
|
32310
|
+
required: *ref_61
|
|
32311
32311
|
type: object
|
|
32312
|
-
properties: *
|
|
32312
|
+
properties: *ref_62
|
|
32313
32313
|
- type: object
|
|
32314
32314
|
project:
|
|
32315
32315
|
type: object
|
|
@@ -33071,7 +33071,7 @@ paths:
|
|
|
33071
33071
|
allOf:
|
|
33072
33072
|
- title: Assignee
|
|
33073
33073
|
type: object
|
|
33074
|
-
properties: *
|
|
33074
|
+
properties: *ref_58
|
|
33075
33075
|
- type: object
|
|
33076
33076
|
required:
|
|
33077
33077
|
- type
|
|
@@ -33369,7 +33369,7 @@ paths:
|
|
|
33369
33369
|
allOf:
|
|
33370
33370
|
- title: Assignee
|
|
33371
33371
|
type: object
|
|
33372
|
-
properties: *
|
|
33372
|
+
properties: *ref_58
|
|
33373
33373
|
- type: object
|
|
33374
33374
|
required:
|
|
33375
33375
|
- type
|
|
@@ -33460,7 +33460,7 @@ paths:
|
|
|
33460
33460
|
allOf:
|
|
33461
33461
|
- title: Assignee
|
|
33462
33462
|
type: object
|
|
33463
|
-
properties: *
|
|
33463
|
+
properties: *ref_58
|
|
33464
33464
|
- type: object
|
|
33465
33465
|
required:
|
|
33466
33466
|
- type
|
|
@@ -33549,7 +33549,7 @@ paths:
|
|
|
33549
33549
|
allOf:
|
|
33550
33550
|
- title: Assignee
|
|
33551
33551
|
type: object
|
|
33552
|
-
properties: *
|
|
33552
|
+
properties: *ref_58
|
|
33553
33553
|
- type: object
|
|
33554
33554
|
required:
|
|
33555
33555
|
- type
|
|
@@ -33638,7 +33638,7 @@ paths:
|
|
|
33638
33638
|
allOf:
|
|
33639
33639
|
- title: Assignee
|
|
33640
33640
|
type: object
|
|
33641
|
-
properties: *
|
|
33641
|
+
properties: *ref_58
|
|
33642
33642
|
- type: object
|
|
33643
33643
|
required:
|
|
33644
33644
|
- type
|
|
@@ -33742,7 +33742,7 @@ paths:
|
|
|
33742
33742
|
allOf:
|
|
33743
33743
|
- title: Assignee
|
|
33744
33744
|
type: object
|
|
33745
|
-
properties: *
|
|
33745
|
+
properties: *ref_58
|
|
33746
33746
|
- type: object
|
|
33747
33747
|
required:
|
|
33748
33748
|
- type
|
|
@@ -33890,7 +33890,7 @@ paths:
|
|
|
33890
33890
|
allOf:
|
|
33891
33891
|
- title: Assignee
|
|
33892
33892
|
type: object
|
|
33893
|
-
properties: *
|
|
33893
|
+
properties: *ref_58
|
|
33894
33894
|
- type: object
|
|
33895
33895
|
required:
|
|
33896
33896
|
- type
|
|
@@ -34359,9 +34359,9 @@ components:
|
|
|
34359
34359
|
properties: *ref_191
|
|
34360
34360
|
AddressRequest:
|
|
34361
34361
|
title: AddressRequest
|
|
34362
|
-
required: *
|
|
34362
|
+
required: *ref_54
|
|
34363
34363
|
type: object
|
|
34364
|
-
properties: *
|
|
34364
|
+
properties: *ref_55
|
|
34365
34365
|
AddressesRequest:
|
|
34366
34366
|
title: AddressesRequest
|
|
34367
34367
|
type: object
|
|
@@ -34718,7 +34718,7 @@ components:
|
|
|
34718
34718
|
LineItemResponse:
|
|
34719
34719
|
title: LineItemResponse
|
|
34720
34720
|
type: object
|
|
34721
|
-
properties: *
|
|
34721
|
+
properties: *ref_60
|
|
34722
34722
|
MoneyWithTax:
|
|
34723
34723
|
title: MoneyWithTax
|
|
34724
34724
|
allOf: *ref_75
|
|
@@ -34746,21 +34746,16 @@ components:
|
|
|
34746
34746
|
Download:
|
|
34747
34747
|
title: Download
|
|
34748
34748
|
type: object
|
|
34749
|
-
properties: *
|
|
34749
|
+
properties: *ref_63
|
|
34750
34750
|
quotations.download.response:
|
|
34751
34751
|
title: quotations.download.response
|
|
34752
34752
|
type: object
|
|
34753
34753
|
properties: *ref_295
|
|
34754
|
-
Currency:
|
|
34755
|
-
title: Currency
|
|
34756
|
-
required: *ref_49
|
|
34757
|
-
type: object
|
|
34758
|
-
properties: *ref_50
|
|
34759
34754
|
AmountWithTax:
|
|
34760
34755
|
title: AmountWithTax
|
|
34761
|
-
required: *
|
|
34756
|
+
required: *ref_61
|
|
34762
34757
|
type: object
|
|
34763
|
-
properties: *
|
|
34758
|
+
properties: *ref_62
|
|
34764
34759
|
LineItemRequest:
|
|
34765
34760
|
title: LineItemRequest
|
|
34766
34761
|
required: *ref_66
|
|
@@ -34768,9 +34763,9 @@ components:
|
|
|
34768
34763
|
properties: *ref_67
|
|
34769
34764
|
QuotationsGroupedLinesRequest:
|
|
34770
34765
|
title: QuotationsGroupedLinesRequest
|
|
34771
|
-
required: *
|
|
34766
|
+
required: *ref_49
|
|
34772
34767
|
type: object
|
|
34773
|
-
properties: *
|
|
34768
|
+
properties: *ref_50
|
|
34774
34769
|
quotations.create.request:
|
|
34775
34770
|
title: quotations.create.request
|
|
34776
34771
|
required: *ref_296
|
|
@@ -34804,6 +34799,11 @@ components:
|
|
|
34804
34799
|
required: *ref_304
|
|
34805
34800
|
type: object
|
|
34806
34801
|
properties: *ref_305
|
|
34802
|
+
Currency:
|
|
34803
|
+
title: Currency
|
|
34804
|
+
required: *ref_64
|
|
34805
|
+
type: object
|
|
34806
|
+
properties: *ref_65
|
|
34807
34807
|
quotations.update.request:
|
|
34808
34808
|
title: quotations.update.request
|
|
34809
34809
|
required: *ref_306
|
|
@@ -34826,15 +34826,15 @@ components:
|
|
|
34826
34826
|
DurationInMinutes:
|
|
34827
34827
|
title: DurationInMinutes
|
|
34828
34828
|
type: object
|
|
34829
|
-
properties: *
|
|
34829
|
+
properties: *ref_52
|
|
34830
34830
|
Time:
|
|
34831
34831
|
title: Time
|
|
34832
34832
|
type: object
|
|
34833
|
-
properties: *
|
|
34833
|
+
properties: *ref_51
|
|
34834
34834
|
Attendees:
|
|
34835
34835
|
title: Attendees
|
|
34836
34836
|
type: object
|
|
34837
|
-
properties: *
|
|
34837
|
+
properties: *ref_53
|
|
34838
34838
|
meetings.list.response:
|
|
34839
34839
|
title: meetings.list.response
|
|
34840
34840
|
type: object
|
|
@@ -34854,7 +34854,7 @@ components:
|
|
|
34854
34854
|
properties: *ref_317
|
|
34855
34855
|
MeetingsLocationRequest:
|
|
34856
34856
|
title: MeetingsLocationRequest
|
|
34857
|
-
oneOf: *
|
|
34857
|
+
oneOf: *ref_56
|
|
34858
34858
|
meetings.schedule.request:
|
|
34859
34859
|
title: meetings.schedule.request
|
|
34860
34860
|
required: *ref_318
|
|
@@ -34895,7 +34895,7 @@ components:
|
|
|
34895
34895
|
Participant:
|
|
34896
34896
|
title: Participant
|
|
34897
34897
|
type: object
|
|
34898
|
-
properties: *
|
|
34898
|
+
properties: *ref_57
|
|
34899
34899
|
calls.list.response:
|
|
34900
34900
|
title: calls.list.response
|
|
34901
34901
|
type: object
|
|
@@ -34912,7 +34912,7 @@ components:
|
|
|
34912
34912
|
Assignee:
|
|
34913
34913
|
title: Assignee
|
|
34914
34914
|
type: object
|
|
34915
|
-
properties: *
|
|
34915
|
+
properties: *ref_58
|
|
34916
34916
|
calls.add.request:
|
|
34917
34917
|
title: calls.add.request
|
|
34918
34918
|
required: *ref_335
|
|
@@ -35001,7 +35001,7 @@ components:
|
|
|
35001
35001
|
ForAttentionOf:
|
|
35002
35002
|
title: ForAttentionOf
|
|
35003
35003
|
type: object
|
|
35004
|
-
properties: *
|
|
35004
|
+
properties: *ref_59
|
|
35005
35005
|
InvoicesListInvoicee:
|
|
35006
35006
|
title: InvoicesListInvoicee
|
|
35007
35007
|
type: object
|
|
@@ -3,7 +3,7 @@ info:
|
|
|
3
3
|
title: Teamleader API
|
|
4
4
|
description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
|
|
5
5
|
contact: {}
|
|
6
|
-
version: 1.
|
|
6
|
+
version: 1.190.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -21503,17 +21503,6 @@ components:
|
|
|
21503
21503
|
properties:
|
|
21504
21504
|
data:
|
|
21505
21505
|
$ref: '#/components/schemas/Download'
|
|
21506
|
-
Currency:
|
|
21507
|
-
title: Currency
|
|
21508
|
-
required:
|
|
21509
|
-
- code
|
|
21510
|
-
type: object
|
|
21511
|
-
properties:
|
|
21512
|
-
code:
|
|
21513
|
-
$ref: '#/components/schemas/CurrencyCode'
|
|
21514
|
-
exchange_rate:
|
|
21515
|
-
type: number
|
|
21516
|
-
example: 1.1238
|
|
21517
21506
|
AmountWithTax:
|
|
21518
21507
|
title: AmountWithTax
|
|
21519
21508
|
required:
|
|
@@ -21619,7 +21608,7 @@ components:
|
|
|
21619
21608
|
type: string
|
|
21620
21609
|
example: cef01135-7e51-4f6f-a6eb-6e5e5a885ac8
|
|
21621
21610
|
currency:
|
|
21622
|
-
$ref: '#/components/schemas/
|
|
21611
|
+
$ref: '#/components/schemas/CurrencyWithRequiredExchangeRate'
|
|
21623
21612
|
grouped_lines:
|
|
21624
21613
|
type: array
|
|
21625
21614
|
items:
|
|
@@ -21798,6 +21787,17 @@ components:
|
|
|
21798
21787
|
description: an array of file ids
|
|
21799
21788
|
language:
|
|
21800
21789
|
$ref: '#/components/schemas/QuotationLanguage'
|
|
21790
|
+
Currency:
|
|
21791
|
+
title: Currency
|
|
21792
|
+
required:
|
|
21793
|
+
- code
|
|
21794
|
+
type: object
|
|
21795
|
+
properties:
|
|
21796
|
+
code:
|
|
21797
|
+
$ref: '#/components/schemas/CurrencyCode'
|
|
21798
|
+
exchange_rate:
|
|
21799
|
+
type: number
|
|
21800
|
+
example: 1.1238
|
|
21801
21801
|
quotations.update.request:
|
|
21802
21802
|
title: quotations.update.request
|
|
21803
21803
|
required:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamleader/focus-api-specification",
|
|
3
3
|
"description": "Teamleader Focus API Specification",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.190.0",
|
|
5
5
|
"author": "Teamleader <development@teamleader.eu> (https://www.teamleader.eu)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/teamleadercrm/focus-api-specification/issues"
|