@teamleader/focus-api-specification 1.99.0 → 1.101.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.99.0
6
+ version: 1.101.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -7478,10 +7478,12 @@ paths:
7478
7478
  items:
7479
7479
  type: string
7480
7480
  status:
7481
- type: string
7482
- enum:
7483
- - open
7484
- - pending_deletion
7481
+ type: array
7482
+ items:
7483
+ type: string
7484
+ enum:
7485
+ - open
7486
+ - pending_deletion
7485
7487
  page:
7486
7488
  title: Page
7487
7489
  type: object
@@ -15828,31 +15830,9 @@ paths:
15828
15830
  requestBody:
15829
15831
  content:
15830
15832
  application/json:
15831
- example:
15832
- filter:
15833
- term: search terms
15834
- source_types:
15835
- - incomingInvoice
15836
- - incomingCreditNote
15837
- - receipt
15838
- review_statuses:
15839
- - pending
15840
- - approved
15841
- - refused
15842
- bookkeeping_statuses:
15843
- - sent
15844
- - not_sent
15845
- document_date:
15846
- operator: is_empty
15847
- value: YYYY-MM-DD
15848
- start: YYYY-MM-DD
15849
- end: YYYY-MM-DD
15850
- page:
15851
- size: 20
15852
- number: 1
15853
15833
  schema:
15854
15834
  type: object
15855
- properties:
15835
+ properties: &ref_440
15856
15836
  filter:
15857
15837
  type: object
15858
15838
  properties:
@@ -15885,6 +15865,33 @@ paths:
15885
15865
  enum:
15886
15866
  - sent
15887
15867
  - not_sent
15868
+ payment_statuses:
15869
+ type: array
15870
+ description: Filters by one or more payment statuses
15871
+ items:
15872
+ type: string
15873
+ enum:
15874
+ - paid
15875
+ - unpaid
15876
+ department_ids:
15877
+ type: array
15878
+ description: Filters by one or more department IDs
15879
+ items:
15880
+ type: string
15881
+ supplier:
15882
+ type: object
15883
+ description: Filters by a specific supplier
15884
+ properties:
15885
+ type:
15886
+ type: string
15887
+ enum:
15888
+ - company
15889
+ - contact
15890
+ id:
15891
+ type: string
15892
+ required:
15893
+ - type
15894
+ - id
15888
15895
  document_date:
15889
15896
  type: object
15890
15897
  properties:
@@ -15907,6 +15914,29 @@ paths:
15907
15914
  description: Required if operator is `between`
15908
15915
  required:
15909
15916
  - operator
15917
+ paid_at:
15918
+ type: object
15919
+ description: Filters by payment date
15920
+ properties:
15921
+ operator:
15922
+ type: string
15923
+ enum:
15924
+ - is_empty
15925
+ - between
15926
+ - equals
15927
+ - before
15928
+ - after
15929
+ value:
15930
+ type: string
15931
+ description: Required if operator is `equals`, `before`, or `after`
15932
+ start:
15933
+ type: string
15934
+ description: Required if operator is `between`
15935
+ end:
15936
+ type: string
15937
+ description: Required if operator is `between`
15938
+ required:
15939
+ - operator
15910
15940
  page:
15911
15941
  type: object
15912
15942
  properties:
@@ -15916,6 +15946,58 @@ paths:
15916
15946
  number:
15917
15947
  type: number
15918
15948
  default: 1
15949
+ sort:
15950
+ type: array
15951
+ items:
15952
+ allOf:
15953
+ - title: Sort
15954
+ required: *ref_3
15955
+ type: object
15956
+ properties: *ref_4
15957
+ - type: object
15958
+ properties:
15959
+ field:
15960
+ enum:
15961
+ - document_date
15962
+ - due_date
15963
+ - supplier_name
15964
+ example:
15965
+ filter:
15966
+ term: search terms
15967
+ source_types:
15968
+ - incomingInvoice
15969
+ - incomingCreditNote
15970
+ - receipt
15971
+ review_statuses:
15972
+ - pending
15973
+ - approved
15974
+ - refused
15975
+ bookkeeping_statuses:
15976
+ - sent
15977
+ - not_sent
15978
+ payment_statuses:
15979
+ - paid
15980
+ - unpaid
15981
+ department_ids:
15982
+ - 018fcef1-4f96-7349-9f57-1c7857023c42
15983
+ supplier:
15984
+ type: company
15985
+ id: f29abf48-337d-44b4-aad4-585f5277a456
15986
+ document_date:
15987
+ operator: is_empty
15988
+ value: YYYY-MM-DD
15989
+ start: YYYY-MM-DD
15990
+ end: YYYY-MM-DD
15991
+ paid_at:
15992
+ operator: between
15993
+ start: YYYY-MM-DD
15994
+ end: YYYY-MM-DD
15995
+ page:
15996
+ size: 20
15997
+ number: 1
15998
+ sort:
15999
+ - field: document_date
16000
+ order: desc
15919
16001
  responses:
15920
16002
  '200':
15921
16003
  description: OK
@@ -15924,7 +16006,7 @@ paths:
15924
16006
  application/json:
15925
16007
  schema:
15926
16008
  type: object
15927
- properties:
16009
+ properties: &ref_441
15928
16010
  data:
15929
16011
  type: array
15930
16012
  items:
@@ -17446,7 +17528,7 @@ paths:
17446
17528
  allOf:
17447
17529
  - title: productCategories.listrequest
17448
17530
  type: object
17449
- properties: &ref_440
17531
+ properties: &ref_442
17450
17532
  filter:
17451
17533
  type: object
17452
17534
  properties:
@@ -17471,7 +17553,7 @@ paths:
17471
17553
  allOf:
17472
17554
  - title: productCategories.listresponse
17473
17555
  type: object
17474
- properties: &ref_441
17556
+ properties: &ref_443
17475
17557
  data:
17476
17558
  type: array
17477
17559
  items:
@@ -17532,7 +17614,7 @@ paths:
17532
17614
  allOf:
17533
17615
  - title: products.listrequest
17534
17616
  type: object
17535
- properties: &ref_442
17617
+ properties: &ref_444
17536
17618
  filter:
17537
17619
  type: object
17538
17620
  properties:
@@ -17582,7 +17664,7 @@ paths:
17582
17664
  allOf:
17583
17665
  - title: products.listresponse
17584
17666
  type: object
17585
- properties: &ref_443
17667
+ properties: &ref_445
17586
17668
  data:
17587
17669
  type: array
17588
17670
  items:
@@ -17699,10 +17781,10 @@ paths:
17699
17781
  schema:
17700
17782
  allOf:
17701
17783
  - title: products.inforequest
17702
- required: &ref_444
17784
+ required: &ref_446
17703
17785
  - id
17704
17786
  type: object
17705
- properties: &ref_445
17787
+ properties: &ref_447
17706
17788
  id:
17707
17789
  type: string
17708
17790
  example: 6fac0bf0-e803-424e-af67-76863a3d7d16
@@ -17727,7 +17809,7 @@ paths:
17727
17809
  allOf:
17728
17810
  - title: products.inforesponse
17729
17811
  type: object
17730
- properties: &ref_446
17812
+ properties: &ref_448
17731
17813
  data:
17732
17814
  type: object
17733
17815
  properties:
@@ -18018,11 +18100,11 @@ paths:
18018
18100
  example: d905ff57-e866-0f59-9d1e-1fd4538bfae1
18019
18101
  price:
18020
18102
  title: ProductPriceWrite
18021
- required: &ref_447
18103
+ required: &ref_449
18022
18104
  - amount
18023
18105
  - currency
18024
18106
  type: object
18025
- properties: &ref_448
18107
+ properties: &ref_450
18026
18108
  amount:
18027
18109
  type: number
18028
18110
  example: 100
@@ -18049,11 +18131,11 @@ paths:
18049
18131
  description: Only available when stock management feature is enabled
18050
18132
  allOf:
18051
18133
  - title: StockThreshold
18052
- required: &ref_449
18134
+ required: &ref_451
18053
18135
  - minimum
18054
18136
  - action
18055
18137
  type: object
18056
- properties: &ref_450
18138
+ properties: &ref_452
18057
18139
  minimum:
18058
18140
  type: number
18059
18141
  description: Cannot be negative
@@ -18099,7 +18181,7 @@ paths:
18099
18181
  allOf:
18100
18182
  - title: products.addresponse
18101
18183
  type: object
18102
- properties: &ref_451
18184
+ properties: &ref_453
18103
18185
  data:
18104
18186
  title: TypeAndId
18105
18187
  type: object
@@ -18128,10 +18210,10 @@ paths:
18128
18210
  schema:
18129
18211
  allOf:
18130
18212
  - title: products.updaterequest
18131
- required: &ref_452
18213
+ required: &ref_454
18132
18214
  - id
18133
18215
  type: object
18134
- properties: &ref_453
18216
+ properties: &ref_455
18135
18217
  id:
18136
18218
  type: string
18137
18219
  example: 71e91f91-b222-033f-8c7e-59bcc1521e3d
@@ -18282,10 +18364,10 @@ paths:
18282
18364
  schema:
18283
18365
  allOf:
18284
18366
  - title: products.deleterequest
18285
- required: &ref_454
18367
+ required: &ref_456
18286
18368
  - id
18287
18369
  type: object
18288
- properties: &ref_455
18370
+ properties: &ref_457
18289
18371
  id:
18290
18372
  type: string
18291
18373
  example: 71e91f91-b222-033f-8c7e-59bcc1521e3d
@@ -18328,7 +18410,7 @@ paths:
18328
18410
  allOf:
18329
18411
  - title: unitsOfMeasure.listresponse
18330
18412
  type: object
18331
- properties: &ref_456
18413
+ properties: &ref_458
18332
18414
  data:
18333
18415
  type: array
18334
18416
  items:
@@ -18361,7 +18443,7 @@ paths:
18361
18443
  allOf:
18362
18444
  - title: priceLists.listrequest
18363
18445
  type: object
18364
- properties: &ref_457
18446
+ properties: &ref_459
18365
18447
  filter:
18366
18448
  type: object
18367
18449
  properties:
@@ -18390,7 +18472,7 @@ paths:
18390
18472
  allOf:
18391
18473
  - title: priceLists.listresponse
18392
18474
  type: object
18393
- properties: &ref_458
18475
+ properties: &ref_460
18394
18476
  data:
18395
18477
  type: array
18396
18478
  items:
@@ -18437,7 +18519,7 @@ paths:
18437
18519
  allOf:
18438
18520
  - title: projects.listrequest
18439
18521
  type: object
18440
- properties: &ref_459
18522
+ properties: &ref_461
18441
18523
  filter:
18442
18524
  type: object
18443
18525
  properties:
@@ -18522,7 +18604,7 @@ paths:
18522
18604
  allOf:
18523
18605
  - title: projects.listresponse
18524
18606
  type: object
18525
- properties: &ref_460
18607
+ properties: &ref_462
18526
18608
  data:
18527
18609
  type: array
18528
18610
  items:
@@ -18757,10 +18839,10 @@ paths:
18757
18839
  schema:
18758
18840
  allOf:
18759
18841
  - title: projects.inforequest
18760
- required: &ref_461
18842
+ required: &ref_463
18761
18843
  - id
18762
18844
  type: object
18763
- properties: &ref_462
18845
+ properties: &ref_464
18764
18846
  id:
18765
18847
  type: string
18766
18848
  example: 8a04371b-2ffb-407b-9b24-d5b5452009c7
@@ -18779,7 +18861,7 @@ paths:
18779
18861
  allOf:
18780
18862
  - title: projects.inforesponse
18781
18863
  type: object
18782
- properties: &ref_463
18864
+ properties: &ref_465
18783
18865
  data:
18784
18866
  type: object
18785
18867
  properties:
@@ -19015,13 +19097,13 @@ paths:
19015
19097
  schema:
19016
19098
  allOf:
19017
19099
  - title: projects.createrequest
19018
- required: &ref_464
19100
+ required: &ref_466
19019
19101
  - title
19020
19102
  - starts_on
19021
19103
  - milestones
19022
19104
  - participants
19023
19105
  type: object
19024
- properties: &ref_465
19106
+ properties: &ref_467
19025
19107
  title:
19026
19108
  type: string
19027
19109
  example: New company website
@@ -19169,10 +19251,10 @@ paths:
19169
19251
  schema:
19170
19252
  allOf:
19171
19253
  - title: projects.updaterequest
19172
- required: &ref_466
19254
+ required: &ref_468
19173
19255
  - id
19174
19256
  type: object
19175
- properties: &ref_467
19257
+ properties: &ref_469
19176
19258
  id:
19177
19259
  type: string
19178
19260
  example: dcc2e8ed-51be-4cb6-9c01-034aedac86fd
@@ -19270,10 +19352,10 @@ paths:
19270
19352
  schema:
19271
19353
  allOf:
19272
19354
  - title: projects.closerequest
19273
- required: &ref_468
19355
+ required: &ref_470
19274
19356
  - id
19275
19357
  type: object
19276
- properties: &ref_469
19358
+ properties: &ref_471
19277
19359
  id:
19278
19360
  type: string
19279
19361
  example: 01548b10-4932-4a18-8a89-005ad09db2c8
@@ -19336,10 +19418,10 @@ paths:
19336
19418
  schema:
19337
19419
  allOf:
19338
19420
  - title: projects.deleterequest
19339
- required: &ref_470
19421
+ required: &ref_472
19340
19422
  - id
19341
19423
  type: object
19342
- properties: &ref_471
19424
+ properties: &ref_473
19343
19425
  id:
19344
19426
  type: string
19345
19427
  example: 01548b10-4932-4a18-8a89-005ad09db2c8
@@ -19369,11 +19451,11 @@ paths:
19369
19451
  schema:
19370
19452
  allOf:
19371
19453
  - title: projects.addParticipantrequest
19372
- required: &ref_472
19454
+ required: &ref_474
19373
19455
  - id
19374
19456
  - participant
19375
19457
  type: object
19376
- properties: &ref_473
19458
+ properties: &ref_475
19377
19459
  id:
19378
19460
  type: string
19379
19461
  example: 8dbfa9db-c53f-410c-97d3-755b19685809
@@ -19419,11 +19501,11 @@ paths:
19419
19501
  schema:
19420
19502
  allOf:
19421
19503
  - title: projects.updateParticipantrequest
19422
- required: &ref_474
19504
+ required: &ref_476
19423
19505
  - id
19424
19506
  - role
19425
19507
  type: object
19426
- properties: &ref_475
19508
+ properties: &ref_477
19427
19509
  id:
19428
19510
  type: string
19429
19511
  example: 55fbe14f-7399-48e5-b4e0-64b7f5c50451
@@ -19470,7 +19552,7 @@ paths:
19470
19552
  allOf:
19471
19553
  - title: milestones.listrequest
19472
19554
  type: object
19473
- properties: &ref_476
19555
+ properties: &ref_478
19474
19556
  filter:
19475
19557
  type: object
19476
19558
  properties:
@@ -19557,7 +19639,7 @@ paths:
19557
19639
  allOf:
19558
19640
  - title: milestones.listresponse
19559
19641
  type: object
19560
- properties: &ref_477
19642
+ properties: &ref_479
19561
19643
  data:
19562
19644
  type: array
19563
19645
  items:
@@ -19781,10 +19863,10 @@ paths:
19781
19863
  schema:
19782
19864
  allOf:
19783
19865
  - title: milestones.inforequest
19784
- required: &ref_478
19866
+ required: &ref_480
19785
19867
  - id
19786
19868
  type: object
19787
- properties: &ref_479
19869
+ properties: &ref_481
19788
19870
  id:
19789
19871
  type: string
19790
19872
  example: 64349fa2-6ca2-4b19-82e6-d3258ceab2d8
@@ -19803,7 +19885,7 @@ paths:
19803
19885
  allOf:
19804
19886
  - title: milestones.inforesponse
19805
19887
  type: object
19806
- properties: &ref_480
19888
+ properties: &ref_482
19807
19889
  data:
19808
19890
  type: object
19809
19891
  properties:
@@ -19997,13 +20079,13 @@ paths:
19997
20079
  schema:
19998
20080
  allOf:
19999
20081
  - title: milestones.createrequest
20000
- required: &ref_481
20082
+ required: &ref_483
20001
20083
  - project_id
20002
20084
  - due_on
20003
20085
  - name
20004
20086
  - responsible_user_id
20005
20087
  type: object
20006
- properties: &ref_482
20088
+ properties: &ref_484
20007
20089
  project_id:
20008
20090
  type: string
20009
20091
  example: 1c159f98-4b07-438a-9f42-fb4206b9530d
@@ -20033,7 +20115,7 @@ paths:
20033
20115
  type: object
20034
20116
  properties: *ref_24
20035
20117
  description: ''
20036
- oneOf: &ref_483
20118
+ oneOf: &ref_485
20037
20119
  - type: object
20038
20120
  title: With budget
20039
20121
  properties:
@@ -20101,7 +20183,7 @@ paths:
20101
20183
  allOf:
20102
20184
  - title: milestones.createresponse
20103
20185
  type: object
20104
- properties: &ref_484
20186
+ properties: &ref_486
20105
20187
  data:
20106
20188
  title: TypeAndId
20107
20189
  type: object
@@ -20130,10 +20212,10 @@ paths:
20130
20212
  schema:
20131
20213
  allOf:
20132
20214
  - title: milestones.updaterequest
20133
- required: &ref_485
20215
+ required: &ref_487
20134
20216
  - id
20135
20217
  type: object
20136
- properties: &ref_486
20218
+ properties: &ref_488
20137
20219
  id:
20138
20220
  type: string
20139
20221
  example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
@@ -20210,10 +20292,10 @@ paths:
20210
20292
  schema:
20211
20293
  allOf:
20212
20294
  - title: milestones.deleterequest
20213
- required: &ref_487
20295
+ required: &ref_489
20214
20296
  - id
20215
20297
  type: object
20216
- properties: &ref_488
20298
+ properties: &ref_490
20217
20299
  id:
20218
20300
  type: string
20219
20301
  example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
@@ -20243,10 +20325,10 @@ paths:
20243
20325
  schema:
20244
20326
  allOf:
20245
20327
  - title: milestones.closerequest
20246
- required: &ref_489
20328
+ required: &ref_491
20247
20329
  - id
20248
20330
  type: object
20249
- properties: &ref_490
20331
+ properties: &ref_492
20250
20332
  id:
20251
20333
  type: string
20252
20334
  example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
@@ -20276,10 +20358,10 @@ paths:
20276
20358
  schema:
20277
20359
  allOf:
20278
20360
  - title: milestones.openrequest
20279
- required: &ref_491
20361
+ required: &ref_493
20280
20362
  - id
20281
20363
  type: object
20282
- properties: &ref_492
20364
+ properties: &ref_494
20283
20365
  id:
20284
20366
  type: string
20285
20367
  example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
@@ -20310,7 +20392,7 @@ paths:
20310
20392
  allOf:
20311
20393
  - title: projects-v2.listrequest
20312
20394
  type: object
20313
- properties: &ref_493
20395
+ properties: &ref_495
20314
20396
  filter:
20315
20397
  type: object
20316
20398
  properties:
@@ -20448,7 +20530,7 @@ paths:
20448
20530
  allOf:
20449
20531
  - title: projects-v2.listresponse
20450
20532
  type: object
20451
- properties: &ref_494
20533
+ properties: &ref_496
20452
20534
  data:
20453
20535
  type: array
20454
20536
  items:
@@ -20937,10 +21019,10 @@ paths:
20937
21019
  schema:
20938
21020
  allOf:
20939
21021
  - title: projects-v2.inforequest
20940
- required: &ref_495
21022
+ required: &ref_497
20941
21023
  - id
20942
21024
  type: object
20943
- properties: &ref_496
21025
+ properties: &ref_498
20944
21026
  id:
20945
21027
  type: string
20946
21028
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -20965,7 +21047,7 @@ paths:
20965
21047
  allOf:
20966
21048
  - title: projects.inforesponse1
20967
21049
  type: object
20968
- properties: &ref_497
21050
+ properties: &ref_499
20969
21051
  data:
20970
21052
  type: object
20971
21053
  properties:
@@ -21470,10 +21552,10 @@ paths:
21470
21552
  schema:
21471
21553
  allOf:
21472
21554
  - title: projects-v2.createrequest
21473
- required: &ref_498
21555
+ required: &ref_500
21474
21556
  - title
21475
21557
  type: object
21476
- properties: &ref_499
21558
+ properties: &ref_501
21477
21559
  title:
21478
21560
  type: string
21479
21561
  example: My cool new project
@@ -21790,10 +21872,10 @@ paths:
21790
21872
  schema:
21791
21873
  allOf:
21792
21874
  - title: projects-v2.updaterequest
21793
- required: &ref_500
21875
+ required: &ref_502
21794
21876
  - id
21795
21877
  type: object
21796
- properties: &ref_501
21878
+ properties: &ref_503
21797
21879
  id:
21798
21880
  type: string
21799
21881
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -21980,11 +22062,11 @@ paths:
21980
22062
  schema:
21981
22063
  allOf:
21982
22064
  - title: projects-v2.closerequest
21983
- required: &ref_502
22065
+ required: &ref_504
21984
22066
  - id
21985
22067
  - closing_strategy
21986
22068
  type: object
21987
- properties: &ref_503
22069
+ properties: &ref_505
21988
22070
  id:
21989
22071
  type: string
21990
22072
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -22050,11 +22132,11 @@ paths:
22050
22132
  schema:
22051
22133
  allOf:
22052
22134
  - title: projects-v2.duplicaterequest
22053
- required: &ref_504
22135
+ required: &ref_506
22054
22136
  - id
22055
22137
  - title
22056
22138
  type: object
22057
- properties: &ref_505
22139
+ properties: &ref_507
22058
22140
  id:
22059
22141
  type: string
22060
22142
  example: 81df9996-6d2c-4844-86d6-202c08d2837e
@@ -22078,7 +22160,7 @@ paths:
22078
22160
  allOf:
22079
22161
  - title: projects-v2.duplicateresponse
22080
22162
  type: object
22081
- properties: &ref_506
22163
+ properties: &ref_508
22082
22164
  data:
22083
22165
  title: TypeAndId
22084
22166
  type: object
@@ -22107,11 +22189,11 @@ paths:
22107
22189
  schema:
22108
22190
  allOf:
22109
22191
  - title: projects-v2.deleterequest
22110
- required: &ref_507
22192
+ required: &ref_509
22111
22193
  - id
22112
22194
  - delete_strategy
22113
22195
  type: object
22114
- properties: &ref_508
22196
+ properties: &ref_510
22115
22197
  id:
22116
22198
  type: string
22117
22199
  example: 81df9996-6d2c-4844-86d6-202c08d2837e
@@ -22150,11 +22232,11 @@ paths:
22150
22232
  schema:
22151
22233
  allOf:
22152
22234
  - title: projects-v2.addOwnerrequest
22153
- required: &ref_509
22235
+ required: &ref_511
22154
22236
  - id
22155
22237
  - user_id
22156
22238
  type: object
22157
- properties: &ref_510
22239
+ properties: &ref_512
22158
22240
  id:
22159
22241
  type: string
22160
22242
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -22189,11 +22271,11 @@ paths:
22189
22271
  schema:
22190
22272
  allOf:
22191
22273
  - title: projects-v2.removeOwnerrequest
22192
- required: &ref_511
22274
+ required: &ref_513
22193
22275
  - id
22194
22276
  - user_id
22195
22277
  type: object
22196
- properties: &ref_512
22278
+ properties: &ref_514
22197
22279
  id:
22198
22280
  type: string
22199
22281
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -22228,11 +22310,11 @@ paths:
22228
22310
  schema:
22229
22311
  allOf:
22230
22312
  - title: projects-v2.assignrequest
22231
- required: &ref_513
22313
+ required: &ref_515
22232
22314
  - id
22233
22315
  - assignee
22234
22316
  type: object
22235
- properties: &ref_514
22317
+ properties: &ref_516
22236
22318
  id:
22237
22319
  type: string
22238
22320
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -22284,11 +22366,11 @@ paths:
22284
22366
  schema:
22285
22367
  allOf:
22286
22368
  - title: projects-v2.unassignrequest
22287
- required: &ref_515
22369
+ required: &ref_517
22288
22370
  - id
22289
22371
  - assignee
22290
22372
  type: object
22291
- properties: &ref_516
22373
+ properties: &ref_518
22292
22374
  id:
22293
22375
  type: string
22294
22376
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -22340,11 +22422,11 @@ paths:
22340
22422
  schema:
22341
22423
  allOf:
22342
22424
  - title: projects-v2.addCustomerrequest
22343
- required: &ref_517
22425
+ required: &ref_519
22344
22426
  - id
22345
22427
  - customer
22346
22428
  type: object
22347
- properties: &ref_518
22429
+ properties: &ref_520
22348
22430
  id:
22349
22431
  type: string
22350
22432
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -22385,11 +22467,11 @@ paths:
22385
22467
  schema:
22386
22468
  allOf:
22387
22469
  - title: projects-v2.removeCustomerrequest
22388
- required: &ref_519
22470
+ required: &ref_521
22389
22471
  - id
22390
22472
  - customer
22391
22473
  type: object
22392
- properties: &ref_520
22474
+ properties: &ref_522
22393
22475
  id:
22394
22476
  type: string
22395
22477
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -22430,11 +22512,11 @@ paths:
22430
22512
  schema:
22431
22513
  allOf:
22432
22514
  - title: projects-v2.addDealrequest
22433
- required: &ref_521
22515
+ required: &ref_523
22434
22516
  - id
22435
22517
  - deal_id
22436
22518
  type: object
22437
- properties: &ref_522
22519
+ properties: &ref_524
22438
22520
  id:
22439
22521
  type: string
22440
22522
  example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
@@ -22469,11 +22551,11 @@ paths:
22469
22551
  schema:
22470
22552
  allOf:
22471
22553
  - title: projects-v2.removeDealrequest
22472
- required: &ref_523
22554
+ required: &ref_525
22473
22555
  - id
22474
22556
  - deal_id
22475
22557
  type: object
22476
- properties: &ref_524
22558
+ properties: &ref_526
22477
22559
  id:
22478
22560
  type: string
22479
22561
  example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
@@ -22508,11 +22590,11 @@ paths:
22508
22590
  schema:
22509
22591
  allOf:
22510
22592
  - title: projects-v2.addQuotationrequest
22511
- required: &ref_525
22593
+ required: &ref_527
22512
22594
  - id
22513
22595
  - quotation_id
22514
22596
  type: object
22515
- properties: &ref_526
22597
+ properties: &ref_528
22516
22598
  id:
22517
22599
  type: string
22518
22600
  example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
@@ -22547,11 +22629,11 @@ paths:
22547
22629
  schema:
22548
22630
  allOf:
22549
22631
  - title: projects-v2.removeQuotationrequest
22550
- required: &ref_527
22632
+ required: &ref_529
22551
22633
  - id
22552
22634
  - quotation_id
22553
22635
  type: object
22554
- properties: &ref_528
22636
+ properties: &ref_530
22555
22637
  id:
22556
22638
  type: string
22557
22639
  example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
@@ -22586,11 +22668,11 @@ paths:
22586
22668
  schema:
22587
22669
  allOf:
22588
22670
  - title: projects-v2_externalParties.addToProjectrequest
22589
- required: &ref_529
22671
+ required: &ref_531
22590
22672
  - project_id
22591
22673
  - customer
22592
22674
  type: object
22593
- properties: &ref_530
22675
+ properties: &ref_532
22594
22676
  project_id:
22595
22677
  type: string
22596
22678
  example: 7257b535-d40f-4699-b3bd-63679379b579
@@ -22641,10 +22723,10 @@ paths:
22641
22723
  schema:
22642
22724
  allOf:
22643
22725
  - title: projects-v2_externalParties.updaterequest
22644
- required: &ref_531
22726
+ required: &ref_533
22645
22727
  - id
22646
22728
  type: object
22647
- properties: &ref_532
22729
+ properties: &ref_534
22648
22730
  id:
22649
22731
  type: string
22650
22732
  example: 6126596f-6193-445a-935a-60c10df9f632
@@ -22697,10 +22779,10 @@ paths:
22697
22779
  schema:
22698
22780
  allOf:
22699
22781
  - title: projects-v2_externalParties.deleterequest
22700
- required: &ref_533
22782
+ required: &ref_535
22701
22783
  - id
22702
22784
  type: object
22703
- properties: &ref_534
22785
+ properties: &ref_536
22704
22786
  id:
22705
22787
  type: string
22706
22788
  example: 6126596f-6193-445a-935a-60c10df9f632
@@ -22730,10 +22812,10 @@ paths:
22730
22812
  schema:
22731
22813
  allOf:
22732
22814
  - title: projects-v2_projectLines.listrequest
22733
- required: &ref_535
22815
+ required: &ref_537
22734
22816
  - project_id
22735
22817
  type: object
22736
- properties: &ref_536
22818
+ properties: &ref_538
22737
22819
  project_id:
22738
22820
  type: string
22739
22821
  example: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -22799,7 +22881,7 @@ paths:
22799
22881
  allOf:
22800
22882
  - title: projects-v2_projectLines.listresponse
22801
22883
  type: object
22802
- properties: &ref_537
22884
+ properties: &ref_539
22803
22885
  data:
22804
22886
  type: array
22805
22887
  items:
@@ -22862,11 +22944,11 @@ paths:
22862
22944
  schema:
22863
22945
  allOf:
22864
22946
  - title: projects-v2_projectLines.addToGrouprequest
22865
- required: &ref_538
22947
+ required: &ref_540
22866
22948
  - line_id
22867
22949
  - group_id
22868
22950
  type: object
22869
- properties: &ref_539
22951
+ properties: &ref_541
22870
22952
  line_id:
22871
22953
  type: string
22872
22954
  description: The ID of the task or material. May not be a group.
@@ -22902,10 +22984,10 @@ paths:
22902
22984
  schema:
22903
22985
  allOf:
22904
22986
  - title: projects-v2_projectLines.removeFromGrouprequest
22905
- required: &ref_540
22987
+ required: &ref_542
22906
22988
  - line_id
22907
22989
  type: object
22908
- properties: &ref_541
22990
+ properties: &ref_543
22909
22991
  line_id:
22910
22992
  type: string
22911
22993
  description: The ID of the task or material. May not be a group.
@@ -22937,7 +23019,7 @@ paths:
22937
23019
  allOf:
22938
23020
  - title: projects-v2_projectGroups.listrequest
22939
23021
  type: object
22940
- properties: &ref_542
23022
+ properties: &ref_544
22941
23023
  filter:
22942
23024
  type: object
22943
23025
  properties:
@@ -22972,7 +23054,7 @@ paths:
22972
23054
  allOf:
22973
23055
  - title: projects-v2_projectGroups.listresponse
22974
23056
  type: object
22975
- properties: &ref_543
23057
+ properties: &ref_545
22976
23058
  data:
22977
23059
  type: array
22978
23060
  items:
@@ -23264,10 +23346,10 @@ paths:
23264
23346
  schema:
23265
23347
  allOf:
23266
23348
  - title: projects-v2_projectGroups.inforequest
23267
- required: &ref_544
23349
+ required: &ref_546
23268
23350
  - id
23269
23351
  type: object
23270
- properties: &ref_545
23352
+ properties: &ref_547
23271
23353
  id:
23272
23354
  type: string
23273
23355
  example: cfe2666c-b0f4-4e85-8d6f-9e1284706d0a
@@ -23286,7 +23368,7 @@ paths:
23286
23368
  allOf:
23287
23369
  - title: projects-v2_projectGroups.inforesponse
23288
23370
  type: object
23289
- properties: &ref_546
23371
+ properties: &ref_548
23290
23372
  data:
23291
23373
  type: object
23292
23374
  properties:
@@ -23577,11 +23659,11 @@ paths:
23577
23659
  schema:
23578
23660
  allOf:
23579
23661
  - title: projects-v2_projectGroups.createrequest
23580
- required: &ref_547
23662
+ required: &ref_549
23581
23663
  - project_id
23582
23664
  - title
23583
23665
  type: object
23584
- properties: &ref_548
23666
+ properties: &ref_550
23585
23667
  project_id:
23586
23668
  type: string
23587
23669
  example: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -23706,7 +23788,7 @@ paths:
23706
23788
  allOf:
23707
23789
  - title: projects-v2_projectGroups.createresponse
23708
23790
  type: object
23709
- properties: &ref_549
23791
+ properties: &ref_551
23710
23792
  data:
23711
23793
  title: TypeAndId
23712
23794
  type: object
@@ -23735,10 +23817,10 @@ paths:
23735
23817
  schema:
23736
23818
  allOf:
23737
23819
  - title: projects-v2_projectGroups.updaterequest
23738
- required: &ref_550
23820
+ required: &ref_552
23739
23821
  - id
23740
23822
  type: object
23741
- properties: &ref_551
23823
+ properties: &ref_553
23742
23824
  id:
23743
23825
  type: string
23744
23826
  example: e8478f2c-05a1-4e69-b3c4-e08507640f01
@@ -23868,10 +23950,10 @@ paths:
23868
23950
  schema:
23869
23951
  allOf:
23870
23952
  - title: projects-v2_projectGroups.duplicaterequest
23871
- required: &ref_552
23953
+ required: &ref_554
23872
23954
  - origin_id
23873
23955
  type: object
23874
- properties: &ref_553
23956
+ properties: &ref_555
23875
23957
  origin_id:
23876
23958
  type: string
23877
23959
  description: The id of the group that is being duplicated
@@ -23891,7 +23973,7 @@ paths:
23891
23973
  allOf:
23892
23974
  - title: projects-v2_projectGroups.duplicateresponse
23893
23975
  type: object
23894
- properties: &ref_554
23976
+ properties: &ref_556
23895
23977
  data:
23896
23978
  title: TypeAndId
23897
23979
  type: object
@@ -23920,11 +24002,11 @@ paths:
23920
24002
  schema:
23921
24003
  allOf:
23922
24004
  - title: projects-v2_projectGroups.deleterequest
23923
- required: &ref_555
24005
+ required: &ref_557
23924
24006
  - id
23925
24007
  - delete_strategy
23926
24008
  type: object
23927
- properties: &ref_556
24009
+ properties: &ref_558
23928
24010
  id:
23929
24011
  type: string
23930
24012
  example: 01866e6f-f264-7fe5-8b7c-a3f739fa292c
@@ -23963,11 +24045,11 @@ paths:
23963
24045
  schema:
23964
24046
  allOf:
23965
24047
  - title: projects-v2_projectGroups.assignrequest
23966
- required: &ref_557
24048
+ required: &ref_559
23967
24049
  - id
23968
24050
  - assignee
23969
24051
  type: object
23970
- properties: &ref_558
24052
+ properties: &ref_560
23971
24053
  id:
23972
24054
  type: string
23973
24055
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -24019,11 +24101,11 @@ paths:
24019
24101
  schema:
24020
24102
  allOf:
24021
24103
  - title: projects-v2_projectGroups.unassignrequest
24022
- required: &ref_559
24104
+ required: &ref_561
24023
24105
  - id
24024
24106
  - assignee
24025
24107
  type: object
24026
- properties: &ref_560
24108
+ properties: &ref_562
24027
24109
  id:
24028
24110
  type: string
24029
24111
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -24076,7 +24158,7 @@ paths:
24076
24158
  allOf:
24077
24159
  - title: projects-v2_tasks.listrequest
24078
24160
  type: object
24079
- properties: &ref_561
24161
+ properties: &ref_563
24080
24162
  filter:
24081
24163
  type: object
24082
24164
  properties:
@@ -24115,7 +24197,7 @@ paths:
24115
24197
  allOf:
24116
24198
  - title: projects-v2_tasks.listresponse
24117
24199
  type: object
24118
- properties: &ref_562
24200
+ properties: &ref_564
24119
24201
  data:
24120
24202
  type: array
24121
24203
  items:
@@ -24504,7 +24586,7 @@ paths:
24504
24586
  allOf:
24505
24587
  - title: projects-v2_tasks.inforesponse
24506
24588
  type: object
24507
- properties: &ref_563
24589
+ properties: &ref_565
24508
24590
  data:
24509
24591
  type: object
24510
24592
  properties:
@@ -24891,11 +24973,11 @@ paths:
24891
24973
  schema:
24892
24974
  allOf:
24893
24975
  - title: projects-v2_tasks.createrequest
24894
- required: &ref_564
24976
+ required: &ref_566
24895
24977
  - project_id
24896
24978
  - title
24897
24979
  type: object
24898
- properties: &ref_565
24980
+ properties: &ref_567
24899
24981
  project_id:
24900
24982
  type: string
24901
24983
  example: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -25099,10 +25181,10 @@ paths:
25099
25181
  schema:
25100
25182
  allOf:
25101
25183
  - title: projects-v2_tasks.updaterequest
25102
- required: &ref_566
25184
+ required: &ref_568
25103
25185
  - id
25104
25186
  type: object
25105
- properties: &ref_567
25187
+ properties: &ref_569
25106
25188
  id:
25107
25189
  type: string
25108
25190
  example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
@@ -25274,10 +25356,10 @@ paths:
25274
25356
  schema:
25275
25357
  allOf:
25276
25358
  - title: projects-v2_tasks.duplicaterequest
25277
- required: &ref_568
25359
+ required: &ref_570
25278
25360
  - origin_id
25279
25361
  type: object
25280
- properties: &ref_569
25362
+ properties: &ref_571
25281
25363
  origin_id:
25282
25364
  type: string
25283
25365
  description: The id of the task that is being duplicated
@@ -25297,7 +25379,7 @@ paths:
25297
25379
  allOf:
25298
25380
  - title: projects-v2_tasks.duplicateresponse
25299
25381
  type: object
25300
- properties: &ref_570
25382
+ properties: &ref_572
25301
25383
  data:
25302
25384
  title: TypeAndId
25303
25385
  type: object
@@ -25326,11 +25408,11 @@ paths:
25326
25408
  schema:
25327
25409
  allOf:
25328
25410
  - title: projects-v2_tasks.deleterequest
25329
- required: &ref_571
25411
+ required: &ref_573
25330
25412
  - id
25331
25413
  - delete_strategy
25332
25414
  type: object
25333
- properties: &ref_572
25415
+ properties: &ref_574
25334
25416
  id:
25335
25417
  type: string
25336
25418
  example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
@@ -25368,11 +25450,11 @@ paths:
25368
25450
  schema:
25369
25451
  allOf:
25370
25452
  - title: projects-v2_tasks.assignrequest
25371
- required: &ref_573
25453
+ required: &ref_575
25372
25454
  - id
25373
25455
  - assignee
25374
25456
  type: object
25375
- properties: &ref_574
25457
+ properties: &ref_576
25376
25458
  id:
25377
25459
  type: string
25378
25460
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -25424,11 +25506,11 @@ paths:
25424
25506
  schema:
25425
25507
  allOf:
25426
25508
  - title: projects-v2_tasks.unassignrequest
25427
- required: &ref_575
25509
+ required: &ref_577
25428
25510
  - id
25429
25511
  - assignee
25430
25512
  type: object
25431
- properties: &ref_576
25513
+ properties: &ref_578
25432
25514
  id:
25433
25515
  type: string
25434
25516
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -25481,7 +25563,7 @@ paths:
25481
25563
  allOf:
25482
25564
  - title: projects-v2_materials.listrequest
25483
25565
  type: object
25484
- properties: &ref_577
25566
+ properties: &ref_579
25485
25567
  filter:
25486
25568
  type: object
25487
25569
  properties:
@@ -25510,7 +25592,7 @@ paths:
25510
25592
  allOf:
25511
25593
  - title: projects-v2_materials.listresponse
25512
25594
  type: object
25513
- properties: &ref_578
25595
+ properties: &ref_580
25514
25596
  data:
25515
25597
  type: array
25516
25598
  items:
@@ -25824,10 +25906,10 @@ paths:
25824
25906
  schema:
25825
25907
  allOf:
25826
25908
  - title: projects-v2_materials.inforequest
25827
- required: &ref_579
25909
+ required: &ref_581
25828
25910
  - id
25829
25911
  type: object
25830
- properties: &ref_580
25912
+ properties: &ref_582
25831
25913
  id:
25832
25914
  type: string
25833
25915
  example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
@@ -25846,7 +25928,7 @@ paths:
25846
25928
  allOf:
25847
25929
  - title: projects-v2_materials.inforesponse
25848
25930
  type: object
25849
- properties: &ref_581
25931
+ properties: &ref_583
25850
25932
  data:
25851
25933
  type: object
25852
25934
  properties:
@@ -26164,11 +26246,11 @@ paths:
26164
26246
  schema:
26165
26247
  allOf:
26166
26248
  - title: projects-v2_materials.createrequest
26167
- required: &ref_582
26249
+ required: &ref_584
26168
26250
  - project_id
26169
26251
  - title
26170
26252
  type: object
26171
- properties: &ref_583
26253
+ properties: &ref_585
26172
26254
  project_id:
26173
26255
  type: string
26174
26256
  example: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -26336,7 +26418,7 @@ paths:
26336
26418
  allOf:
26337
26419
  - title: projects-v2_materials.createresponse
26338
26420
  type: object
26339
- properties: &ref_584
26421
+ properties: &ref_586
26340
26422
  data:
26341
26423
  title: TypeAndId
26342
26424
  type: object
@@ -26365,10 +26447,10 @@ paths:
26365
26447
  schema:
26366
26448
  allOf:
26367
26449
  - title: projects-v2_materials.updaterequest
26368
- required: &ref_585
26450
+ required: &ref_587
26369
26451
  - id
26370
26452
  type: object
26371
- properties: &ref_586
26453
+ properties: &ref_588
26372
26454
  id:
26373
26455
  type: string
26374
26456
  example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
@@ -26522,10 +26604,10 @@ paths:
26522
26604
  schema:
26523
26605
  allOf:
26524
26606
  - title: projects-v2_materials.duplicaterequest
26525
- required: &ref_587
26607
+ required: &ref_589
26526
26608
  - origin_id
26527
26609
  type: object
26528
- properties: &ref_588
26610
+ properties: &ref_590
26529
26611
  origin_id:
26530
26612
  type: string
26531
26613
  description: The id of the material that is being duplicated
@@ -26545,7 +26627,7 @@ paths:
26545
26627
  allOf:
26546
26628
  - title: projects-v2_materials.duplicateresponse
26547
26629
  type: object
26548
- properties: &ref_589
26630
+ properties: &ref_591
26549
26631
  data:
26550
26632
  title: TypeAndId
26551
26633
  type: object
@@ -26574,10 +26656,10 @@ paths:
26574
26656
  schema:
26575
26657
  allOf:
26576
26658
  - title: projects-v2_materials.deleterequest
26577
- required: &ref_590
26659
+ required: &ref_592
26578
26660
  - id
26579
26661
  type: object
26580
- properties: &ref_591
26662
+ properties: &ref_593
26581
26663
  id:
26582
26664
  type: string
26583
26665
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -26607,11 +26689,11 @@ paths:
26607
26689
  schema:
26608
26690
  allOf:
26609
26691
  - title: projects-v2_materials.assignrequest
26610
- required: &ref_592
26692
+ required: &ref_594
26611
26693
  - id
26612
26694
  - assignee
26613
26695
  type: object
26614
- properties: &ref_593
26696
+ properties: &ref_595
26615
26697
  id:
26616
26698
  type: string
26617
26699
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -26663,11 +26745,11 @@ paths:
26663
26745
  schema:
26664
26746
  allOf:
26665
26747
  - title: projects-v2_materials.unassignrequest
26666
- required: &ref_594
26748
+ required: &ref_596
26667
26749
  - id
26668
26750
  - assignee
26669
26751
  type: object
26670
- properties: &ref_595
26752
+ properties: &ref_597
26671
26753
  id:
26672
26754
  type: string
26673
26755
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -26720,7 +26802,7 @@ paths:
26720
26802
  allOf:
26721
26803
  - title: tasks.listrequest1
26722
26804
  type: object
26723
- properties: &ref_596
26805
+ properties: &ref_598
26724
26806
  filter:
26725
26807
  type: object
26726
26808
  properties:
@@ -26788,7 +26870,7 @@ paths:
26788
26870
  allOf:
26789
26871
  - title: tasks.listresponse1
26790
26872
  type: object
26791
- properties: &ref_597
26873
+ properties: &ref_599
26792
26874
  data:
26793
26875
  type: array
26794
26876
  items:
@@ -26995,7 +27077,7 @@ paths:
26995
27077
  allOf:
26996
27078
  - title: tasks.inforesponse1
26997
27079
  type: object
26998
- properties: &ref_598
27080
+ properties: &ref_600
26999
27081
  data:
27000
27082
  type: object
27001
27083
  properties:
@@ -27187,12 +27269,12 @@ paths:
27187
27269
  application/json:
27188
27270
  schema:
27189
27271
  title: tasks.createrequest1
27190
- required: &ref_599
27272
+ required: &ref_601
27191
27273
  - title
27192
27274
  - due_on
27193
27275
  - work_type_id
27194
27276
  type: object
27195
- properties: &ref_600
27277
+ properties: &ref_602
27196
27278
  title:
27197
27279
  type: string
27198
27280
  description:
@@ -27284,10 +27366,10 @@ paths:
27284
27366
  application/json:
27285
27367
  schema:
27286
27368
  title: tasks.updaterequest1
27287
- required: &ref_601
27369
+ required: &ref_603
27288
27370
  - id
27289
27371
  type: object
27290
- properties: &ref_602
27372
+ properties: &ref_604
27291
27373
  id:
27292
27374
  type: string
27293
27375
  example: 00ed6266-a5bd-4aac-a292-2582017b6400
@@ -27373,10 +27455,10 @@ paths:
27373
27455
  schema:
27374
27456
  allOf:
27375
27457
  - title: tasks.completerequest
27376
- required: &ref_603
27458
+ required: &ref_605
27377
27459
  - id
27378
27460
  type: object
27379
- properties: &ref_604
27461
+ properties: &ref_606
27380
27462
  id:
27381
27463
  type: string
27382
27464
  example: 46156648-87c6-478d-8aa7-1dc3a00dacab
@@ -27406,10 +27488,10 @@ paths:
27406
27488
  schema:
27407
27489
  allOf:
27408
27490
  - title: tasks.reopenrequest
27409
- required: &ref_605
27491
+ required: &ref_607
27410
27492
  - id
27411
27493
  type: object
27412
- properties: &ref_606
27494
+ properties: &ref_608
27413
27495
  id:
27414
27496
  type: string
27415
27497
  example: 46156648-87c6-478d-8aa7-1dc3a00dacab
@@ -27439,10 +27521,10 @@ paths:
27439
27521
  schema:
27440
27522
  allOf:
27441
27523
  - title: tasks.deleterequest1
27442
- required: &ref_607
27524
+ required: &ref_609
27443
27525
  - id
27444
27526
  type: object
27445
- properties: &ref_608
27527
+ properties: &ref_610
27446
27528
  id:
27447
27529
  type: string
27448
27530
  example: 5f0afd8a-8a40-48a4-bbe6-7d0e9c61bb6d
@@ -27472,12 +27554,12 @@ paths:
27472
27554
  schema:
27473
27555
  allOf:
27474
27556
  - title: tasks.schedulerequest
27475
- required: &ref_609
27557
+ required: &ref_611
27476
27558
  - id
27477
27559
  - starts_at
27478
27560
  - ends_at
27479
27561
  type: object
27480
- properties: &ref_610
27562
+ properties: &ref_612
27481
27563
  id:
27482
27564
  type: string
27483
27565
  example: 7c70c54e-6e50-4e6a-b5fd-80234eb535cf
@@ -27506,7 +27588,7 @@ paths:
27506
27588
  allOf:
27507
27589
  - title: tasks.scheduleresponse
27508
27590
  type: object
27509
- properties: &ref_611
27591
+ properties: &ref_613
27510
27592
  data:
27511
27593
  title: TypeAndId
27512
27594
  type: object
@@ -27536,7 +27618,7 @@ paths:
27536
27618
  allOf:
27537
27619
  - title: timeTracking.listrequest
27538
27620
  type: object
27539
- properties: &ref_612
27621
+ properties: &ref_614
27540
27622
  filter:
27541
27623
  type: object
27542
27624
  properties:
@@ -27642,7 +27724,7 @@ paths:
27642
27724
  allOf:
27643
27725
  - title: timeTracking.listresponse
27644
27726
  type: object
27645
- properties: &ref_613
27727
+ properties: &ref_615
27646
27728
  data:
27647
27729
  type: array
27648
27730
  items:
@@ -27860,10 +27942,10 @@ paths:
27860
27942
  schema:
27861
27943
  allOf:
27862
27944
  - title: timeTracking.inforequest
27863
- required: &ref_614
27945
+ required: &ref_616
27864
27946
  - id
27865
27947
  type: object
27866
- properties: &ref_615
27948
+ properties: &ref_617
27867
27949
  id:
27868
27950
  type: string
27869
27951
  example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
@@ -27888,7 +27970,7 @@ paths:
27888
27970
  allOf:
27889
27971
  - title: timeTracking.inforesponse
27890
27972
  type: object
27891
- properties: &ref_616
27973
+ properties: &ref_618
27892
27974
  data:
27893
27975
  type: object
27894
27976
  properties:
@@ -28085,7 +28167,7 @@ paths:
28085
28167
  allOf:
28086
28168
  - title: timeTracking.addrequest
28087
28169
  type: object
28088
- properties: &ref_617
28170
+ properties: &ref_619
28089
28171
  work_type_id:
28090
28172
  type: string
28091
28173
  example: 2175597d-484e-4a1c-a781-cbc3d9f893ba
@@ -28117,7 +28199,7 @@ paths:
28117
28199
  type: string
28118
28200
  description: To add tracked time for a different user.
28119
28201
  example: 87982c96-f2fe-4b05-838c-ff42c0525758
28120
- oneOf: &ref_618
28202
+ oneOf: &ref_620
28121
28203
  - type: object
28122
28204
  title: With started_at & duration
28123
28205
  required:
@@ -28169,7 +28251,7 @@ paths:
28169
28251
  allOf:
28170
28252
  - title: timeTracking.addresponse
28171
28253
  type: object
28172
- properties: &ref_619
28254
+ properties: &ref_621
28173
28255
  data:
28174
28256
  title: TypeAndId
28175
28257
  type: object
@@ -28195,11 +28277,11 @@ paths:
28195
28277
  schema:
28196
28278
  allOf:
28197
28279
  - title: timeTracking.updaterequest
28198
- required: &ref_620
28280
+ required: &ref_622
28199
28281
  - id
28200
28282
  - duration
28201
28283
  type: object
28202
- properties: &ref_621
28284
+ properties: &ref_623
28203
28285
  id:
28204
28286
  type: string
28205
28287
  example: 66621f54-3d0d-420f-8d4b-ddd7fc473bf2
@@ -28237,7 +28319,7 @@ paths:
28237
28319
  invoiceable:
28238
28320
  type: boolean
28239
28321
  example: true
28240
- oneOf: &ref_622
28322
+ oneOf: &ref_624
28241
28323
  - type: object
28242
28324
  title: Update with started_at
28243
28325
  description: Update the timetracking with `started_at` DateTime.
@@ -28280,10 +28362,10 @@ paths:
28280
28362
  schema:
28281
28363
  allOf:
28282
28364
  - title: timeTracking.resumerequest
28283
- required: &ref_623
28365
+ required: &ref_625
28284
28366
  - id
28285
28367
  type: object
28286
- properties: &ref_624
28368
+ properties: &ref_626
28287
28369
  id:
28288
28370
  type: string
28289
28371
  example: 06dfa08a-b769-4005-a912-45ab885c5737
@@ -28308,7 +28390,7 @@ paths:
28308
28390
  allOf:
28309
28391
  - title: timeTracking.resumeresponse
28310
28392
  type: object
28311
- properties: &ref_625
28393
+ properties: &ref_627
28312
28394
  data:
28313
28395
  title: TypeAndId
28314
28396
  type: object
@@ -28337,10 +28419,10 @@ paths:
28337
28419
  schema:
28338
28420
  allOf:
28339
28421
  - title: timeTracking.deleterequest
28340
- required: &ref_626
28422
+ required: &ref_628
28341
28423
  - id
28342
28424
  type: object
28343
- properties: &ref_627
28425
+ properties: &ref_629
28344
28426
  id:
28345
28427
  type: string
28346
28428
  example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
@@ -28373,7 +28455,7 @@ paths:
28373
28455
  allOf:
28374
28456
  - title: timers.currentresponse
28375
28457
  type: object
28376
- properties: &ref_628
28458
+ properties: &ref_630
28377
28459
  data:
28378
28460
  type: object
28379
28461
  properties:
@@ -28459,7 +28541,7 @@ paths:
28459
28541
  allOf:
28460
28542
  - title: timers.startrequest
28461
28543
  type: object
28462
- properties: &ref_629
28544
+ properties: &ref_631
28463
28545
  work_type_id:
28464
28546
  type: string
28465
28547
  example: db41328a-7a25-4e85-8fb9-830baacb7f40
@@ -28515,7 +28597,7 @@ paths:
28515
28597
  allOf:
28516
28598
  - title: timers.startresponse
28517
28599
  type: object
28518
- properties: &ref_630
28600
+ properties: &ref_632
28519
28601
  data:
28520
28602
  title: TypeAndId
28521
28603
  type: object
@@ -28547,7 +28629,7 @@ paths:
28547
28629
  allOf:
28548
28630
  - title: timers.stopresponse
28549
28631
  type: object
28550
- properties: &ref_631
28632
+ properties: &ref_633
28551
28633
  data:
28552
28634
  title: TypeAndId
28553
28635
  type: object
@@ -28577,7 +28659,7 @@ paths:
28577
28659
  allOf:
28578
28660
  - title: timers.updaterequest
28579
28661
  type: object
28580
- properties: &ref_632
28662
+ properties: &ref_634
28581
28663
  work_type_id:
28582
28664
  type: string
28583
28665
  nullable: true
@@ -28651,7 +28733,7 @@ paths:
28651
28733
  allOf:
28652
28734
  - title: tickets.listrequest
28653
28735
  type: object
28654
- properties: &ref_633
28736
+ properties: &ref_635
28655
28737
  filter:
28656
28738
  type: object
28657
28739
  properties:
@@ -28736,7 +28818,7 @@ paths:
28736
28818
  allOf:
28737
28819
  - title: tickets.listresponse
28738
28820
  type: object
28739
- properties: &ref_634
28821
+ properties: &ref_636
28740
28822
  data:
28741
28823
  type: array
28742
28824
  items:
@@ -28871,10 +28953,10 @@ paths:
28871
28953
  schema:
28872
28954
  allOf:
28873
28955
  - title: tickets.inforequest
28874
- required: &ref_635
28956
+ required: &ref_637
28875
28957
  - id
28876
28958
  type: object
28877
- properties: &ref_636
28959
+ properties: &ref_638
28878
28960
  id:
28879
28961
  type: string
28880
28962
  example: 6fac0bf0-e803-424e-af67-76863a3d7d16
@@ -28893,7 +28975,7 @@ paths:
28893
28975
  allOf:
28894
28976
  - title: tickets.inforesponse
28895
28977
  type: object
28896
- properties: &ref_637
28978
+ properties: &ref_639
28897
28979
  id:
28898
28980
  type: string
28899
28981
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -29042,12 +29124,12 @@ paths:
29042
29124
  schema:
29043
29125
  allOf:
29044
29126
  - title: tickets.createrequest
29045
- required: &ref_638
29127
+ required: &ref_640
29046
29128
  - subject
29047
29129
  - customer
29048
29130
  - ticket_status_id
29049
29131
  type: object
29050
- properties: &ref_639
29132
+ properties: &ref_641
29051
29133
  subject:
29052
29134
  type: string
29053
29135
  example: My ticket subject
@@ -29161,7 +29243,7 @@ paths:
29161
29243
  allOf:
29162
29244
  - title: tickets.createresponse
29163
29245
  type: object
29164
- properties: &ref_640
29246
+ properties: &ref_642
29165
29247
  data:
29166
29248
  title: TypeAndId
29167
29249
  type: object
@@ -29190,10 +29272,10 @@ paths:
29190
29272
  schema:
29191
29273
  allOf:
29192
29274
  - title: tickets.updaterequest
29193
- required: &ref_641
29275
+ required: &ref_643
29194
29276
  - id
29195
29277
  type: object
29196
- properties: &ref_642
29278
+ properties: &ref_644
29197
29279
  id:
29198
29280
  type: string
29199
29281
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -29315,7 +29397,7 @@ paths:
29315
29397
  allOf:
29316
29398
  - title: tickets.listMessagesrequest
29317
29399
  type: object
29318
- properties: &ref_643
29400
+ properties: &ref_645
29319
29401
  id:
29320
29402
  type: string
29321
29403
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -29368,7 +29450,7 @@ paths:
29368
29450
  allOf:
29369
29451
  - title: tickets.listMessagesresponse
29370
29452
  type: object
29371
- properties: &ref_644
29453
+ properties: &ref_646
29372
29454
  data:
29373
29455
  type: array
29374
29456
  items:
@@ -29471,7 +29553,7 @@ paths:
29471
29553
  allOf:
29472
29554
  - title: tickets.getMessagerequest
29473
29555
  type: object
29474
- properties: &ref_645
29556
+ properties: &ref_647
29475
29557
  message_id:
29476
29558
  type: string
29477
29559
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -29490,7 +29572,7 @@ paths:
29490
29572
  allOf:
29491
29573
  - title: tickets.getMessageresponse
29492
29574
  type: object
29493
- properties: &ref_646
29575
+ properties: &ref_648
29494
29576
  message_id:
29495
29577
  type: string
29496
29578
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -29573,13 +29655,13 @@ paths:
29573
29655
  schema:
29574
29656
  allOf:
29575
29657
  - title: tickets.importMessagerequest
29576
- required: &ref_647
29658
+ required: &ref_649
29577
29659
  - id
29578
29660
  - body
29579
29661
  - sent_by
29580
29662
  - sent_at
29581
29663
  type: object
29582
- properties: &ref_648
29664
+ properties: &ref_650
29583
29665
  id:
29584
29666
  type: string
29585
29667
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -29632,7 +29714,7 @@ paths:
29632
29714
  allOf:
29633
29715
  - title: tickets.importMessageresponse
29634
29716
  type: object
29635
- properties: &ref_649
29717
+ properties: &ref_651
29636
29718
  data:
29637
29719
  title: TypeAndId
29638
29720
  type: object
@@ -29661,11 +29743,11 @@ paths:
29661
29743
  schema:
29662
29744
  allOf:
29663
29745
  - title: tickets.addReplyrequest
29664
- required: &ref_650
29746
+ required: &ref_652
29665
29747
  - id
29666
29748
  - body
29667
29749
  type: object
29668
- properties: &ref_651
29750
+ properties: &ref_653
29669
29751
  id:
29670
29752
  type: string
29671
29753
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -29704,7 +29786,7 @@ paths:
29704
29786
  allOf:
29705
29787
  - title: tickets.addReplyresponse
29706
29788
  type: object
29707
- properties: &ref_652
29789
+ properties: &ref_654
29708
29790
  data:
29709
29791
  title: TypeAndId
29710
29792
  type: object
@@ -29733,11 +29815,11 @@ paths:
29733
29815
  schema:
29734
29816
  allOf:
29735
29817
  - title: tickets.addInternalMessagerequest
29736
- required: &ref_653
29818
+ required: &ref_655
29737
29819
  - id
29738
29820
  - body
29739
29821
  type: object
29740
- properties: &ref_654
29822
+ properties: &ref_656
29741
29823
  id:
29742
29824
  type: string
29743
29825
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -29776,7 +29858,7 @@ paths:
29776
29858
  allOf:
29777
29859
  - title: tickets.addInternalMessageresponse
29778
29860
  type: object
29779
- properties: &ref_655
29861
+ properties: &ref_657
29780
29862
  data:
29781
29863
  title: TypeAndId
29782
29864
  type: object
@@ -29806,7 +29888,7 @@ paths:
29806
29888
  allOf:
29807
29889
  - title: ticketStatus.listrequest
29808
29890
  type: object
29809
- properties: &ref_656
29891
+ properties: &ref_658
29810
29892
  filter:
29811
29893
  type: object
29812
29894
  properties:
@@ -29835,7 +29917,7 @@ paths:
29835
29917
  allOf:
29836
29918
  - title: ticketStatus.listresponse
29837
29919
  type: object
29838
- properties: &ref_657
29920
+ properties: &ref_659
29839
29921
  data:
29840
29922
  type: array
29841
29923
  items:
@@ -29885,10 +29967,10 @@ paths:
29885
29967
  schema:
29886
29968
  allOf:
29887
29969
  - title: files.listrequest
29888
- required: &ref_658
29970
+ required: &ref_660
29889
29971
  - filter
29890
29972
  type: object
29891
- properties: &ref_659
29973
+ properties: &ref_661
29892
29974
  filter:
29893
29975
  type: object
29894
29976
  required:
@@ -29970,7 +30052,7 @@ paths:
29970
30052
  allOf:
29971
30053
  - title: files.listresponse
29972
30054
  type: object
29973
- properties: &ref_660
30055
+ properties: &ref_662
29974
30056
  data:
29975
30057
  type: array
29976
30058
  items:
@@ -30091,10 +30173,10 @@ paths:
30091
30173
  schema:
30092
30174
  allOf:
30093
30175
  - title: files.inforequest
30094
- required: &ref_661
30176
+ required: &ref_663
30095
30177
  - id
30096
30178
  type: object
30097
- properties: &ref_662
30179
+ properties: &ref_664
30098
30180
  id:
30099
30181
  type: string
30100
30182
  example: 6fac0bf0-e803-424e-af67-76863a3d7d16
@@ -30113,7 +30195,7 @@ paths:
30113
30195
  allOf:
30114
30196
  - title: files.inforesponse
30115
30197
  type: object
30116
- properties: &ref_663
30198
+ properties: &ref_665
30117
30199
  data:
30118
30200
  type: object
30119
30201
  properties:
@@ -30212,10 +30294,10 @@ paths:
30212
30294
  schema:
30213
30295
  allOf:
30214
30296
  - title: files.downloadrequest
30215
- required: &ref_664
30297
+ required: &ref_666
30216
30298
  - id
30217
30299
  type: object
30218
- properties: &ref_665
30300
+ properties: &ref_667
30219
30301
  id:
30220
30302
  type: string
30221
30303
  example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
@@ -30234,7 +30316,7 @@ paths:
30234
30316
  allOf:
30235
30317
  - title: files.downloadresponse
30236
30318
  type: object
30237
- properties: &ref_666
30319
+ properties: &ref_668
30238
30320
  data:
30239
30321
  type: object
30240
30322
  properties:
@@ -30276,11 +30358,11 @@ paths:
30276
30358
  schema:
30277
30359
  allOf:
30278
30360
  - title: files.uploadrequest
30279
- required: &ref_667
30361
+ required: &ref_669
30280
30362
  - name
30281
30363
  - subject
30282
30364
  type: object
30283
- properties: &ref_668
30365
+ properties: &ref_670
30284
30366
  name:
30285
30367
  type: string
30286
30368
  description: Name under which the file will be stored. This name should contain the same extension as the file that the user wants to upload.
@@ -30335,7 +30417,7 @@ paths:
30335
30417
  allOf:
30336
30418
  - title: files.uploadresponse
30337
30419
  type: object
30338
- properties: &ref_669
30420
+ properties: &ref_671
30339
30421
  data:
30340
30422
  type: object
30341
30423
  properties:
@@ -30371,10 +30453,10 @@ paths:
30371
30453
  schema:
30372
30454
  allOf:
30373
30455
  - title: files.deleterequest
30374
- required: &ref_670
30456
+ required: &ref_672
30375
30457
  - id
30376
30458
  type: object
30377
- properties: &ref_671
30459
+ properties: &ref_673
30378
30460
  id:
30379
30461
  type: string
30380
30462
  example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
@@ -30404,10 +30486,10 @@ paths:
30404
30486
  schema:
30405
30487
  allOf:
30406
30488
  - title: mailTemplates.listrequest
30407
- required: &ref_672
30489
+ required: &ref_674
30408
30490
  - filter
30409
30491
  type: object
30410
- properties: &ref_673
30492
+ properties: &ref_675
30411
30493
  filter:
30412
30494
  type: object
30413
30495
  required:
@@ -30443,7 +30525,7 @@ paths:
30443
30525
  allOf:
30444
30526
  - title: mailTemplates.listresponse
30445
30527
  type: object
30446
- properties: &ref_674
30528
+ properties: &ref_676
30447
30529
  data:
30448
30530
  type: array
30449
30531
  items:
@@ -30524,7 +30606,7 @@ paths:
30524
30606
  allOf:
30525
30607
  - title: migrate.idrequest
30526
30608
  type: object
30527
- properties: &ref_675
30609
+ properties: &ref_677
30528
30610
  type:
30529
30611
  type: string
30530
30612
  enum:
@@ -30569,7 +30651,7 @@ paths:
30569
30651
  allOf:
30570
30652
  - title: migrate.idresponse
30571
30653
  type: object
30572
- properties: &ref_676
30654
+ properties: &ref_678
30573
30655
  data:
30574
30656
  type: object
30575
30657
  properties:
@@ -30624,7 +30706,7 @@ paths:
30624
30706
  allOf:
30625
30707
  - title: migrate.taxRaterequest
30626
30708
  type: object
30627
- properties: &ref_677
30709
+ properties: &ref_679
30628
30710
  department_id:
30629
30711
  type: string
30630
30712
  example: 6ad54ec6-ee2d-4500-afe6-0917c1aa7a38
@@ -30648,7 +30730,7 @@ paths:
30648
30730
  allOf:
30649
30731
  - title: migrate.taxRateresponse
30650
30732
  type: object
30651
- properties: &ref_678
30733
+ properties: &ref_680
30652
30734
  data:
30653
30735
  title: TypeAndId
30654
30736
  type: object
@@ -30678,7 +30760,7 @@ paths:
30678
30760
  allOf:
30679
30761
  - title: migrate.activityTyperequest
30680
30762
  type: object
30681
- properties: &ref_679
30763
+ properties: &ref_681
30682
30764
  type:
30683
30765
  type: string
30684
30766
  enum:
@@ -30701,7 +30783,7 @@ paths:
30701
30783
  allOf:
30702
30784
  - title: migrate.activityTyperesponse
30703
30785
  type: object
30704
- properties: &ref_680
30786
+ properties: &ref_682
30705
30787
  data:
30706
30788
  title: TypeAndId
30707
30789
  type: object
@@ -30729,10 +30811,10 @@ paths:
30729
30811
  application/json:
30730
30812
  schema:
30731
30813
  title: orders.inforequest
30732
- required: &ref_681
30814
+ required: &ref_683
30733
30815
  - id
30734
30816
  type: object
30735
- properties: &ref_682
30817
+ properties: &ref_684
30736
30818
  id:
30737
30819
  type: string
30738
30820
  example: 6fac0bf0-e803-424e-af67-76863a3d7d16
@@ -30753,7 +30835,7 @@ paths:
30753
30835
  allOf:
30754
30836
  - title: orders.inforesponse
30755
30837
  type: object
30756
- properties: &ref_684
30838
+ properties: &ref_686
30757
30839
  data:
30758
30840
  type: object
30759
30841
  properties:
@@ -30783,7 +30865,7 @@ paths:
30783
30865
  items:
30784
30866
  title: OrdersGroupedLinesResponse
30785
30867
  type: object
30786
- properties: &ref_683
30868
+ properties: &ref_685
30787
30869
  section:
30788
30870
  type: object
30789
30871
  properties:
@@ -30967,7 +31049,7 @@ paths:
30967
31049
  allOf:
30968
31050
  - title: orders.listrequest
30969
31051
  type: object
30970
- properties: &ref_685
31052
+ properties: &ref_687
30971
31053
  filter:
30972
31054
  type: object
30973
31055
  properties:
@@ -31001,7 +31083,7 @@ paths:
31001
31083
  schema:
31002
31084
  title: orders.listresponse
31003
31085
  type: object
31004
- properties: &ref_686
31086
+ properties: &ref_688
31005
31087
  data:
31006
31088
  type: array
31007
31089
  items:
@@ -31323,7 +31405,7 @@ paths:
31323
31405
  schema:
31324
31406
  title: webhooks.listresponse
31325
31407
  type: object
31326
- properties: &ref_687
31408
+ properties: &ref_689
31327
31409
  data:
31328
31410
  type: array
31329
31411
  items:
@@ -31372,11 +31454,11 @@ paths:
31372
31454
  schema:
31373
31455
  allOf:
31374
31456
  - title: cloudPlatforms.urlrequest
31375
- required: &ref_688
31457
+ required: &ref_690
31376
31458
  - type
31377
31459
  - id
31378
31460
  type: object
31379
- properties: &ref_689
31461
+ properties: &ref_691
31380
31462
  type:
31381
31463
  type: string
31382
31464
  enum:
@@ -31403,7 +31485,7 @@ paths:
31403
31485
  allOf:
31404
31486
  - title: cloudPlatforms.urlresponse
31405
31487
  type: object
31406
- properties: &ref_690
31488
+ properties: &ref_692
31407
31489
  data:
31408
31490
  type: object
31409
31491
  properties:
@@ -31445,7 +31527,7 @@ paths:
31445
31527
  allOf:
31446
31528
  - title: accounts.projects-v2-statusresponse
31447
31529
  type: object
31448
- properties: &ref_691
31530
+ properties: &ref_693
31449
31531
  data:
31450
31532
  type: object
31451
31533
  properties:
@@ -31484,7 +31566,7 @@ paths:
31484
31566
  allOf:
31485
31567
  - title: plannableItems.listrequest
31486
31568
  type: object
31487
- properties: &ref_692
31569
+ properties: &ref_694
31488
31570
  filter:
31489
31571
  type: object
31490
31572
  properties:
@@ -31595,7 +31677,7 @@ paths:
31595
31677
  allOf:
31596
31678
  - title: plannableItems.listresponse
31597
31679
  type: object
31598
- properties: &ref_693
31680
+ properties: &ref_695
31599
31681
  data:
31600
31682
  type: array
31601
31683
  items:
@@ -31683,7 +31765,7 @@ paths:
31683
31765
  allOf:
31684
31766
  - title: plannableItems.inforequest
31685
31767
  type: object
31686
- properties: &ref_694
31768
+ properties: &ref_696
31687
31769
  id:
31688
31770
  type: string
31689
31771
  example: 018d79a1-2b99-7fbd-b323-500b01305371
@@ -31711,7 +31793,7 @@ paths:
31711
31793
  allOf:
31712
31794
  - title: plannableItems.inforesponse
31713
31795
  type: object
31714
- properties: &ref_695
31796
+ properties: &ref_697
31715
31797
  data:
31716
31798
  type: object
31717
31799
  properties:
@@ -31789,7 +31871,7 @@ paths:
31789
31871
  allOf:
31790
31872
  - title: reservations.listrequest
31791
31873
  type: object
31792
- properties: &ref_696
31874
+ properties: &ref_698
31793
31875
  filter:
31794
31876
  type: object
31795
31877
  properties:
@@ -31867,7 +31949,7 @@ paths:
31867
31949
  allOf:
31868
31950
  - title: reservations.listresponse
31869
31951
  type: object
31870
- properties: &ref_697
31952
+ properties: &ref_699
31871
31953
  data:
31872
31954
  type: array
31873
31955
  items:
@@ -31965,12 +32047,12 @@ paths:
31965
32047
  allOf:
31966
32048
  - title: reservations.createrequest
31967
32049
  type: object
31968
- required: &ref_698
32050
+ required: &ref_700
31969
32051
  - plannable_item_id
31970
32052
  - date
31971
32053
  - duration
31972
32054
  - assignee
31973
- properties: &ref_699
32055
+ properties: &ref_701
31974
32056
  plannable_item_id:
31975
32057
  type: string
31976
32058
  example: e82cec33-24c9-4d13-96cb-d515a1660c8d
@@ -32027,7 +32109,7 @@ paths:
32027
32109
  allOf:
32028
32110
  - title: reservations.createresponse
32029
32111
  type: object
32030
- properties: &ref_700
32112
+ properties: &ref_702
32031
32113
  data:
32032
32114
  title: TypeAndId
32033
32115
  type: object
@@ -32057,9 +32139,9 @@ paths:
32057
32139
  allOf:
32058
32140
  - title: reservations.updaterequest
32059
32141
  type: object
32060
- required: &ref_701
32142
+ required: &ref_703
32061
32143
  - id
32062
- properties: &ref_702
32144
+ properties: &ref_704
32063
32145
  id:
32064
32146
  type: string
32065
32147
  example: 01878019-c72c-70dc-b097-7e519c775e35
@@ -32122,9 +32204,9 @@ paths:
32122
32204
  allOf:
32123
32205
  - title: reservations.deleterequest
32124
32206
  type: object
32125
- required: &ref_703
32207
+ required: &ref_705
32126
32208
  - id
32127
- properties: &ref_704
32209
+ properties: &ref_706
32128
32210
  id:
32129
32211
  type: string
32130
32212
  example: 01878019-c72c-70dc-b097-7e519c775e35
@@ -32155,9 +32237,9 @@ paths:
32155
32237
  allOf:
32156
32238
  - title: userAvailability.totalrequest
32157
32239
  type: object
32158
- required: &ref_705
32240
+ required: &ref_707
32159
32241
  - period
32160
- properties: &ref_706
32242
+ properties: &ref_708
32161
32243
  period:
32162
32244
  allOf:
32163
32245
  - title: Period
@@ -32214,7 +32296,7 @@ paths:
32214
32296
  allOf:
32215
32297
  - title: userAvailability.totalresponse
32216
32298
  type: object
32217
- properties: &ref_707
32299
+ properties: &ref_709
32218
32300
  data:
32219
32301
  type: array
32220
32302
  items:
@@ -32309,9 +32391,9 @@ paths:
32309
32391
  allOf:
32310
32392
  - title: userAvailability.dailyrequest
32311
32393
  type: object
32312
- required: &ref_708
32394
+ required: &ref_710
32313
32395
  - period
32314
- properties: &ref_709
32396
+ properties: &ref_711
32315
32397
  period:
32316
32398
  allOf:
32317
32399
  - title: Period
@@ -32362,7 +32444,7 @@ paths:
32362
32444
  allOf:
32363
32445
  - title: userAvailability.dailyresponse
32364
32446
  type: object
32365
- properties: &ref_710
32447
+ properties: &ref_712
32366
32448
  data:
32367
32449
  type: array
32368
32450
  items:
@@ -33709,18 +33791,24 @@ components:
33709
33791
  title: paymentMethods.listresponse
33710
33792
  type: object
33711
33793
  properties: *ref_439
33794
+ expenses.listrequest:
33795
+ type: object
33796
+ properties: *ref_440
33797
+ expenses.listresponse:
33798
+ type: object
33799
+ properties: *ref_441
33712
33800
  productCategories.listrequest:
33713
33801
  title: productCategories.listrequest
33714
33802
  type: object
33715
- properties: *ref_440
33803
+ properties: *ref_442
33716
33804
  productCategories.listresponse:
33717
33805
  title: productCategories.listresponse
33718
33806
  type: object
33719
- properties: *ref_441
33807
+ properties: *ref_443
33720
33808
  products.listrequest:
33721
33809
  title: products.listrequest
33722
33810
  type: object
33723
- properties: *ref_442
33811
+ properties: *ref_444
33724
33812
  Stock:
33725
33813
  title: Stock
33726
33814
  type: object
@@ -33733,26 +33821,26 @@ components:
33733
33821
  products.listresponse:
33734
33822
  title: products.listresponse
33735
33823
  type: object
33736
- properties: *ref_443
33824
+ properties: *ref_445
33737
33825
  products.inforequest:
33738
33826
  title: products.inforequest
33739
- required: *ref_444
33827
+ required: *ref_446
33740
33828
  type: object
33741
- properties: *ref_445
33829
+ properties: *ref_447
33742
33830
  products.inforesponse:
33743
33831
  title: products.inforesponse
33744
33832
  type: object
33745
- properties: *ref_446
33833
+ properties: *ref_448
33746
33834
  ProductPriceWrite:
33747
33835
  title: ProductPriceWrite
33748
- required: *ref_447
33836
+ required: *ref_449
33749
33837
  type: object
33750
- properties: *ref_448
33838
+ properties: *ref_450
33751
33839
  StockThreshold:
33752
33840
  title: StockThreshold
33753
- required: *ref_449
33841
+ required: *ref_451
33754
33842
  type: object
33755
- properties: *ref_450
33843
+ properties: *ref_452
33756
33844
  description: Only available when stock management feature is enabled
33757
33845
  ProductConfigurationWrite:
33758
33846
  title: ProductConfigurationWrite
@@ -33765,33 +33853,33 @@ components:
33765
33853
  products.addresponse:
33766
33854
  title: products.addresponse
33767
33855
  type: object
33768
- properties: *ref_451
33856
+ properties: *ref_453
33769
33857
  products.updaterequest:
33770
33858
  title: products.updaterequest
33771
- required: *ref_452
33859
+ required: *ref_454
33772
33860
  type: object
33773
- properties: *ref_453
33861
+ properties: *ref_455
33774
33862
  products.deleterequest:
33775
33863
  title: products.deleterequest
33776
- required: *ref_454
33864
+ required: *ref_456
33777
33865
  type: object
33778
- properties: *ref_455
33866
+ properties: *ref_457
33779
33867
  unitsOfMeasure.listresponse:
33780
33868
  title: unitsOfMeasure.listresponse
33781
33869
  type: object
33782
- properties: *ref_456
33870
+ properties: *ref_458
33783
33871
  priceLists.listrequest:
33784
33872
  title: priceLists.listrequest
33785
33873
  type: object
33786
- properties: *ref_457
33874
+ properties: *ref_459
33787
33875
  priceLists.listresponse:
33788
33876
  title: priceLists.listresponse
33789
33877
  type: object
33790
- properties: *ref_458
33878
+ properties: *ref_460
33791
33879
  projects.listrequest:
33792
33880
  title: projects.listrequest
33793
33881
  type: object
33794
- properties: *ref_459
33882
+ properties: *ref_461
33795
33883
  ProjectsActuals:
33796
33884
  title: ProjectsActuals
33797
33885
  type: object
@@ -33805,12 +33893,12 @@ components:
33805
33893
  projects.listresponse:
33806
33894
  title: projects.listresponse
33807
33895
  type: object
33808
- properties: *ref_460
33896
+ properties: *ref_462
33809
33897
  projects.inforequest:
33810
33898
  title: projects.inforequest
33811
- required: *ref_461
33899
+ required: *ref_463
33812
33900
  type: object
33813
- properties: *ref_462
33901
+ properties: *ref_464
33814
33902
  Role:
33815
33903
  title: Role
33816
33904
  enum: *ref_89
@@ -33822,26 +33910,26 @@ components:
33822
33910
  projects.inforesponse:
33823
33911
  title: projects.inforesponse
33824
33912
  type: object
33825
- properties: *ref_463
33913
+ properties: *ref_465
33826
33914
  projects.createrequest:
33827
33915
  title: projects.createrequest
33828
- required: *ref_464
33916
+ required: *ref_466
33829
33917
  type: object
33830
- properties: *ref_465
33918
+ properties: *ref_467
33831
33919
  projects.createresponse:
33832
33920
  title: projects.createresponse
33833
33921
  type: object
33834
33922
  properties: *ref_94
33835
33923
  projects.updaterequest:
33836
33924
  title: projects.updaterequest
33837
- required: *ref_466
33925
+ required: *ref_468
33838
33926
  type: object
33839
- properties: *ref_467
33927
+ properties: *ref_469
33840
33928
  projects.closerequest:
33841
33929
  title: projects.closerequest
33842
- required: *ref_468
33930
+ required: *ref_470
33843
33931
  type: object
33844
- properties: *ref_469
33932
+ properties: *ref_471
33845
33933
  projects.reopenrequest:
33846
33934
  title: projects.reopenrequest
33847
33935
  required: *ref_95
@@ -33849,23 +33937,23 @@ components:
33849
33937
  properties: *ref_96
33850
33938
  projects.deleterequest:
33851
33939
  title: projects.deleterequest
33852
- required: *ref_470
33940
+ required: *ref_472
33853
33941
  type: object
33854
- properties: *ref_471
33942
+ properties: *ref_473
33855
33943
  projects.addParticipantrequest:
33856
33944
  title: projects.addParticipantrequest
33857
- required: *ref_472
33945
+ required: *ref_474
33858
33946
  type: object
33859
- properties: *ref_473
33947
+ properties: *ref_475
33860
33948
  projects.updateParticipantrequest:
33861
33949
  title: projects.updateParticipantrequest
33862
- required: *ref_474
33950
+ required: *ref_476
33863
33951
  type: object
33864
- properties: *ref_475
33952
+ properties: *ref_477
33865
33953
  milestones.listrequest:
33866
33954
  title: milestones.listrequest
33867
33955
  type: object
33868
- properties: *ref_476
33956
+ properties: *ref_478
33869
33957
  MilestonesActuals:
33870
33958
  title: MilestonesActuals
33871
33959
  type: object
@@ -33879,50 +33967,50 @@ components:
33879
33967
  milestones.listresponse:
33880
33968
  title: milestones.listresponse
33881
33969
  type: object
33882
- properties: *ref_477
33970
+ properties: *ref_479
33883
33971
  milestones.inforequest:
33884
33972
  title: milestones.inforequest
33885
- required: *ref_478
33973
+ required: *ref_480
33886
33974
  type: object
33887
- properties: *ref_479
33975
+ properties: *ref_481
33888
33976
  milestones.inforesponse:
33889
33977
  title: milestones.inforesponse
33890
33978
  type: object
33891
- properties: *ref_480
33979
+ properties: *ref_482
33892
33980
  milestones.createrequest:
33893
33981
  title: milestones.createrequest
33894
- required: *ref_481
33982
+ required: *ref_483
33895
33983
  type: object
33896
- properties: *ref_482
33897
- oneOf: *ref_483
33984
+ properties: *ref_484
33985
+ oneOf: *ref_485
33898
33986
  milestones.createresponse:
33899
33987
  title: milestones.createresponse
33900
33988
  type: object
33901
- properties: *ref_484
33989
+ properties: *ref_486
33902
33990
  milestones.updaterequest:
33903
33991
  title: milestones.updaterequest
33904
- required: *ref_485
33992
+ required: *ref_487
33905
33993
  type: object
33906
- properties: *ref_486
33994
+ properties: *ref_488
33907
33995
  milestones.deleterequest:
33908
33996
  title: milestones.deleterequest
33909
- required: *ref_487
33997
+ required: *ref_489
33910
33998
  type: object
33911
- properties: *ref_488
33999
+ properties: *ref_490
33912
34000
  milestones.closerequest:
33913
34001
  title: milestones.closerequest
33914
- required: *ref_489
34002
+ required: *ref_491
33915
34003
  type: object
33916
- properties: *ref_490
34004
+ properties: *ref_492
33917
34005
  milestones.openrequest:
33918
34006
  title: milestones.openrequest
33919
- required: *ref_491
34007
+ required: *ref_493
33920
34008
  type: object
33921
- properties: *ref_492
34009
+ properties: *ref_494
33922
34010
  projects-v2.listrequest:
33923
34011
  title: projects-v2.listrequest
33924
34012
  type: object
33925
- properties: *ref_493
34013
+ properties: *ref_495
33926
34014
  Color:
33927
34015
  title: Color
33928
34016
  enum: *ref_92
@@ -33935,21 +34023,21 @@ components:
33935
34023
  projects-v2.listresponse:
33936
34024
  title: projects-v2.listresponse
33937
34025
  type: object
33938
- properties: *ref_494
34026
+ properties: *ref_496
33939
34027
  projects-v2.inforequest:
33940
34028
  title: projects-v2.inforequest
33941
- required: *ref_495
34029
+ required: *ref_497
33942
34030
  type: object
33943
- properties: *ref_496
34031
+ properties: *ref_498
33944
34032
  projects-v2.inforesponse:
33945
34033
  title: projects.inforesponse1
33946
34034
  type: object
33947
- properties: *ref_497
34035
+ properties: *ref_499
33948
34036
  projects-v2.createrequest:
33949
34037
  title: projects-v2.createrequest
33950
- required: *ref_498
34038
+ required: *ref_500
33951
34039
  type: object
33952
- properties: *ref_499
34040
+ properties: *ref_501
33953
34041
  BillingMethod:
33954
34042
  title: BillingMethod
33955
34043
  required: *ref_98
@@ -33957,116 +34045,116 @@ components:
33957
34045
  properties: *ref_99
33958
34046
  projects-v2.updaterequest:
33959
34047
  title: projects-v2.updaterequest
33960
- required: *ref_500
34048
+ required: *ref_502
33961
34049
  type: object
33962
- properties: *ref_501
34050
+ properties: *ref_503
33963
34051
  projects-v2.closerequest:
33964
34052
  title: projects-v2.closerequest
33965
- required: *ref_502
34053
+ required: *ref_504
33966
34054
  type: object
33967
- properties: *ref_503
34055
+ properties: *ref_505
33968
34056
  projects-v2.duplicaterequest:
33969
34057
  title: projects-v2.duplicaterequest
33970
- required: *ref_504
34058
+ required: *ref_506
33971
34059
  type: object
33972
- properties: *ref_505
34060
+ properties: *ref_507
33973
34061
  projects-v2.duplicateresponse:
33974
34062
  title: projects-v2.duplicateresponse
33975
34063
  type: object
33976
- properties: *ref_506
34064
+ properties: *ref_508
33977
34065
  projects-v2.deleterequest:
33978
34066
  title: projects-v2.deleterequest
33979
- required: *ref_507
34067
+ required: *ref_509
33980
34068
  type: object
33981
- properties: *ref_508
34069
+ properties: *ref_510
33982
34070
  projects-v2.addOwnerrequest:
33983
34071
  title: projects-v2.addOwnerrequest
33984
- required: *ref_509
34072
+ required: *ref_511
33985
34073
  type: object
33986
- properties: *ref_510
34074
+ properties: *ref_512
33987
34075
  projects-v2.removeOwnerrequest:
33988
34076
  title: projects-v2.removeOwnerrequest
33989
- required: *ref_511
34077
+ required: *ref_513
33990
34078
  type: object
33991
- properties: *ref_512
34079
+ properties: *ref_514
33992
34080
  projects-v2.assignrequest:
33993
34081
  title: projects-v2.assignrequest
33994
- required: *ref_513
34082
+ required: *ref_515
33995
34083
  type: object
33996
- properties: *ref_514
34084
+ properties: *ref_516
33997
34085
  projects-v2.unassignrequest:
33998
34086
  title: projects-v2.unassignrequest
33999
- required: *ref_515
34087
+ required: *ref_517
34000
34088
  type: object
34001
- properties: *ref_516
34089
+ properties: *ref_518
34002
34090
  projects-v2.addCustomerrequest:
34003
34091
  title: projects-v2.addCustomerrequest
34004
- required: *ref_517
34092
+ required: *ref_519
34005
34093
  type: object
34006
- properties: *ref_518
34094
+ properties: *ref_520
34007
34095
  projects-v2.removeCustomerrequest:
34008
34096
  title: projects-v2.removeCustomerrequest
34009
- required: *ref_519
34097
+ required: *ref_521
34010
34098
  type: object
34011
- properties: *ref_520
34099
+ properties: *ref_522
34012
34100
  projects-v2.addDealrequest:
34013
34101
  title: projects-v2.addDealrequest
34014
- required: *ref_521
34102
+ required: *ref_523
34015
34103
  type: object
34016
- properties: *ref_522
34104
+ properties: *ref_524
34017
34105
  projects-v2.removeDealrequest:
34018
34106
  title: projects-v2.removeDealrequest
34019
- required: *ref_523
34107
+ required: *ref_525
34020
34108
  type: object
34021
- properties: *ref_524
34109
+ properties: *ref_526
34022
34110
  projects-v2.addQuotationrequest:
34023
34111
  title: projects-v2.addQuotationrequest
34024
- required: *ref_525
34112
+ required: *ref_527
34025
34113
  type: object
34026
- properties: *ref_526
34114
+ properties: *ref_528
34027
34115
  projects-v2.removeQuotationrequest:
34028
34116
  title: projects-v2.removeQuotationrequest
34029
- required: *ref_527
34117
+ required: *ref_529
34030
34118
  type: object
34031
- properties: *ref_528
34119
+ properties: *ref_530
34032
34120
  projects-v2_externalParties.addToProjectrequest:
34033
34121
  title: projects-v2_externalParties.addToProjectrequest
34034
- required: *ref_529
34122
+ required: *ref_531
34035
34123
  type: object
34036
- properties: *ref_530
34124
+ properties: *ref_532
34037
34125
  projects-v2_externalParties.updaterequest:
34038
34126
  title: projects-v2_externalParties.updaterequest
34039
- required: *ref_531
34127
+ required: *ref_533
34040
34128
  type: object
34041
- properties: *ref_532
34129
+ properties: *ref_534
34042
34130
  projects-v2_externalParties.deleterequest:
34043
34131
  title: projects-v2_externalParties.deleterequest
34044
- required: *ref_533
34132
+ required: *ref_535
34045
34133
  type: object
34046
- properties: *ref_534
34134
+ properties: *ref_536
34047
34135
  projects-v2_projectLines.listrequest:
34048
34136
  title: projects-v2_projectLines.listrequest
34049
- required: *ref_535
34137
+ required: *ref_537
34050
34138
  type: object
34051
- properties: *ref_536
34139
+ properties: *ref_538
34052
34140
  projects-v2_projectLines.listresponse:
34053
34141
  title: projects-v2_projectLines.listresponse
34054
34142
  type: object
34055
- properties: *ref_537
34143
+ properties: *ref_539
34056
34144
  projects-v2_projectLines.addToGrouprequest:
34057
34145
  title: projects-v2_projectLines.addToGrouprequest
34058
- required: *ref_538
34146
+ required: *ref_540
34059
34147
  type: object
34060
- properties: *ref_539
34148
+ properties: *ref_541
34061
34149
  projects-v2_projectLines.removeFromGrouprequest:
34062
34150
  title: projects-v2_projectLines.removeFromGrouprequest
34063
- required: *ref_540
34151
+ required: *ref_542
34064
34152
  type: object
34065
- properties: *ref_541
34153
+ properties: *ref_543
34066
34154
  projects-v2_projectGroups.listrequest:
34067
34155
  title: projects-v2_projectGroups.listrequest
34068
34156
  type: object
34069
- properties: *ref_542
34157
+ properties: *ref_544
34070
34158
  BillingStatus:
34071
34159
  title: BillingStatus
34072
34160
  enum: *ref_97
@@ -34075,62 +34163,62 @@ components:
34075
34163
  projects-v2_projectGroups.listresponse:
34076
34164
  title: projects-v2_projectGroups.listresponse
34077
34165
  type: object
34078
- properties: *ref_543
34166
+ properties: *ref_545
34079
34167
  projects-v2_projectGroups.inforequest:
34080
34168
  title: projects-v2_projectGroups.inforequest
34081
- required: *ref_544
34169
+ required: *ref_546
34082
34170
  type: object
34083
- properties: *ref_545
34171
+ properties: *ref_547
34084
34172
  projects-v2_projectGroups.inforesponse:
34085
34173
  title: projects-v2_projectGroups.inforesponse
34086
34174
  type: object
34087
- properties: *ref_546
34175
+ properties: *ref_548
34088
34176
  projects-v2_projectGroups.createrequest:
34089
34177
  title: projects-v2_projectGroups.createrequest
34090
- required: *ref_547
34178
+ required: *ref_549
34091
34179
  type: object
34092
- properties: *ref_548
34180
+ properties: *ref_550
34093
34181
  projects-v2_projectGroups.createresponse:
34094
34182
  title: projects-v2_projectGroups.createresponse
34095
34183
  type: object
34096
- properties: *ref_549
34184
+ properties: *ref_551
34097
34185
  projects-v2_projectGroups.updaterequest:
34098
34186
  title: projects-v2_projectGroups.updaterequest
34099
- required: *ref_550
34187
+ required: *ref_552
34100
34188
  type: object
34101
- properties: *ref_551
34189
+ properties: *ref_553
34102
34190
  projects-v2_projectGroups.duplicaterequest:
34103
34191
  title: projects-v2_projectGroups.duplicaterequest
34104
- required: *ref_552
34192
+ required: *ref_554
34105
34193
  type: object
34106
- properties: *ref_553
34194
+ properties: *ref_555
34107
34195
  projects-v2_projectGroups.duplicateresponse:
34108
34196
  title: projects-v2_projectGroups.duplicateresponse
34109
34197
  type: object
34110
- properties: *ref_554
34198
+ properties: *ref_556
34111
34199
  projects-v2_projectGroups.deleterequest:
34112
34200
  title: projects-v2_projectGroups.deleterequest
34113
- required: *ref_555
34201
+ required: *ref_557
34114
34202
  type: object
34115
- properties: *ref_556
34203
+ properties: *ref_558
34116
34204
  projects-v2_projectGroups.assignrequest:
34117
34205
  title: projects-v2_projectGroups.assignrequest
34118
- required: *ref_557
34206
+ required: *ref_559
34119
34207
  type: object
34120
- properties: *ref_558
34208
+ properties: *ref_560
34121
34209
  projects-v2_projectGroups.unassignrequest:
34122
34210
  title: projects-v2_projectGroups.unassignrequest
34123
- required: *ref_559
34211
+ required: *ref_561
34124
34212
  type: object
34125
- properties: *ref_560
34213
+ properties: *ref_562
34126
34214
  projects-v2_tasks.listrequest:
34127
34215
  title: projects-v2_tasks.listrequest
34128
34216
  type: object
34129
- properties: *ref_561
34217
+ properties: *ref_563
34130
34218
  projects-v2_tasks.listresponse:
34131
34219
  title: projects-v2_tasks.listresponse
34132
34220
  type: object
34133
- properties: *ref_562
34221
+ properties: *ref_564
34134
34222
  tasks.inforequest:
34135
34223
  title: tasks.inforequest
34136
34224
  required: *ref_100
@@ -34139,104 +34227,104 @@ components:
34139
34227
  projects-v2_tasks.inforesponse:
34140
34228
  title: projects-v2_tasks.inforesponse
34141
34229
  type: object
34142
- properties: *ref_563
34230
+ properties: *ref_565
34143
34231
  projects-v2_tasks.createrequest:
34144
34232
  title: projects-v2_tasks.createrequest
34145
- required: *ref_564
34233
+ required: *ref_566
34146
34234
  type: object
34147
- properties: *ref_565
34235
+ properties: *ref_567
34148
34236
  tasks.createresponse:
34149
34237
  title: tasks.createresponse
34150
34238
  type: object
34151
34239
  properties: *ref_103
34152
34240
  projects-v2_tasks.updaterequest:
34153
34241
  title: projects-v2_tasks.updaterequest
34154
- required: *ref_566
34242
+ required: *ref_568
34155
34243
  type: object
34156
- properties: *ref_567
34244
+ properties: *ref_569
34157
34245
  projects-v2_tasks.duplicaterequest:
34158
34246
  title: projects-v2_tasks.duplicaterequest
34159
- required: *ref_568
34247
+ required: *ref_570
34160
34248
  type: object
34161
- properties: *ref_569
34249
+ properties: *ref_571
34162
34250
  projects-v2_tasks.duplicateresponse:
34163
34251
  title: projects-v2_tasks.duplicateresponse
34164
34252
  type: object
34165
- properties: *ref_570
34253
+ properties: *ref_572
34166
34254
  projects-v2_tasks.deleterequest:
34167
34255
  title: projects-v2_tasks.deleterequest
34168
- required: *ref_571
34256
+ required: *ref_573
34169
34257
  type: object
34170
- properties: *ref_572
34258
+ properties: *ref_574
34171
34259
  projects-v2_tasks.assignrequest:
34172
34260
  title: projects-v2_tasks.assignrequest
34173
- required: *ref_573
34261
+ required: *ref_575
34174
34262
  type: object
34175
- properties: *ref_574
34263
+ properties: *ref_576
34176
34264
  projects-v2_tasks.unassignrequest:
34177
34265
  title: projects-v2_tasks.unassignrequest
34178
- required: *ref_575
34266
+ required: *ref_577
34179
34267
  type: object
34180
- properties: *ref_576
34268
+ properties: *ref_578
34181
34269
  projects-v2_materials.listrequest:
34182
34270
  title: projects-v2_materials.listrequest
34183
34271
  type: object
34184
- properties: *ref_577
34272
+ properties: *ref_579
34185
34273
  projects-v2_materials.listresponse:
34186
34274
  title: projects-v2_materials.listresponse
34187
34275
  type: object
34188
- properties: *ref_578
34276
+ properties: *ref_580
34189
34277
  projects-v2_materials.inforequest:
34190
34278
  title: projects-v2_materials.inforequest
34191
- required: *ref_579
34279
+ required: *ref_581
34192
34280
  type: object
34193
- properties: *ref_580
34281
+ properties: *ref_582
34194
34282
  projects-v2_materials.inforesponse:
34195
34283
  title: projects-v2_materials.inforesponse
34196
34284
  type: object
34197
- properties: *ref_581
34285
+ properties: *ref_583
34198
34286
  projects-v2_materials.createrequest:
34199
34287
  title: projects-v2_materials.createrequest
34200
- required: *ref_582
34288
+ required: *ref_584
34201
34289
  type: object
34202
- properties: *ref_583
34290
+ properties: *ref_585
34203
34291
  projects-v2_materials.createresponse:
34204
34292
  title: projects-v2_materials.createresponse
34205
34293
  type: object
34206
- properties: *ref_584
34294
+ properties: *ref_586
34207
34295
  projects-v2_materials.updaterequest:
34208
34296
  title: projects-v2_materials.updaterequest
34209
- required: *ref_585
34297
+ required: *ref_587
34210
34298
  type: object
34211
- properties: *ref_586
34299
+ properties: *ref_588
34212
34300
  projects-v2_materials.duplicaterequest:
34213
34301
  title: projects-v2_materials.duplicaterequest
34214
- required: *ref_587
34302
+ required: *ref_589
34215
34303
  type: object
34216
- properties: *ref_588
34304
+ properties: *ref_590
34217
34305
  projects-v2_materials.duplicateresponse:
34218
34306
  title: projects-v2_materials.duplicateresponse
34219
34307
  type: object
34220
- properties: *ref_589
34308
+ properties: *ref_591
34221
34309
  projects-v2_materials.deleterequest:
34222
34310
  title: projects-v2_materials.deleterequest
34223
- required: *ref_590
34311
+ required: *ref_592
34224
34312
  type: object
34225
- properties: *ref_591
34313
+ properties: *ref_593
34226
34314
  projects-v2_materials.assignrequest:
34227
34315
  title: projects-v2_materials.assignrequest
34228
- required: *ref_592
34316
+ required: *ref_594
34229
34317
  type: object
34230
- properties: *ref_593
34318
+ properties: *ref_595
34231
34319
  projects-v2_materials.unassignrequest:
34232
34320
  title: projects-v2_materials.unassignrequest
34233
- required: *ref_594
34321
+ required: *ref_596
34234
34322
  type: object
34235
- properties: *ref_595
34323
+ properties: *ref_597
34236
34324
  tasks.listrequest:
34237
34325
  title: tasks.listrequest1
34238
34326
  type: object
34239
- properties: *ref_596
34327
+ properties: *ref_598
34240
34328
  Priority:
34241
34329
  title: Priority
34242
34330
  enum: *ref_102
@@ -34244,49 +34332,49 @@ components:
34244
34332
  tasks.listresponse:
34245
34333
  title: tasks.listresponse1
34246
34334
  type: object
34247
- properties: *ref_597
34335
+ properties: *ref_599
34248
34336
  tasks.inforesponse:
34249
34337
  title: tasks.inforesponse1
34250
34338
  type: object
34251
- properties: *ref_598
34339
+ properties: *ref_600
34252
34340
  tasks.createrequest:
34253
34341
  title: tasks.createrequest1
34254
- required: *ref_599
34342
+ required: *ref_601
34255
34343
  type: object
34256
- properties: *ref_600
34344
+ properties: *ref_602
34257
34345
  tasks.updaterequest:
34258
34346
  title: tasks.updaterequest1
34259
- required: *ref_601
34347
+ required: *ref_603
34260
34348
  type: object
34261
- properties: *ref_602
34349
+ properties: *ref_604
34262
34350
  tasks.completerequest:
34263
34351
  title: tasks.completerequest
34264
- required: *ref_603
34352
+ required: *ref_605
34265
34353
  type: object
34266
- properties: *ref_604
34354
+ properties: *ref_606
34267
34355
  tasks.reopenrequest:
34268
34356
  title: tasks.reopenrequest
34269
- required: *ref_605
34357
+ required: *ref_607
34270
34358
  type: object
34271
- properties: *ref_606
34359
+ properties: *ref_608
34272
34360
  tasks.deleterequest:
34273
34361
  title: tasks.deleterequest1
34274
- required: *ref_607
34362
+ required: *ref_609
34275
34363
  type: object
34276
- properties: *ref_608
34364
+ properties: *ref_610
34277
34365
  tasks.schedulerequest:
34278
34366
  title: tasks.schedulerequest
34279
- required: *ref_609
34367
+ required: *ref_611
34280
34368
  type: object
34281
- properties: *ref_610
34369
+ properties: *ref_612
34282
34370
  tasks.scheduleresponse:
34283
34371
  title: tasks.scheduleresponse
34284
34372
  type: object
34285
- properties: *ref_611
34373
+ properties: *ref_613
34286
34374
  timeTracking.listrequest:
34287
34375
  title: timeTracking.listrequest
34288
34376
  type: object
34289
- properties: *ref_612
34377
+ properties: *ref_614
34290
34378
  BillingInfo:
34291
34379
  title: BillingInfo
34292
34380
  type: object
@@ -34302,82 +34390,82 @@ components:
34302
34390
  timeTracking.listresponse:
34303
34391
  title: timeTracking.listresponse
34304
34392
  type: object
34305
- properties: *ref_613
34393
+ properties: *ref_615
34306
34394
  timeTracking.inforequest:
34307
34395
  title: timeTracking.inforequest
34308
- required: *ref_614
34396
+ required: *ref_616
34309
34397
  type: object
34310
- properties: *ref_615
34398
+ properties: *ref_617
34311
34399
  timeTracking.inforesponse:
34312
34400
  title: timeTracking.inforesponse
34313
34401
  type: object
34314
- properties: *ref_616
34402
+ properties: *ref_618
34315
34403
  timeTracking.addrequest:
34316
34404
  title: timeTracking.addrequest
34317
34405
  type: object
34318
- properties: *ref_617
34319
- oneOf: *ref_618
34406
+ properties: *ref_619
34407
+ oneOf: *ref_620
34320
34408
  timeTracking.addresponse:
34321
34409
  title: timeTracking.addresponse
34322
34410
  type: object
34323
- properties: *ref_619
34411
+ properties: *ref_621
34324
34412
  timeTracking.updaterequest:
34325
34413
  title: timeTracking.updaterequest
34326
- required: *ref_620
34414
+ required: *ref_622
34327
34415
  type: object
34328
- properties: *ref_621
34329
- oneOf: *ref_622
34416
+ properties: *ref_623
34417
+ oneOf: *ref_624
34330
34418
  timeTracking.resumerequest:
34331
34419
  title: timeTracking.resumerequest
34332
- required: *ref_623
34420
+ required: *ref_625
34333
34421
  type: object
34334
- properties: *ref_624
34422
+ properties: *ref_626
34335
34423
  timeTracking.resumeresponse:
34336
34424
  title: timeTracking.resumeresponse
34337
34425
  type: object
34338
- properties: *ref_625
34426
+ properties: *ref_627
34339
34427
  timeTracking.deleterequest:
34340
34428
  title: timeTracking.deleterequest
34341
- required: *ref_626
34429
+ required: *ref_628
34342
34430
  type: object
34343
- properties: *ref_627
34431
+ properties: *ref_629
34344
34432
  timers.currentresponse:
34345
34433
  title: timers.currentresponse
34346
34434
  type: object
34347
- properties: *ref_628
34435
+ properties: *ref_630
34348
34436
  timers.startrequest:
34349
34437
  title: timers.startrequest
34350
34438
  type: object
34351
- properties: *ref_629
34439
+ properties: *ref_631
34352
34440
  timers.startresponse:
34353
34441
  title: timers.startresponse
34354
34442
  type: object
34355
- properties: *ref_630
34443
+ properties: *ref_632
34356
34444
  timers.stopresponse:
34357
34445
  title: timers.stopresponse
34358
34446
  type: object
34359
- properties: *ref_631
34447
+ properties: *ref_633
34360
34448
  timers.updaterequest:
34361
34449
  title: timers.updaterequest
34362
34450
  type: object
34363
- properties: *ref_632
34451
+ properties: *ref_634
34364
34452
  tickets.listrequest:
34365
34453
  title: tickets.listrequest
34366
34454
  type: object
34367
- properties: *ref_633
34455
+ properties: *ref_635
34368
34456
  tickets.listresponse:
34369
34457
  title: tickets.listresponse
34370
34458
  type: object
34371
- properties: *ref_634
34459
+ properties: *ref_636
34372
34460
  tickets.inforequest:
34373
34461
  title: tickets.inforequest
34374
- required: *ref_635
34462
+ required: *ref_637
34375
34463
  type: object
34376
- properties: *ref_636
34464
+ properties: *ref_638
34377
34465
  tickets.inforesponse:
34378
34466
  title: tickets.inforesponse
34379
34467
  type: object
34380
- properties: *ref_637
34468
+ properties: *ref_639
34381
34469
  CompanyCustomer:
34382
34470
  title: CompanyCustomer
34383
34471
  required: *ref_107
@@ -34385,22 +34473,22 @@ components:
34385
34473
  properties: *ref_108
34386
34474
  tickets.createrequest:
34387
34475
  title: tickets.createrequest
34388
- required: *ref_638
34476
+ required: *ref_640
34389
34477
  type: object
34390
- properties: *ref_639
34478
+ properties: *ref_641
34391
34479
  tickets.createresponse:
34392
34480
  title: tickets.createresponse
34393
34481
  type: object
34394
- properties: *ref_640
34482
+ properties: *ref_642
34395
34483
  tickets.updaterequest:
34396
34484
  title: tickets.updaterequest
34397
- required: *ref_641
34485
+ required: *ref_643
34398
34486
  type: object
34399
- properties: *ref_642
34487
+ properties: *ref_644
34400
34488
  tickets.listMessagesrequest:
34401
34489
  title: tickets.listMessagesrequest
34402
34490
  type: object
34403
- properties: *ref_643
34491
+ properties: *ref_645
34404
34492
  SentBy:
34405
34493
  title: SentBy
34406
34494
  type: object
@@ -34408,55 +34496,55 @@ components:
34408
34496
  tickets.listMessagesresponse:
34409
34497
  title: tickets.listMessagesresponse
34410
34498
  type: object
34411
- properties: *ref_644
34499
+ properties: *ref_646
34412
34500
  tickets.getMessagerequest:
34413
34501
  title: tickets.getMessagerequest
34414
34502
  type: object
34415
- properties: *ref_645
34503
+ properties: *ref_647
34416
34504
  tickets.getMessageresponse:
34417
34505
  title: tickets.getMessageresponse
34418
34506
  type: object
34419
- properties: *ref_646
34507
+ properties: *ref_648
34420
34508
  tickets.importMessagerequest:
34421
34509
  title: tickets.importMessagerequest
34422
- required: *ref_647
34510
+ required: *ref_649
34423
34511
  type: object
34424
- properties: *ref_648
34512
+ properties: *ref_650
34425
34513
  tickets.importMessageresponse:
34426
34514
  title: tickets.importMessageresponse
34427
34515
  type: object
34428
- properties: *ref_649
34516
+ properties: *ref_651
34429
34517
  tickets.addReplyrequest:
34430
34518
  title: tickets.addReplyrequest
34431
- required: *ref_650
34519
+ required: *ref_652
34432
34520
  type: object
34433
- properties: *ref_651
34521
+ properties: *ref_653
34434
34522
  tickets.addReplyresponse:
34435
34523
  title: tickets.addReplyresponse
34436
34524
  type: object
34437
- properties: *ref_652
34525
+ properties: *ref_654
34438
34526
  tickets.addInternalMessagerequest:
34439
34527
  title: tickets.addInternalMessagerequest
34440
- required: *ref_653
34528
+ required: *ref_655
34441
34529
  type: object
34442
- properties: *ref_654
34530
+ properties: *ref_656
34443
34531
  tickets.addInternalMessageresponse:
34444
34532
  title: tickets.addInternalMessageresponse
34445
34533
  type: object
34446
- properties: *ref_655
34534
+ properties: *ref_657
34447
34535
  ticketStatus.listrequest:
34448
34536
  title: ticketStatus.listrequest
34449
34537
  type: object
34450
- properties: *ref_656
34538
+ properties: *ref_658
34451
34539
  ticketStatus.listresponse:
34452
34540
  title: ticketStatus.listresponse
34453
34541
  type: object
34454
- properties: *ref_657
34542
+ properties: *ref_659
34455
34543
  files.listrequest:
34456
34544
  title: files.listrequest
34457
- required: *ref_658
34545
+ required: *ref_660
34458
34546
  type: object
34459
- properties: *ref_659
34547
+ properties: *ref_661
34460
34548
  MimeType:
34461
34549
  title: MimeType
34462
34550
  enum: *ref_110
@@ -34464,93 +34552,93 @@ components:
34464
34552
  files.listresponse:
34465
34553
  title: files.listresponse
34466
34554
  type: object
34467
- properties: *ref_660
34555
+ properties: *ref_662
34468
34556
  files.inforequest:
34469
34557
  title: files.inforequest
34470
- required: *ref_661
34558
+ required: *ref_663
34471
34559
  type: object
34472
- properties: *ref_662
34560
+ properties: *ref_664
34473
34561
  files.inforesponse:
34474
34562
  title: files.inforesponse
34475
34563
  type: object
34476
- properties: *ref_663
34564
+ properties: *ref_665
34477
34565
  files.downloadrequest:
34478
34566
  title: files.downloadrequest
34479
- required: *ref_664
34567
+ required: *ref_666
34480
34568
  type: object
34481
- properties: *ref_665
34569
+ properties: *ref_667
34482
34570
  files.downloadresponse:
34483
34571
  title: files.downloadresponse
34484
34572
  type: object
34485
- properties: *ref_666
34573
+ properties: *ref_668
34486
34574
  files.uploadrequest:
34487
34575
  title: files.uploadrequest
34488
- required: *ref_667
34576
+ required: *ref_669
34489
34577
  type: object
34490
- properties: *ref_668
34578
+ properties: *ref_670
34491
34579
  files.uploadresponse:
34492
34580
  title: files.uploadresponse
34493
34581
  type: object
34494
- properties: *ref_669
34582
+ properties: *ref_671
34495
34583
  files.deleterequest:
34496
34584
  title: files.deleterequest
34497
- required: *ref_670
34585
+ required: *ref_672
34498
34586
  type: object
34499
- properties: *ref_671
34587
+ properties: *ref_673
34500
34588
  mailTemplates.listrequest:
34501
34589
  title: mailTemplates.listrequest
34502
- required: *ref_672
34590
+ required: *ref_674
34503
34591
  type: object
34504
- properties: *ref_673
34592
+ properties: *ref_675
34505
34593
  mailTemplates.listresponse:
34506
34594
  title: mailTemplates.listresponse
34507
34595
  type: object
34508
- properties: *ref_674
34596
+ properties: *ref_676
34509
34597
  migrate.idrequest:
34510
34598
  title: migrate.idrequest
34511
34599
  type: object
34512
- properties: *ref_675
34600
+ properties: *ref_677
34513
34601
  migrate.idresponse:
34514
34602
  title: migrate.idresponse
34515
34603
  type: object
34516
- properties: *ref_676
34604
+ properties: *ref_678
34517
34605
  migrate.taxRaterequest:
34518
34606
  title: migrate.taxRaterequest
34519
34607
  type: object
34520
- properties: *ref_677
34608
+ properties: *ref_679
34521
34609
  migrate.taxRateresponse:
34522
34610
  title: migrate.taxRateresponse
34523
34611
  type: object
34524
- properties: *ref_678
34612
+ properties: *ref_680
34525
34613
  migrate.activityTyperequest:
34526
34614
  title: migrate.activityTyperequest
34527
34615
  type: object
34528
- properties: *ref_679
34616
+ properties: *ref_681
34529
34617
  migrate.activityTyperesponse:
34530
34618
  title: migrate.activityTyperesponse
34531
34619
  type: object
34532
- properties: *ref_680
34620
+ properties: *ref_682
34533
34621
  orders.inforequest:
34534
34622
  title: orders.inforequest
34535
- required: *ref_681
34623
+ required: *ref_683
34536
34624
  type: object
34537
- properties: *ref_682
34625
+ properties: *ref_684
34538
34626
  OrdersGroupedLinesResponse:
34539
34627
  title: OrdersGroupedLinesResponse
34540
34628
  type: object
34541
- properties: *ref_683
34629
+ properties: *ref_685
34542
34630
  orders.inforesponse:
34543
34631
  title: orders.inforesponse
34544
34632
  type: object
34545
- properties: *ref_684
34633
+ properties: *ref_686
34546
34634
  orders.listrequest:
34547
34635
  title: orders.listrequest
34548
34636
  type: object
34549
- properties: *ref_685
34637
+ properties: *ref_687
34550
34638
  orders.listresponse:
34551
34639
  title: orders.listresponse
34552
34640
  type: object
34553
- properties: *ref_686
34641
+ properties: *ref_688
34554
34642
  WebHook:
34555
34643
  title: WebHook
34556
34644
  required: *ref_111
@@ -34559,24 +34647,24 @@ components:
34559
34647
  webhooks.listresponse:
34560
34648
  title: webhooks.listresponse
34561
34649
  type: object
34562
- properties: *ref_687
34650
+ properties: *ref_689
34563
34651
  cloudPlatforms.urlrequest:
34564
34652
  title: cloudPlatforms.urlrequest
34565
- required: *ref_688
34653
+ required: *ref_690
34566
34654
  type: object
34567
- properties: *ref_689
34655
+ properties: *ref_691
34568
34656
  cloudPlatforms.urlresponse:
34569
34657
  title: cloudPlatforms.urlresponse
34570
34658
  type: object
34571
- properties: *ref_690
34659
+ properties: *ref_692
34572
34660
  accounts.projects-v2-statusresponse:
34573
34661
  title: accounts.projects-v2-statusresponse
34574
34662
  type: object
34575
- properties: *ref_691
34663
+ properties: *ref_693
34576
34664
  plannableItems.listrequest:
34577
34665
  title: plannableItems.listrequest
34578
34666
  type: object
34579
- properties: *ref_692
34667
+ properties: *ref_694
34580
34668
  DurationInMinutesFull:
34581
34669
  title: DurationInMinutesFull
34582
34670
  type: object
@@ -34584,15 +34672,15 @@ components:
34584
34672
  plannableItems.listresponse:
34585
34673
  title: plannableItems.listresponse
34586
34674
  type: object
34587
- properties: *ref_693
34675
+ properties: *ref_695
34588
34676
  plannableItems.inforequest:
34589
34677
  title: plannableItems.inforequest
34590
34678
  type: object
34591
- properties: *ref_694
34679
+ properties: *ref_696
34592
34680
  plannableItems.inforesponse:
34593
34681
  title: plannableItems.inforesponse
34594
34682
  type: object
34595
- properties: *ref_695
34683
+ properties: *ref_697
34596
34684
  SourceType:
34597
34685
  title: SourceType
34598
34686
  enum: *ref_114
@@ -34600,30 +34688,30 @@ components:
34600
34688
  reservations.listrequest:
34601
34689
  title: reservations.listrequest
34602
34690
  type: object
34603
- properties: *ref_696
34691
+ properties: *ref_698
34604
34692
  reservations.listresponse:
34605
34693
  title: reservations.listresponse
34606
34694
  type: object
34607
- properties: *ref_697
34695
+ properties: *ref_699
34608
34696
  reservations.createrequest:
34609
34697
  title: reservations.createrequest
34610
34698
  type: object
34611
- required: *ref_698
34612
- properties: *ref_699
34699
+ required: *ref_700
34700
+ properties: *ref_701
34613
34701
  reservations.createresponse:
34614
34702
  title: reservations.createresponse
34615
34703
  type: object
34616
- properties: *ref_700
34704
+ properties: *ref_702
34617
34705
  reservations.updaterequest:
34618
34706
  title: reservations.updaterequest
34619
34707
  type: object
34620
- required: *ref_701
34621
- properties: *ref_702
34708
+ required: *ref_703
34709
+ properties: *ref_704
34622
34710
  reservations.deleterequest:
34623
34711
  title: reservations.deleterequest
34624
34712
  type: object
34625
- required: *ref_703
34626
- properties: *ref_704
34713
+ required: *ref_705
34714
+ properties: *ref_706
34627
34715
  Period:
34628
34716
  title: Period
34629
34717
  type: object
@@ -34631,8 +34719,8 @@ components:
34631
34719
  userAvailability.totalrequest:
34632
34720
  title: userAvailability.totalrequest
34633
34721
  type: object
34634
- required: *ref_705
34635
- properties: *ref_706
34722
+ required: *ref_707
34723
+ properties: *ref_708
34636
34724
  UserAvailability:
34637
34725
  title: UserAvailability
34638
34726
  type: object
@@ -34640,16 +34728,16 @@ components:
34640
34728
  userAvailability.totalresponse:
34641
34729
  title: userAvailability.totalresponse
34642
34730
  type: object
34643
- properties: *ref_707
34731
+ properties: *ref_709
34644
34732
  userAvailability.dailyrequest:
34645
34733
  title: userAvailability.dailyrequest
34646
34734
  type: object
34647
- required: *ref_708
34648
- properties: *ref_709
34735
+ required: *ref_710
34736
+ properties: *ref_711
34649
34737
  userAvailability.dailyresponse:
34650
34738
  title: userAvailability.dailyresponse
34651
34739
  type: object
34652
- properties: *ref_710
34740
+ properties: *ref_712
34653
34741
  x-tagGroups:
34654
34742
  - name: General
34655
34743
  tags: