@teamleader/focus-api-specification 1.22.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ info:
|
|
|
3
3
|
title: Teamleader API
|
|
4
4
|
description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
|
|
5
5
|
contact: {}
|
|
6
|
-
version: 1.
|
|
6
|
+
version: 1.23.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -13524,6 +13524,36 @@ paths:
|
|
|
13524
13524
|
headers: {}
|
|
13525
13525
|
content: {}
|
|
13526
13526
|
deprecated: false
|
|
13527
|
+
/invoices.sendViaPeppol:
|
|
13528
|
+
post:
|
|
13529
|
+
tags:
|
|
13530
|
+
- invoices
|
|
13531
|
+
summary: invoices.sendViaPeppol
|
|
13532
|
+
description: Send an invoice via the Peppol network.
|
|
13533
|
+
operationId: invoices.sendViaPeppol
|
|
13534
|
+
parameters: []
|
|
13535
|
+
requestBody:
|
|
13536
|
+
content:
|
|
13537
|
+
application/json:
|
|
13538
|
+
schema:
|
|
13539
|
+
allOf:
|
|
13540
|
+
- title: invoices.sendViaPeppol
|
|
13541
|
+
required: &ref_387
|
|
13542
|
+
- id
|
|
13543
|
+
type: object
|
|
13544
|
+
properties: &ref_388
|
|
13545
|
+
id:
|
|
13546
|
+
type: string
|
|
13547
|
+
example: 018d5965-19fb-701a-af11-e80451931551
|
|
13548
|
+
- example:
|
|
13549
|
+
id: 018d5965-19fb-701a-af11-e80451931551
|
|
13550
|
+
example:
|
|
13551
|
+
id: 018d5965-19fb-701a-af11-e80451931551
|
|
13552
|
+
responses:
|
|
13553
|
+
'204':
|
|
13554
|
+
description: No Content
|
|
13555
|
+
headers: {}
|
|
13556
|
+
content: {}
|
|
13527
13557
|
/creditNotes.list:
|
|
13528
13558
|
post:
|
|
13529
13559
|
tags:
|
|
@@ -13540,7 +13570,7 @@ paths:
|
|
|
13540
13570
|
allOf:
|
|
13541
13571
|
- title: creditNotes.listrequest
|
|
13542
13572
|
type: object
|
|
13543
|
-
properties: &
|
|
13573
|
+
properties: &ref_389
|
|
13544
13574
|
filter:
|
|
13545
13575
|
type: object
|
|
13546
13576
|
properties:
|
|
@@ -13590,7 +13620,7 @@ paths:
|
|
|
13590
13620
|
allOf:
|
|
13591
13621
|
- title: creditNotes.listresponse
|
|
13592
13622
|
type: object
|
|
13593
|
-
properties: &
|
|
13623
|
+
properties: &ref_391
|
|
13594
13624
|
data:
|
|
13595
13625
|
type: array
|
|
13596
13626
|
items:
|
|
@@ -13633,7 +13663,7 @@ paths:
|
|
|
13633
13663
|
invoicee:
|
|
13634
13664
|
title: CreditNotesListInvoicee
|
|
13635
13665
|
type: object
|
|
13636
|
-
properties: &
|
|
13666
|
+
properties: &ref_390
|
|
13637
13667
|
name:
|
|
13638
13668
|
type: string
|
|
13639
13669
|
example: De Rode Duivels
|
|
@@ -13773,10 +13803,10 @@ paths:
|
|
|
13773
13803
|
schema:
|
|
13774
13804
|
allOf:
|
|
13775
13805
|
- title: creditNotes.inforequest
|
|
13776
|
-
required: &
|
|
13806
|
+
required: &ref_392
|
|
13777
13807
|
- id
|
|
13778
13808
|
type: object
|
|
13779
|
-
properties: &
|
|
13809
|
+
properties: &ref_393
|
|
13780
13810
|
id:
|
|
13781
13811
|
type: string
|
|
13782
13812
|
example: 27300f09-6250-4a23-8557-d84c52f99ecf
|
|
@@ -13795,7 +13825,7 @@ paths:
|
|
|
13795
13825
|
allOf:
|
|
13796
13826
|
- title: creditNotes.inforesponse
|
|
13797
13827
|
type: object
|
|
13798
|
-
properties: &
|
|
13828
|
+
properties: &ref_396
|
|
13799
13829
|
data:
|
|
13800
13830
|
type: array
|
|
13801
13831
|
items:
|
|
@@ -13838,7 +13868,7 @@ paths:
|
|
|
13838
13868
|
invoicee:
|
|
13839
13869
|
title: CreditNotesResponseInvoicee
|
|
13840
13870
|
type: object
|
|
13841
|
-
properties: &
|
|
13871
|
+
properties: &ref_394
|
|
13842
13872
|
name:
|
|
13843
13873
|
type: string
|
|
13844
13874
|
example: De Rode Duivels
|
|
@@ -13895,7 +13925,7 @@ paths:
|
|
|
13895
13925
|
items:
|
|
13896
13926
|
title: CreditNotesGroupedLinesResponse
|
|
13897
13927
|
type: object
|
|
13898
|
-
properties: &
|
|
13928
|
+
properties: &ref_395
|
|
13899
13929
|
section:
|
|
13900
13930
|
type: object
|
|
13901
13931
|
properties:
|
|
@@ -14147,18 +14177,18 @@ paths:
|
|
|
14147
14177
|
schema:
|
|
14148
14178
|
allOf:
|
|
14149
14179
|
- title: creditNotes.downloadrequest
|
|
14150
|
-
required: &
|
|
14180
|
+
required: &ref_398
|
|
14151
14181
|
- id
|
|
14152
14182
|
- format
|
|
14153
14183
|
type: object
|
|
14154
|
-
properties: &
|
|
14184
|
+
properties: &ref_399
|
|
14155
14185
|
id:
|
|
14156
14186
|
type: string
|
|
14157
14187
|
example: d885e5d5-bacb-4607-bde9-abc4a04a901b
|
|
14158
14188
|
format:
|
|
14159
14189
|
allOf:
|
|
14160
14190
|
- title: Format
|
|
14161
|
-
enum: &
|
|
14191
|
+
enum: &ref_397
|
|
14162
14192
|
- pdf
|
|
14163
14193
|
- ubl/e-fff
|
|
14164
14194
|
type: string
|
|
@@ -14181,7 +14211,7 @@ paths:
|
|
|
14181
14211
|
allOf:
|
|
14182
14212
|
- title: creditNotes.downloadresponse
|
|
14183
14213
|
type: object
|
|
14184
|
-
properties: &
|
|
14214
|
+
properties: &ref_400
|
|
14185
14215
|
data:
|
|
14186
14216
|
title: Download
|
|
14187
14217
|
type: object
|
|
@@ -14211,7 +14241,7 @@ paths:
|
|
|
14211
14241
|
allOf:
|
|
14212
14242
|
- title: subscriptions.listrequest
|
|
14213
14243
|
type: object
|
|
14214
|
-
properties: &
|
|
14244
|
+
properties: &ref_401
|
|
14215
14245
|
filter:
|
|
14216
14246
|
type: object
|
|
14217
14247
|
properties:
|
|
@@ -14315,7 +14345,7 @@ paths:
|
|
|
14315
14345
|
schema:
|
|
14316
14346
|
title: subscriptions.listresponse
|
|
14317
14347
|
type: object
|
|
14318
|
-
properties: &
|
|
14348
|
+
properties: &ref_402
|
|
14319
14349
|
data:
|
|
14320
14350
|
type: array
|
|
14321
14351
|
items:
|
|
@@ -14431,10 +14461,10 @@ paths:
|
|
|
14431
14461
|
schema:
|
|
14432
14462
|
allOf:
|
|
14433
14463
|
- title: subscriptions.inforequest
|
|
14434
|
-
required: &
|
|
14464
|
+
required: &ref_403
|
|
14435
14465
|
- id
|
|
14436
14466
|
type: object
|
|
14437
|
-
properties: &
|
|
14467
|
+
properties: &ref_404
|
|
14438
14468
|
id:
|
|
14439
14469
|
type: string
|
|
14440
14470
|
example: e2314517-3cab-4aa9-8471-450e73449041
|
|
@@ -14453,7 +14483,7 @@ paths:
|
|
|
14453
14483
|
allOf:
|
|
14454
14484
|
- title: subscriptions.inforesponse
|
|
14455
14485
|
type: object
|
|
14456
|
-
properties: &
|
|
14486
|
+
properties: &ref_406
|
|
14457
14487
|
data:
|
|
14458
14488
|
type: object
|
|
14459
14489
|
properties:
|
|
@@ -14537,7 +14567,7 @@ paths:
|
|
|
14537
14567
|
items:
|
|
14538
14568
|
title: SubscriptionsGroupedLinesResponse
|
|
14539
14569
|
type: object
|
|
14540
|
-
properties: &
|
|
14570
|
+
properties: &ref_405
|
|
14541
14571
|
section:
|
|
14542
14572
|
type: object
|
|
14543
14573
|
properties:
|
|
@@ -14633,7 +14663,7 @@ paths:
|
|
|
14633
14663
|
allOf:
|
|
14634
14664
|
- title: subscriptions.createrequest
|
|
14635
14665
|
type: object
|
|
14636
|
-
required: &
|
|
14666
|
+
required: &ref_408
|
|
14637
14667
|
- invoicee
|
|
14638
14668
|
- department_id
|
|
14639
14669
|
- starts_on
|
|
@@ -14642,7 +14672,7 @@ paths:
|
|
|
14642
14672
|
- grouped_lines
|
|
14643
14673
|
- payment_term
|
|
14644
14674
|
- invoice_generation
|
|
14645
|
-
properties: &
|
|
14675
|
+
properties: &ref_409
|
|
14646
14676
|
invoicee:
|
|
14647
14677
|
title: InvoicesRequestInvoicee
|
|
14648
14678
|
required: *ref_68
|
|
@@ -14721,7 +14751,7 @@ paths:
|
|
|
14721
14751
|
invoice_generation:
|
|
14722
14752
|
title: InvoiceGenerationCreate
|
|
14723
14753
|
type: object
|
|
14724
|
-
oneOf: &
|
|
14754
|
+
oneOf: &ref_407
|
|
14725
14755
|
- type: object
|
|
14726
14756
|
title: With action draft
|
|
14727
14757
|
properties:
|
|
@@ -14794,7 +14824,7 @@ paths:
|
|
|
14794
14824
|
allOf:
|
|
14795
14825
|
- title: subscriptions.createresponse
|
|
14796
14826
|
type: object
|
|
14797
|
-
properties: &
|
|
14827
|
+
properties: &ref_410
|
|
14798
14828
|
data:
|
|
14799
14829
|
title: TypeAndId
|
|
14800
14830
|
type: object
|
|
@@ -14823,10 +14853,10 @@ paths:
|
|
|
14823
14853
|
schema:
|
|
14824
14854
|
allOf:
|
|
14825
14855
|
- title: subscriptions.updaterequest
|
|
14826
|
-
required: &
|
|
14856
|
+
required: &ref_412
|
|
14827
14857
|
- id
|
|
14828
14858
|
type: object
|
|
14829
|
-
properties: &
|
|
14859
|
+
properties: &ref_413
|
|
14830
14860
|
id:
|
|
14831
14861
|
type: string
|
|
14832
14862
|
example: 5b16f6ee-e302-0079-901b-50c26c4a55b1
|
|
@@ -14887,7 +14917,7 @@ paths:
|
|
|
14887
14917
|
invoice_generation:
|
|
14888
14918
|
title: InvoiceGenerationUpdate
|
|
14889
14919
|
type: object
|
|
14890
|
-
oneOf: &
|
|
14920
|
+
oneOf: &ref_411
|
|
14891
14921
|
- type: object
|
|
14892
14922
|
title: With action draft
|
|
14893
14923
|
properties:
|
|
@@ -14972,10 +15002,10 @@ paths:
|
|
|
14972
15002
|
schema:
|
|
14973
15003
|
allOf:
|
|
14974
15004
|
- title: subscriptions.deactivaterequest
|
|
14975
|
-
required: &
|
|
15005
|
+
required: &ref_414
|
|
14976
15006
|
- id
|
|
14977
15007
|
type: object
|
|
14978
|
-
properties: &
|
|
15008
|
+
properties: &ref_415
|
|
14979
15009
|
id:
|
|
14980
15010
|
type: string
|
|
14981
15011
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -15006,7 +15036,7 @@ paths:
|
|
|
15006
15036
|
allOf:
|
|
15007
15037
|
- title: taxRates.listrequest
|
|
15008
15038
|
type: object
|
|
15009
|
-
properties: &
|
|
15039
|
+
properties: &ref_416
|
|
15010
15040
|
filter:
|
|
15011
15041
|
type: object
|
|
15012
15042
|
properties:
|
|
@@ -15049,7 +15079,7 @@ paths:
|
|
|
15049
15079
|
allOf:
|
|
15050
15080
|
- title: taxRates.listresponse
|
|
15051
15081
|
type: object
|
|
15052
|
-
properties: &
|
|
15082
|
+
properties: &ref_417
|
|
15053
15083
|
data:
|
|
15054
15084
|
type: array
|
|
15055
15085
|
items:
|
|
@@ -15114,7 +15144,7 @@ paths:
|
|
|
15114
15144
|
allOf:
|
|
15115
15145
|
- title: paymentTerms.listresponse
|
|
15116
15146
|
type: object
|
|
15117
|
-
properties: &
|
|
15147
|
+
properties: &ref_418
|
|
15118
15148
|
data:
|
|
15119
15149
|
type: array
|
|
15120
15150
|
items:
|
|
@@ -15171,7 +15201,7 @@ paths:
|
|
|
15171
15201
|
allOf:
|
|
15172
15202
|
- title: withholdingTaxRates.listrequest
|
|
15173
15203
|
type: object
|
|
15174
|
-
properties: &
|
|
15204
|
+
properties: &ref_419
|
|
15175
15205
|
filter:
|
|
15176
15206
|
type: object
|
|
15177
15207
|
properties:
|
|
@@ -15196,7 +15226,7 @@ paths:
|
|
|
15196
15226
|
allOf:
|
|
15197
15227
|
- title: withholdingTaxRates.listresponse
|
|
15198
15228
|
type: object
|
|
15199
|
-
properties: &
|
|
15229
|
+
properties: &ref_420
|
|
15200
15230
|
data:
|
|
15201
15231
|
type: array
|
|
15202
15232
|
items:
|
|
@@ -15249,7 +15279,7 @@ paths:
|
|
|
15249
15279
|
allOf:
|
|
15250
15280
|
- title: commercialDiscounts.listrequest
|
|
15251
15281
|
type: object
|
|
15252
|
-
properties: &
|
|
15282
|
+
properties: &ref_421
|
|
15253
15283
|
filter:
|
|
15254
15284
|
type: object
|
|
15255
15285
|
properties:
|
|
@@ -15273,7 +15303,7 @@ paths:
|
|
|
15273
15303
|
allOf:
|
|
15274
15304
|
- title: commercialDiscounts.listresponse
|
|
15275
15305
|
type: object
|
|
15276
|
-
properties: &
|
|
15306
|
+
properties: &ref_422
|
|
15277
15307
|
data:
|
|
15278
15308
|
type: array
|
|
15279
15309
|
items:
|
|
@@ -15316,7 +15346,7 @@ paths:
|
|
|
15316
15346
|
allOf:
|
|
15317
15347
|
- title: paymentMethods.listrequest
|
|
15318
15348
|
type: object
|
|
15319
|
-
properties: &
|
|
15349
|
+
properties: &ref_423
|
|
15320
15350
|
filter:
|
|
15321
15351
|
type: object
|
|
15322
15352
|
properties:
|
|
@@ -15350,7 +15380,7 @@ paths:
|
|
|
15350
15380
|
allOf:
|
|
15351
15381
|
- title: paymentMethods.listresponse
|
|
15352
15382
|
type: object
|
|
15353
|
-
properties: &
|
|
15383
|
+
properties: &ref_424
|
|
15354
15384
|
data:
|
|
15355
15385
|
type: array
|
|
15356
15386
|
items:
|
|
@@ -17096,7 +17126,7 @@ paths:
|
|
|
17096
17126
|
allOf:
|
|
17097
17127
|
- title: productCategories.listrequest
|
|
17098
17128
|
type: object
|
|
17099
|
-
properties: &
|
|
17129
|
+
properties: &ref_425
|
|
17100
17130
|
filter:
|
|
17101
17131
|
type: object
|
|
17102
17132
|
properties:
|
|
@@ -17121,7 +17151,7 @@ paths:
|
|
|
17121
17151
|
allOf:
|
|
17122
17152
|
- title: productCategories.listresponse
|
|
17123
17153
|
type: object
|
|
17124
|
-
properties: &
|
|
17154
|
+
properties: &ref_426
|
|
17125
17155
|
data:
|
|
17126
17156
|
type: array
|
|
17127
17157
|
items:
|
|
@@ -17182,7 +17212,7 @@ paths:
|
|
|
17182
17212
|
allOf:
|
|
17183
17213
|
- title: products.listrequest
|
|
17184
17214
|
type: object
|
|
17185
|
-
properties: &
|
|
17215
|
+
properties: &ref_427
|
|
17186
17216
|
filter:
|
|
17187
17217
|
type: object
|
|
17188
17218
|
properties:
|
|
@@ -17222,7 +17252,7 @@ paths:
|
|
|
17222
17252
|
allOf:
|
|
17223
17253
|
- title: products.listresponse
|
|
17224
17254
|
type: object
|
|
17225
|
-
properties: &
|
|
17255
|
+
properties: &ref_428
|
|
17226
17256
|
data:
|
|
17227
17257
|
type: array
|
|
17228
17258
|
items:
|
|
@@ -17339,10 +17369,10 @@ paths:
|
|
|
17339
17369
|
schema:
|
|
17340
17370
|
allOf:
|
|
17341
17371
|
- title: products.inforequest
|
|
17342
|
-
required: &
|
|
17372
|
+
required: &ref_429
|
|
17343
17373
|
- id
|
|
17344
17374
|
type: object
|
|
17345
|
-
properties: &
|
|
17375
|
+
properties: &ref_430
|
|
17346
17376
|
id:
|
|
17347
17377
|
type: string
|
|
17348
17378
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -17367,7 +17397,7 @@ paths:
|
|
|
17367
17397
|
allOf:
|
|
17368
17398
|
- title: products.inforesponse
|
|
17369
17399
|
type: object
|
|
17370
|
-
properties: &
|
|
17400
|
+
properties: &ref_431
|
|
17371
17401
|
data:
|
|
17372
17402
|
type: object
|
|
17373
17403
|
properties:
|
|
@@ -17658,11 +17688,11 @@ paths:
|
|
|
17658
17688
|
example: d905ff57-e866-0f59-9d1e-1fd4538bfae1
|
|
17659
17689
|
price:
|
|
17660
17690
|
title: ProductPriceWrite
|
|
17661
|
-
required: &
|
|
17691
|
+
required: &ref_432
|
|
17662
17692
|
- amount
|
|
17663
17693
|
- currency
|
|
17664
17694
|
type: object
|
|
17665
|
-
properties: &
|
|
17695
|
+
properties: &ref_433
|
|
17666
17696
|
amount:
|
|
17667
17697
|
type: number
|
|
17668
17698
|
example: 100
|
|
@@ -17689,11 +17719,11 @@ paths:
|
|
|
17689
17719
|
description: Only available when stock management feature is enabled
|
|
17690
17720
|
allOf:
|
|
17691
17721
|
- title: StockThreshold
|
|
17692
|
-
required: &
|
|
17722
|
+
required: &ref_434
|
|
17693
17723
|
- minimum
|
|
17694
17724
|
- action
|
|
17695
17725
|
type: object
|
|
17696
|
-
properties: &
|
|
17726
|
+
properties: &ref_435
|
|
17697
17727
|
minimum:
|
|
17698
17728
|
type: number
|
|
17699
17729
|
description: Cannot be negative
|
|
@@ -17739,7 +17769,7 @@ paths:
|
|
|
17739
17769
|
allOf:
|
|
17740
17770
|
- title: products.addresponse
|
|
17741
17771
|
type: object
|
|
17742
|
-
properties: &
|
|
17772
|
+
properties: &ref_436
|
|
17743
17773
|
data:
|
|
17744
17774
|
title: TypeAndId
|
|
17745
17775
|
type: object
|
|
@@ -17768,10 +17798,10 @@ paths:
|
|
|
17768
17798
|
schema:
|
|
17769
17799
|
allOf:
|
|
17770
17800
|
- title: products.updaterequest
|
|
17771
|
-
required: &
|
|
17801
|
+
required: &ref_437
|
|
17772
17802
|
- id
|
|
17773
17803
|
type: object
|
|
17774
|
-
properties: &
|
|
17804
|
+
properties: &ref_438
|
|
17775
17805
|
id:
|
|
17776
17806
|
type: string
|
|
17777
17807
|
example: 71e91f91-b222-033f-8c7e-59bcc1521e3d
|
|
@@ -17922,10 +17952,10 @@ paths:
|
|
|
17922
17952
|
schema:
|
|
17923
17953
|
allOf:
|
|
17924
17954
|
- title: products.deleterequest
|
|
17925
|
-
required: &
|
|
17955
|
+
required: &ref_439
|
|
17926
17956
|
- id
|
|
17927
17957
|
type: object
|
|
17928
|
-
properties: &
|
|
17958
|
+
properties: &ref_440
|
|
17929
17959
|
id:
|
|
17930
17960
|
type: string
|
|
17931
17961
|
example: 71e91f91-b222-033f-8c7e-59bcc1521e3d
|
|
@@ -17968,7 +17998,7 @@ paths:
|
|
|
17968
17998
|
allOf:
|
|
17969
17999
|
- title: unitsOfMeasure.listresponse
|
|
17970
18000
|
type: object
|
|
17971
|
-
properties: &
|
|
18001
|
+
properties: &ref_441
|
|
17972
18002
|
data:
|
|
17973
18003
|
type: array
|
|
17974
18004
|
items:
|
|
@@ -18001,7 +18031,7 @@ paths:
|
|
|
18001
18031
|
allOf:
|
|
18002
18032
|
- title: priceLists.listrequest
|
|
18003
18033
|
type: object
|
|
18004
|
-
properties: &
|
|
18034
|
+
properties: &ref_442
|
|
18005
18035
|
filter:
|
|
18006
18036
|
type: object
|
|
18007
18037
|
properties:
|
|
@@ -18030,7 +18060,7 @@ paths:
|
|
|
18030
18060
|
allOf:
|
|
18031
18061
|
- title: priceLists.listresponse
|
|
18032
18062
|
type: object
|
|
18033
|
-
properties: &
|
|
18063
|
+
properties: &ref_443
|
|
18034
18064
|
data:
|
|
18035
18065
|
type: array
|
|
18036
18066
|
items:
|
|
@@ -18077,7 +18107,7 @@ paths:
|
|
|
18077
18107
|
allOf:
|
|
18078
18108
|
- title: projects.listrequest
|
|
18079
18109
|
type: object
|
|
18080
|
-
properties: &
|
|
18110
|
+
properties: &ref_444
|
|
18081
18111
|
filter:
|
|
18082
18112
|
type: object
|
|
18083
18113
|
properties:
|
|
@@ -18162,7 +18192,7 @@ paths:
|
|
|
18162
18192
|
allOf:
|
|
18163
18193
|
- title: projects.listresponse
|
|
18164
18194
|
type: object
|
|
18165
|
-
properties: &
|
|
18195
|
+
properties: &ref_445
|
|
18166
18196
|
data:
|
|
18167
18197
|
type: array
|
|
18168
18198
|
items:
|
|
@@ -18397,10 +18427,10 @@ paths:
|
|
|
18397
18427
|
schema:
|
|
18398
18428
|
allOf:
|
|
18399
18429
|
- title: projects.inforequest
|
|
18400
|
-
required: &
|
|
18430
|
+
required: &ref_446
|
|
18401
18431
|
- id
|
|
18402
18432
|
type: object
|
|
18403
|
-
properties: &
|
|
18433
|
+
properties: &ref_447
|
|
18404
18434
|
id:
|
|
18405
18435
|
type: string
|
|
18406
18436
|
example: 8a04371b-2ffb-407b-9b24-d5b5452009c7
|
|
@@ -18419,7 +18449,7 @@ paths:
|
|
|
18419
18449
|
allOf:
|
|
18420
18450
|
- title: projects.inforesponse
|
|
18421
18451
|
type: object
|
|
18422
|
-
properties: &
|
|
18452
|
+
properties: &ref_448
|
|
18423
18453
|
data:
|
|
18424
18454
|
type: object
|
|
18425
18455
|
properties:
|
|
@@ -18655,13 +18685,13 @@ paths:
|
|
|
18655
18685
|
schema:
|
|
18656
18686
|
allOf:
|
|
18657
18687
|
- title: projects.createrequest
|
|
18658
|
-
required: &
|
|
18688
|
+
required: &ref_449
|
|
18659
18689
|
- title
|
|
18660
18690
|
- starts_on
|
|
18661
18691
|
- milestones
|
|
18662
18692
|
- participants
|
|
18663
18693
|
type: object
|
|
18664
|
-
properties: &
|
|
18694
|
+
properties: &ref_450
|
|
18665
18695
|
title:
|
|
18666
18696
|
type: string
|
|
18667
18697
|
example: New company website
|
|
@@ -18809,10 +18839,10 @@ paths:
|
|
|
18809
18839
|
schema:
|
|
18810
18840
|
allOf:
|
|
18811
18841
|
- title: projects.updaterequest
|
|
18812
|
-
required: &
|
|
18842
|
+
required: &ref_451
|
|
18813
18843
|
- id
|
|
18814
18844
|
type: object
|
|
18815
|
-
properties: &
|
|
18845
|
+
properties: &ref_452
|
|
18816
18846
|
id:
|
|
18817
18847
|
type: string
|
|
18818
18848
|
example: dcc2e8ed-51be-4cb6-9c01-034aedac86fd
|
|
@@ -18910,10 +18940,10 @@ paths:
|
|
|
18910
18940
|
schema:
|
|
18911
18941
|
allOf:
|
|
18912
18942
|
- title: projects.closerequest
|
|
18913
|
-
required: &
|
|
18943
|
+
required: &ref_453
|
|
18914
18944
|
- id
|
|
18915
18945
|
type: object
|
|
18916
|
-
properties: &
|
|
18946
|
+
properties: &ref_454
|
|
18917
18947
|
id:
|
|
18918
18948
|
type: string
|
|
18919
18949
|
example: 01548b10-4932-4a18-8a89-005ad09db2c8
|
|
@@ -18976,10 +19006,10 @@ paths:
|
|
|
18976
19006
|
schema:
|
|
18977
19007
|
allOf:
|
|
18978
19008
|
- title: projects.deleterequest
|
|
18979
|
-
required: &
|
|
19009
|
+
required: &ref_455
|
|
18980
19010
|
- id
|
|
18981
19011
|
type: object
|
|
18982
|
-
properties: &
|
|
19012
|
+
properties: &ref_456
|
|
18983
19013
|
id:
|
|
18984
19014
|
type: string
|
|
18985
19015
|
example: 01548b10-4932-4a18-8a89-005ad09db2c8
|
|
@@ -19009,11 +19039,11 @@ paths:
|
|
|
19009
19039
|
schema:
|
|
19010
19040
|
allOf:
|
|
19011
19041
|
- title: projects.addParticipantrequest
|
|
19012
|
-
required: &
|
|
19042
|
+
required: &ref_457
|
|
19013
19043
|
- id
|
|
19014
19044
|
- participant
|
|
19015
19045
|
type: object
|
|
19016
|
-
properties: &
|
|
19046
|
+
properties: &ref_458
|
|
19017
19047
|
id:
|
|
19018
19048
|
type: string
|
|
19019
19049
|
example: 8dbfa9db-c53f-410c-97d3-755b19685809
|
|
@@ -19059,11 +19089,11 @@ paths:
|
|
|
19059
19089
|
schema:
|
|
19060
19090
|
allOf:
|
|
19061
19091
|
- title: projects.updateParticipantrequest
|
|
19062
|
-
required: &
|
|
19092
|
+
required: &ref_459
|
|
19063
19093
|
- id
|
|
19064
19094
|
- role
|
|
19065
19095
|
type: object
|
|
19066
|
-
properties: &
|
|
19096
|
+
properties: &ref_460
|
|
19067
19097
|
id:
|
|
19068
19098
|
type: string
|
|
19069
19099
|
example: 55fbe14f-7399-48e5-b4e0-64b7f5c50451
|
|
@@ -19110,7 +19140,7 @@ paths:
|
|
|
19110
19140
|
allOf:
|
|
19111
19141
|
- title: milestones.listrequest
|
|
19112
19142
|
type: object
|
|
19113
|
-
properties: &
|
|
19143
|
+
properties: &ref_461
|
|
19114
19144
|
filter:
|
|
19115
19145
|
type: object
|
|
19116
19146
|
properties:
|
|
@@ -19197,7 +19227,7 @@ paths:
|
|
|
19197
19227
|
allOf:
|
|
19198
19228
|
- title: milestones.listresponse
|
|
19199
19229
|
type: object
|
|
19200
|
-
properties: &
|
|
19230
|
+
properties: &ref_462
|
|
19201
19231
|
data:
|
|
19202
19232
|
type: array
|
|
19203
19233
|
items:
|
|
@@ -19421,10 +19451,10 @@ paths:
|
|
|
19421
19451
|
schema:
|
|
19422
19452
|
allOf:
|
|
19423
19453
|
- title: milestones.inforequest
|
|
19424
|
-
required: &
|
|
19454
|
+
required: &ref_463
|
|
19425
19455
|
- id
|
|
19426
19456
|
type: object
|
|
19427
|
-
properties: &
|
|
19457
|
+
properties: &ref_464
|
|
19428
19458
|
id:
|
|
19429
19459
|
type: string
|
|
19430
19460
|
example: 64349fa2-6ca2-4b19-82e6-d3258ceab2d8
|
|
@@ -19443,7 +19473,7 @@ paths:
|
|
|
19443
19473
|
allOf:
|
|
19444
19474
|
- title: milestones.inforesponse
|
|
19445
19475
|
type: object
|
|
19446
|
-
properties: &
|
|
19476
|
+
properties: &ref_465
|
|
19447
19477
|
data:
|
|
19448
19478
|
type: object
|
|
19449
19479
|
properties:
|
|
@@ -19637,13 +19667,13 @@ paths:
|
|
|
19637
19667
|
schema:
|
|
19638
19668
|
allOf:
|
|
19639
19669
|
- title: milestones.createrequest
|
|
19640
|
-
required: &
|
|
19670
|
+
required: &ref_466
|
|
19641
19671
|
- project_id
|
|
19642
19672
|
- due_on
|
|
19643
19673
|
- name
|
|
19644
19674
|
- responsible_user_id
|
|
19645
19675
|
type: object
|
|
19646
|
-
properties: &
|
|
19676
|
+
properties: &ref_467
|
|
19647
19677
|
project_id:
|
|
19648
19678
|
type: string
|
|
19649
19679
|
example: 1c159f98-4b07-438a-9f42-fb4206b9530d
|
|
@@ -19673,7 +19703,7 @@ paths:
|
|
|
19673
19703
|
type: object
|
|
19674
19704
|
properties: *ref_23
|
|
19675
19705
|
description: ''
|
|
19676
|
-
oneOf: &
|
|
19706
|
+
oneOf: &ref_468
|
|
19677
19707
|
- type: object
|
|
19678
19708
|
title: With budget
|
|
19679
19709
|
properties:
|
|
@@ -19741,7 +19771,7 @@ paths:
|
|
|
19741
19771
|
allOf:
|
|
19742
19772
|
- title: milestones.createresponse
|
|
19743
19773
|
type: object
|
|
19744
|
-
properties: &
|
|
19774
|
+
properties: &ref_469
|
|
19745
19775
|
data:
|
|
19746
19776
|
title: TypeAndId
|
|
19747
19777
|
type: object
|
|
@@ -19770,10 +19800,10 @@ paths:
|
|
|
19770
19800
|
schema:
|
|
19771
19801
|
allOf:
|
|
19772
19802
|
- title: milestones.updaterequest
|
|
19773
|
-
required: &
|
|
19803
|
+
required: &ref_470
|
|
19774
19804
|
- id
|
|
19775
19805
|
type: object
|
|
19776
|
-
properties: &
|
|
19806
|
+
properties: &ref_471
|
|
19777
19807
|
id:
|
|
19778
19808
|
type: string
|
|
19779
19809
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -19850,10 +19880,10 @@ paths:
|
|
|
19850
19880
|
schema:
|
|
19851
19881
|
allOf:
|
|
19852
19882
|
- title: milestones.deleterequest
|
|
19853
|
-
required: &
|
|
19883
|
+
required: &ref_472
|
|
19854
19884
|
- id
|
|
19855
19885
|
type: object
|
|
19856
|
-
properties: &
|
|
19886
|
+
properties: &ref_473
|
|
19857
19887
|
id:
|
|
19858
19888
|
type: string
|
|
19859
19889
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -19883,10 +19913,10 @@ paths:
|
|
|
19883
19913
|
schema:
|
|
19884
19914
|
allOf:
|
|
19885
19915
|
- title: milestones.closerequest
|
|
19886
|
-
required: &
|
|
19916
|
+
required: &ref_474
|
|
19887
19917
|
- id
|
|
19888
19918
|
type: object
|
|
19889
|
-
properties: &
|
|
19919
|
+
properties: &ref_475
|
|
19890
19920
|
id:
|
|
19891
19921
|
type: string
|
|
19892
19922
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -19916,10 +19946,10 @@ paths:
|
|
|
19916
19946
|
schema:
|
|
19917
19947
|
allOf:
|
|
19918
19948
|
- title: milestones.openrequest
|
|
19919
|
-
required: &
|
|
19949
|
+
required: &ref_476
|
|
19920
19950
|
- id
|
|
19921
19951
|
type: object
|
|
19922
|
-
properties: &
|
|
19952
|
+
properties: &ref_477
|
|
19923
19953
|
id:
|
|
19924
19954
|
type: string
|
|
19925
19955
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -19950,7 +19980,7 @@ paths:
|
|
|
19950
19980
|
allOf:
|
|
19951
19981
|
- title: projects-v2.listrequest
|
|
19952
19982
|
type: object
|
|
19953
|
-
properties: &
|
|
19983
|
+
properties: &ref_478
|
|
19954
19984
|
filter:
|
|
19955
19985
|
type: object
|
|
19956
19986
|
properties:
|
|
@@ -20088,7 +20118,7 @@ paths:
|
|
|
20088
20118
|
allOf:
|
|
20089
20119
|
- title: projects-v2.listresponse
|
|
20090
20120
|
type: object
|
|
20091
|
-
properties: &
|
|
20121
|
+
properties: &ref_479
|
|
20092
20122
|
data:
|
|
20093
20123
|
type: array
|
|
20094
20124
|
items:
|
|
@@ -20577,10 +20607,10 @@ paths:
|
|
|
20577
20607
|
schema:
|
|
20578
20608
|
allOf:
|
|
20579
20609
|
- title: projects-v2.inforequest
|
|
20580
|
-
required: &
|
|
20610
|
+
required: &ref_480
|
|
20581
20611
|
- id
|
|
20582
20612
|
type: object
|
|
20583
|
-
properties: &
|
|
20613
|
+
properties: &ref_481
|
|
20584
20614
|
id:
|
|
20585
20615
|
type: string
|
|
20586
20616
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -20605,7 +20635,7 @@ paths:
|
|
|
20605
20635
|
allOf:
|
|
20606
20636
|
- title: projects.inforesponse1
|
|
20607
20637
|
type: object
|
|
20608
|
-
properties: &
|
|
20638
|
+
properties: &ref_482
|
|
20609
20639
|
data:
|
|
20610
20640
|
type: object
|
|
20611
20641
|
properties:
|
|
@@ -21110,10 +21140,10 @@ paths:
|
|
|
21110
21140
|
schema:
|
|
21111
21141
|
allOf:
|
|
21112
21142
|
- title: projects-v2.createrequest
|
|
21113
|
-
required: &
|
|
21143
|
+
required: &ref_483
|
|
21114
21144
|
- title
|
|
21115
21145
|
type: object
|
|
21116
|
-
properties: &
|
|
21146
|
+
properties: &ref_484
|
|
21117
21147
|
title:
|
|
21118
21148
|
type: string
|
|
21119
21149
|
example: My cool new project
|
|
@@ -21430,10 +21460,10 @@ paths:
|
|
|
21430
21460
|
schema:
|
|
21431
21461
|
allOf:
|
|
21432
21462
|
- title: projects-v2.updaterequest
|
|
21433
|
-
required: &
|
|
21463
|
+
required: &ref_485
|
|
21434
21464
|
- id
|
|
21435
21465
|
type: object
|
|
21436
|
-
properties: &
|
|
21466
|
+
properties: &ref_486
|
|
21437
21467
|
id:
|
|
21438
21468
|
type: string
|
|
21439
21469
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21620,11 +21650,11 @@ paths:
|
|
|
21620
21650
|
schema:
|
|
21621
21651
|
allOf:
|
|
21622
21652
|
- title: projects-v2.closerequest
|
|
21623
|
-
required: &
|
|
21653
|
+
required: &ref_487
|
|
21624
21654
|
- id
|
|
21625
21655
|
- closing_strategy
|
|
21626
21656
|
type: object
|
|
21627
|
-
properties: &
|
|
21657
|
+
properties: &ref_488
|
|
21628
21658
|
id:
|
|
21629
21659
|
type: string
|
|
21630
21660
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21690,11 +21720,11 @@ paths:
|
|
|
21690
21720
|
schema:
|
|
21691
21721
|
allOf:
|
|
21692
21722
|
- title: projects-v2.duplicaterequest
|
|
21693
|
-
required: &
|
|
21723
|
+
required: &ref_489
|
|
21694
21724
|
- id
|
|
21695
21725
|
- title
|
|
21696
21726
|
type: object
|
|
21697
|
-
properties: &
|
|
21727
|
+
properties: &ref_490
|
|
21698
21728
|
id:
|
|
21699
21729
|
type: string
|
|
21700
21730
|
example: 81df9996-6d2c-4844-86d6-202c08d2837e
|
|
@@ -21718,7 +21748,7 @@ paths:
|
|
|
21718
21748
|
allOf:
|
|
21719
21749
|
- title: projects-v2.duplicateresponse
|
|
21720
21750
|
type: object
|
|
21721
|
-
properties: &
|
|
21751
|
+
properties: &ref_491
|
|
21722
21752
|
data:
|
|
21723
21753
|
title: TypeAndId
|
|
21724
21754
|
type: object
|
|
@@ -21747,11 +21777,11 @@ paths:
|
|
|
21747
21777
|
schema:
|
|
21748
21778
|
allOf:
|
|
21749
21779
|
- title: projects-v2.deleterequest
|
|
21750
|
-
required: &
|
|
21780
|
+
required: &ref_492
|
|
21751
21781
|
- id
|
|
21752
21782
|
- delete_strategy
|
|
21753
21783
|
type: object
|
|
21754
|
-
properties: &
|
|
21784
|
+
properties: &ref_493
|
|
21755
21785
|
id:
|
|
21756
21786
|
type: string
|
|
21757
21787
|
example: 81df9996-6d2c-4844-86d6-202c08d2837e
|
|
@@ -21790,11 +21820,11 @@ paths:
|
|
|
21790
21820
|
schema:
|
|
21791
21821
|
allOf:
|
|
21792
21822
|
- title: projects-v2.addOwnerrequest
|
|
21793
|
-
required: &
|
|
21823
|
+
required: &ref_494
|
|
21794
21824
|
- id
|
|
21795
21825
|
- user_id
|
|
21796
21826
|
type: object
|
|
21797
|
-
properties: &
|
|
21827
|
+
properties: &ref_495
|
|
21798
21828
|
id:
|
|
21799
21829
|
type: string
|
|
21800
21830
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21829,11 +21859,11 @@ paths:
|
|
|
21829
21859
|
schema:
|
|
21830
21860
|
allOf:
|
|
21831
21861
|
- title: projects-v2.removeOwnerrequest
|
|
21832
|
-
required: &
|
|
21862
|
+
required: &ref_496
|
|
21833
21863
|
- id
|
|
21834
21864
|
- user_id
|
|
21835
21865
|
type: object
|
|
21836
|
-
properties: &
|
|
21866
|
+
properties: &ref_497
|
|
21837
21867
|
id:
|
|
21838
21868
|
type: string
|
|
21839
21869
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21868,11 +21898,11 @@ paths:
|
|
|
21868
21898
|
schema:
|
|
21869
21899
|
allOf:
|
|
21870
21900
|
- title: projects-v2.assignrequest
|
|
21871
|
-
required: &
|
|
21901
|
+
required: &ref_498
|
|
21872
21902
|
- id
|
|
21873
21903
|
- assignee
|
|
21874
21904
|
type: object
|
|
21875
|
-
properties: &
|
|
21905
|
+
properties: &ref_499
|
|
21876
21906
|
id:
|
|
21877
21907
|
type: string
|
|
21878
21908
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21924,11 +21954,11 @@ paths:
|
|
|
21924
21954
|
schema:
|
|
21925
21955
|
allOf:
|
|
21926
21956
|
- title: projects-v2.unassignrequest
|
|
21927
|
-
required: &
|
|
21957
|
+
required: &ref_500
|
|
21928
21958
|
- id
|
|
21929
21959
|
- assignee
|
|
21930
21960
|
type: object
|
|
21931
|
-
properties: &
|
|
21961
|
+
properties: &ref_501
|
|
21932
21962
|
id:
|
|
21933
21963
|
type: string
|
|
21934
21964
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21980,11 +22010,11 @@ paths:
|
|
|
21980
22010
|
schema:
|
|
21981
22011
|
allOf:
|
|
21982
22012
|
- title: projects-v2.addCustomerrequest
|
|
21983
|
-
required: &
|
|
22013
|
+
required: &ref_502
|
|
21984
22014
|
- id
|
|
21985
22015
|
- customer
|
|
21986
22016
|
type: object
|
|
21987
|
-
properties: &
|
|
22017
|
+
properties: &ref_503
|
|
21988
22018
|
id:
|
|
21989
22019
|
type: string
|
|
21990
22020
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -22025,11 +22055,11 @@ paths:
|
|
|
22025
22055
|
schema:
|
|
22026
22056
|
allOf:
|
|
22027
22057
|
- title: projects-v2.removeCustomerrequest
|
|
22028
|
-
required: &
|
|
22058
|
+
required: &ref_504
|
|
22029
22059
|
- id
|
|
22030
22060
|
- customer
|
|
22031
22061
|
type: object
|
|
22032
|
-
properties: &
|
|
22062
|
+
properties: &ref_505
|
|
22033
22063
|
id:
|
|
22034
22064
|
type: string
|
|
22035
22065
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -22070,11 +22100,11 @@ paths:
|
|
|
22070
22100
|
schema:
|
|
22071
22101
|
allOf:
|
|
22072
22102
|
- title: projects-v2.addDealrequest
|
|
22073
|
-
required: &
|
|
22103
|
+
required: &ref_506
|
|
22074
22104
|
- id
|
|
22075
22105
|
- deal_id
|
|
22076
22106
|
type: object
|
|
22077
|
-
properties: &
|
|
22107
|
+
properties: &ref_507
|
|
22078
22108
|
id:
|
|
22079
22109
|
type: string
|
|
22080
22110
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -22109,11 +22139,11 @@ paths:
|
|
|
22109
22139
|
schema:
|
|
22110
22140
|
allOf:
|
|
22111
22141
|
- title: projects-v2.removeDealrequest
|
|
22112
|
-
required: &
|
|
22142
|
+
required: &ref_508
|
|
22113
22143
|
- id
|
|
22114
22144
|
- deal_id
|
|
22115
22145
|
type: object
|
|
22116
|
-
properties: &
|
|
22146
|
+
properties: &ref_509
|
|
22117
22147
|
id:
|
|
22118
22148
|
type: string
|
|
22119
22149
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -22148,11 +22178,11 @@ paths:
|
|
|
22148
22178
|
schema:
|
|
22149
22179
|
allOf:
|
|
22150
22180
|
- title: projects-v2.addQuotationrequest
|
|
22151
|
-
required: &
|
|
22181
|
+
required: &ref_510
|
|
22152
22182
|
- id
|
|
22153
22183
|
- quotation_id
|
|
22154
22184
|
type: object
|
|
22155
|
-
properties: &
|
|
22185
|
+
properties: &ref_511
|
|
22156
22186
|
id:
|
|
22157
22187
|
type: string
|
|
22158
22188
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -22187,11 +22217,11 @@ paths:
|
|
|
22187
22217
|
schema:
|
|
22188
22218
|
allOf:
|
|
22189
22219
|
- title: projects-v2.removeQuotationrequest
|
|
22190
|
-
required: &
|
|
22220
|
+
required: &ref_512
|
|
22191
22221
|
- id
|
|
22192
22222
|
- quotation_id
|
|
22193
22223
|
type: object
|
|
22194
|
-
properties: &
|
|
22224
|
+
properties: &ref_513
|
|
22195
22225
|
id:
|
|
22196
22226
|
type: string
|
|
22197
22227
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -22226,11 +22256,11 @@ paths:
|
|
|
22226
22256
|
schema:
|
|
22227
22257
|
allOf:
|
|
22228
22258
|
- title: projects-v2_externalParties.addToProjectrequest
|
|
22229
|
-
required: &
|
|
22259
|
+
required: &ref_514
|
|
22230
22260
|
- project_id
|
|
22231
22261
|
- customer
|
|
22232
22262
|
type: object
|
|
22233
|
-
properties: &
|
|
22263
|
+
properties: &ref_515
|
|
22234
22264
|
project_id:
|
|
22235
22265
|
type: string
|
|
22236
22266
|
example: 7257b535-d40f-4699-b3bd-63679379b579
|
|
@@ -22281,10 +22311,10 @@ paths:
|
|
|
22281
22311
|
schema:
|
|
22282
22312
|
allOf:
|
|
22283
22313
|
- title: projects-v2_externalParties.updaterequest
|
|
22284
|
-
required: &
|
|
22314
|
+
required: &ref_516
|
|
22285
22315
|
- id
|
|
22286
22316
|
type: object
|
|
22287
|
-
properties: &
|
|
22317
|
+
properties: &ref_517
|
|
22288
22318
|
id:
|
|
22289
22319
|
type: string
|
|
22290
22320
|
example: 6126596f-6193-445a-935a-60c10df9f632
|
|
@@ -22337,10 +22367,10 @@ paths:
|
|
|
22337
22367
|
schema:
|
|
22338
22368
|
allOf:
|
|
22339
22369
|
- title: projects-v2_externalParties.deleterequest
|
|
22340
|
-
required: &
|
|
22370
|
+
required: &ref_518
|
|
22341
22371
|
- id
|
|
22342
22372
|
type: object
|
|
22343
|
-
properties: &
|
|
22373
|
+
properties: &ref_519
|
|
22344
22374
|
id:
|
|
22345
22375
|
type: string
|
|
22346
22376
|
example: 6126596f-6193-445a-935a-60c10df9f632
|
|
@@ -22370,10 +22400,10 @@ paths:
|
|
|
22370
22400
|
schema:
|
|
22371
22401
|
allOf:
|
|
22372
22402
|
- title: projects-v2_projectLines.listrequest
|
|
22373
|
-
required: &
|
|
22403
|
+
required: &ref_520
|
|
22374
22404
|
- project_id
|
|
22375
22405
|
type: object
|
|
22376
|
-
properties: &
|
|
22406
|
+
properties: &ref_521
|
|
22377
22407
|
project_id:
|
|
22378
22408
|
type: string
|
|
22379
22409
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -22439,7 +22469,7 @@ paths:
|
|
|
22439
22469
|
allOf:
|
|
22440
22470
|
- title: projects-v2_projectLines.listresponse
|
|
22441
22471
|
type: object
|
|
22442
|
-
properties: &
|
|
22472
|
+
properties: &ref_522
|
|
22443
22473
|
data:
|
|
22444
22474
|
type: array
|
|
22445
22475
|
items:
|
|
@@ -22502,11 +22532,11 @@ paths:
|
|
|
22502
22532
|
schema:
|
|
22503
22533
|
allOf:
|
|
22504
22534
|
- title: projects-v2_projectLines.addToGrouprequest
|
|
22505
|
-
required: &
|
|
22535
|
+
required: &ref_523
|
|
22506
22536
|
- line_id
|
|
22507
22537
|
- group_id
|
|
22508
22538
|
type: object
|
|
22509
|
-
properties: &
|
|
22539
|
+
properties: &ref_524
|
|
22510
22540
|
line_id:
|
|
22511
22541
|
type: string
|
|
22512
22542
|
description: The ID of the task or material. May not be a group.
|
|
@@ -22542,10 +22572,10 @@ paths:
|
|
|
22542
22572
|
schema:
|
|
22543
22573
|
allOf:
|
|
22544
22574
|
- title: projects-v2_projectLines.removeFromGrouprequest
|
|
22545
|
-
required: &
|
|
22575
|
+
required: &ref_525
|
|
22546
22576
|
- line_id
|
|
22547
22577
|
type: object
|
|
22548
|
-
properties: &
|
|
22578
|
+
properties: &ref_526
|
|
22549
22579
|
line_id:
|
|
22550
22580
|
type: string
|
|
22551
22581
|
description: The ID of the task or material. May not be a group.
|
|
@@ -22577,7 +22607,7 @@ paths:
|
|
|
22577
22607
|
allOf:
|
|
22578
22608
|
- title: projects-v2_projectGroups.listrequest
|
|
22579
22609
|
type: object
|
|
22580
|
-
properties: &
|
|
22610
|
+
properties: &ref_527
|
|
22581
22611
|
filter:
|
|
22582
22612
|
type: object
|
|
22583
22613
|
properties:
|
|
@@ -22612,7 +22642,7 @@ paths:
|
|
|
22612
22642
|
allOf:
|
|
22613
22643
|
- title: projects-v2_projectGroups.listresponse
|
|
22614
22644
|
type: object
|
|
22615
|
-
properties: &
|
|
22645
|
+
properties: &ref_528
|
|
22616
22646
|
data:
|
|
22617
22647
|
type: array
|
|
22618
22648
|
items:
|
|
@@ -22904,10 +22934,10 @@ paths:
|
|
|
22904
22934
|
schema:
|
|
22905
22935
|
allOf:
|
|
22906
22936
|
- title: projects-v2_projectGroups.inforequest
|
|
22907
|
-
required: &
|
|
22937
|
+
required: &ref_529
|
|
22908
22938
|
- id
|
|
22909
22939
|
type: object
|
|
22910
|
-
properties: &
|
|
22940
|
+
properties: &ref_530
|
|
22911
22941
|
id:
|
|
22912
22942
|
type: string
|
|
22913
22943
|
example: cfe2666c-b0f4-4e85-8d6f-9e1284706d0a
|
|
@@ -22926,7 +22956,7 @@ paths:
|
|
|
22926
22956
|
allOf:
|
|
22927
22957
|
- title: projects-v2_projectGroups.inforesponse
|
|
22928
22958
|
type: object
|
|
22929
|
-
properties: &
|
|
22959
|
+
properties: &ref_531
|
|
22930
22960
|
data:
|
|
22931
22961
|
type: object
|
|
22932
22962
|
properties:
|
|
@@ -23217,11 +23247,11 @@ paths:
|
|
|
23217
23247
|
schema:
|
|
23218
23248
|
allOf:
|
|
23219
23249
|
- title: projects-v2_projectGroups.createrequest
|
|
23220
|
-
required: &
|
|
23250
|
+
required: &ref_532
|
|
23221
23251
|
- project_id
|
|
23222
23252
|
- title
|
|
23223
23253
|
type: object
|
|
23224
|
-
properties: &
|
|
23254
|
+
properties: &ref_533
|
|
23225
23255
|
project_id:
|
|
23226
23256
|
type: string
|
|
23227
23257
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -23346,7 +23376,7 @@ paths:
|
|
|
23346
23376
|
allOf:
|
|
23347
23377
|
- title: projects-v2_projectGroups.createresponse
|
|
23348
23378
|
type: object
|
|
23349
|
-
properties: &
|
|
23379
|
+
properties: &ref_534
|
|
23350
23380
|
data:
|
|
23351
23381
|
title: TypeAndId
|
|
23352
23382
|
type: object
|
|
@@ -23375,10 +23405,10 @@ paths:
|
|
|
23375
23405
|
schema:
|
|
23376
23406
|
allOf:
|
|
23377
23407
|
- title: projects-v2_projectGroups.updaterequest
|
|
23378
|
-
required: &
|
|
23408
|
+
required: &ref_535
|
|
23379
23409
|
- id
|
|
23380
23410
|
type: object
|
|
23381
|
-
properties: &
|
|
23411
|
+
properties: &ref_536
|
|
23382
23412
|
id:
|
|
23383
23413
|
type: string
|
|
23384
23414
|
example: e8478f2c-05a1-4e69-b3c4-e08507640f01
|
|
@@ -23508,10 +23538,10 @@ paths:
|
|
|
23508
23538
|
schema:
|
|
23509
23539
|
allOf:
|
|
23510
23540
|
- title: projects-v2_projectGroups.duplicaterequest
|
|
23511
|
-
required: &
|
|
23541
|
+
required: &ref_537
|
|
23512
23542
|
- origin_id
|
|
23513
23543
|
type: object
|
|
23514
|
-
properties: &
|
|
23544
|
+
properties: &ref_538
|
|
23515
23545
|
origin_id:
|
|
23516
23546
|
type: string
|
|
23517
23547
|
description: The id of the group that is being duplicated
|
|
@@ -23531,7 +23561,7 @@ paths:
|
|
|
23531
23561
|
allOf:
|
|
23532
23562
|
- title: projects-v2_projectGroups.duplicateresponse
|
|
23533
23563
|
type: object
|
|
23534
|
-
properties: &
|
|
23564
|
+
properties: &ref_539
|
|
23535
23565
|
data:
|
|
23536
23566
|
title: TypeAndId
|
|
23537
23567
|
type: object
|
|
@@ -23560,11 +23590,11 @@ paths:
|
|
|
23560
23590
|
schema:
|
|
23561
23591
|
allOf:
|
|
23562
23592
|
- title: projects-v2_projectGroups.deleterequest
|
|
23563
|
-
required: &
|
|
23593
|
+
required: &ref_540
|
|
23564
23594
|
- id
|
|
23565
23595
|
- delete_strategy
|
|
23566
23596
|
type: object
|
|
23567
|
-
properties: &
|
|
23597
|
+
properties: &ref_541
|
|
23568
23598
|
id:
|
|
23569
23599
|
type: string
|
|
23570
23600
|
example: 01866e6f-f264-7fe5-8b7c-a3f739fa292c
|
|
@@ -23603,11 +23633,11 @@ paths:
|
|
|
23603
23633
|
schema:
|
|
23604
23634
|
allOf:
|
|
23605
23635
|
- title: projects-v2_projectGroups.assignrequest
|
|
23606
|
-
required: &
|
|
23636
|
+
required: &ref_542
|
|
23607
23637
|
- id
|
|
23608
23638
|
- assignee
|
|
23609
23639
|
type: object
|
|
23610
|
-
properties: &
|
|
23640
|
+
properties: &ref_543
|
|
23611
23641
|
id:
|
|
23612
23642
|
type: string
|
|
23613
23643
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23659,11 +23689,11 @@ paths:
|
|
|
23659
23689
|
schema:
|
|
23660
23690
|
allOf:
|
|
23661
23691
|
- title: projects-v2_projectGroups.unassignrequest
|
|
23662
|
-
required: &
|
|
23692
|
+
required: &ref_544
|
|
23663
23693
|
- id
|
|
23664
23694
|
- assignee
|
|
23665
23695
|
type: object
|
|
23666
|
-
properties: &
|
|
23696
|
+
properties: &ref_545
|
|
23667
23697
|
id:
|
|
23668
23698
|
type: string
|
|
23669
23699
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23716,7 +23746,7 @@ paths:
|
|
|
23716
23746
|
allOf:
|
|
23717
23747
|
- title: projects-v2_tasks.listrequest
|
|
23718
23748
|
type: object
|
|
23719
|
-
properties: &
|
|
23749
|
+
properties: &ref_546
|
|
23720
23750
|
filter:
|
|
23721
23751
|
type: object
|
|
23722
23752
|
properties:
|
|
@@ -23755,7 +23785,7 @@ paths:
|
|
|
23755
23785
|
allOf:
|
|
23756
23786
|
- title: projects-v2_tasks.listresponse
|
|
23757
23787
|
type: object
|
|
23758
|
-
properties: &
|
|
23788
|
+
properties: &ref_547
|
|
23759
23789
|
data:
|
|
23760
23790
|
type: array
|
|
23761
23791
|
items:
|
|
@@ -24144,7 +24174,7 @@ paths:
|
|
|
24144
24174
|
allOf:
|
|
24145
24175
|
- title: projects-v2_tasks.inforesponse
|
|
24146
24176
|
type: object
|
|
24147
|
-
properties: &
|
|
24177
|
+
properties: &ref_548
|
|
24148
24178
|
data:
|
|
24149
24179
|
type: object
|
|
24150
24180
|
properties:
|
|
@@ -24531,11 +24561,11 @@ paths:
|
|
|
24531
24561
|
schema:
|
|
24532
24562
|
allOf:
|
|
24533
24563
|
- title: projects-v2_tasks.createrequest
|
|
24534
|
-
required: &
|
|
24564
|
+
required: &ref_549
|
|
24535
24565
|
- project_id
|
|
24536
24566
|
- title
|
|
24537
24567
|
type: object
|
|
24538
|
-
properties: &
|
|
24568
|
+
properties: &ref_550
|
|
24539
24569
|
project_id:
|
|
24540
24570
|
type: string
|
|
24541
24571
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -24739,10 +24769,10 @@ paths:
|
|
|
24739
24769
|
schema:
|
|
24740
24770
|
allOf:
|
|
24741
24771
|
- title: projects-v2_tasks.updaterequest
|
|
24742
|
-
required: &
|
|
24772
|
+
required: &ref_551
|
|
24743
24773
|
- id
|
|
24744
24774
|
type: object
|
|
24745
|
-
properties: &
|
|
24775
|
+
properties: &ref_552
|
|
24746
24776
|
id:
|
|
24747
24777
|
type: string
|
|
24748
24778
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -24914,10 +24944,10 @@ paths:
|
|
|
24914
24944
|
schema:
|
|
24915
24945
|
allOf:
|
|
24916
24946
|
- title: projects-v2_tasks.duplicaterequest
|
|
24917
|
-
required: &
|
|
24947
|
+
required: &ref_553
|
|
24918
24948
|
- origin_id
|
|
24919
24949
|
type: object
|
|
24920
|
-
properties: &
|
|
24950
|
+
properties: &ref_554
|
|
24921
24951
|
origin_id:
|
|
24922
24952
|
type: string
|
|
24923
24953
|
description: The id of the task that is being duplicated
|
|
@@ -24937,7 +24967,7 @@ paths:
|
|
|
24937
24967
|
allOf:
|
|
24938
24968
|
- title: projects-v2_tasks.duplicateresponse
|
|
24939
24969
|
type: object
|
|
24940
|
-
properties: &
|
|
24970
|
+
properties: &ref_555
|
|
24941
24971
|
data:
|
|
24942
24972
|
title: TypeAndId
|
|
24943
24973
|
type: object
|
|
@@ -24966,11 +24996,11 @@ paths:
|
|
|
24966
24996
|
schema:
|
|
24967
24997
|
allOf:
|
|
24968
24998
|
- title: projects-v2_tasks.deleterequest
|
|
24969
|
-
required: &
|
|
24999
|
+
required: &ref_556
|
|
24970
25000
|
- id
|
|
24971
25001
|
- delete_strategy
|
|
24972
25002
|
type: object
|
|
24973
|
-
properties: &
|
|
25003
|
+
properties: &ref_557
|
|
24974
25004
|
id:
|
|
24975
25005
|
type: string
|
|
24976
25006
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -25008,11 +25038,11 @@ paths:
|
|
|
25008
25038
|
schema:
|
|
25009
25039
|
allOf:
|
|
25010
25040
|
- title: projects-v2_tasks.assignrequest
|
|
25011
|
-
required: &
|
|
25041
|
+
required: &ref_558
|
|
25012
25042
|
- id
|
|
25013
25043
|
- assignee
|
|
25014
25044
|
type: object
|
|
25015
|
-
properties: &
|
|
25045
|
+
properties: &ref_559
|
|
25016
25046
|
id:
|
|
25017
25047
|
type: string
|
|
25018
25048
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -25064,11 +25094,11 @@ paths:
|
|
|
25064
25094
|
schema:
|
|
25065
25095
|
allOf:
|
|
25066
25096
|
- title: projects-v2_tasks.unassignrequest
|
|
25067
|
-
required: &
|
|
25097
|
+
required: &ref_560
|
|
25068
25098
|
- id
|
|
25069
25099
|
- assignee
|
|
25070
25100
|
type: object
|
|
25071
|
-
properties: &
|
|
25101
|
+
properties: &ref_561
|
|
25072
25102
|
id:
|
|
25073
25103
|
type: string
|
|
25074
25104
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -25121,7 +25151,7 @@ paths:
|
|
|
25121
25151
|
allOf:
|
|
25122
25152
|
- title: projects-v2_materials.listrequest
|
|
25123
25153
|
type: object
|
|
25124
|
-
properties: &
|
|
25154
|
+
properties: &ref_562
|
|
25125
25155
|
filter:
|
|
25126
25156
|
type: object
|
|
25127
25157
|
properties:
|
|
@@ -25150,7 +25180,7 @@ paths:
|
|
|
25150
25180
|
allOf:
|
|
25151
25181
|
- title: projects-v2_materials.listresponse
|
|
25152
25182
|
type: object
|
|
25153
|
-
properties: &
|
|
25183
|
+
properties: &ref_563
|
|
25154
25184
|
data:
|
|
25155
25185
|
type: array
|
|
25156
25186
|
items:
|
|
@@ -25464,10 +25494,10 @@ paths:
|
|
|
25464
25494
|
schema:
|
|
25465
25495
|
allOf:
|
|
25466
25496
|
- title: projects-v2_materials.inforequest
|
|
25467
|
-
required: &
|
|
25497
|
+
required: &ref_564
|
|
25468
25498
|
- id
|
|
25469
25499
|
type: object
|
|
25470
|
-
properties: &
|
|
25500
|
+
properties: &ref_565
|
|
25471
25501
|
id:
|
|
25472
25502
|
type: string
|
|
25473
25503
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -25486,7 +25516,7 @@ paths:
|
|
|
25486
25516
|
allOf:
|
|
25487
25517
|
- title: projects-v2_materials.inforesponse
|
|
25488
25518
|
type: object
|
|
25489
|
-
properties: &
|
|
25519
|
+
properties: &ref_566
|
|
25490
25520
|
data:
|
|
25491
25521
|
type: object
|
|
25492
25522
|
properties:
|
|
@@ -25804,11 +25834,11 @@ paths:
|
|
|
25804
25834
|
schema:
|
|
25805
25835
|
allOf:
|
|
25806
25836
|
- title: projects-v2_materials.createrequest
|
|
25807
|
-
required: &
|
|
25837
|
+
required: &ref_567
|
|
25808
25838
|
- project_id
|
|
25809
25839
|
- title
|
|
25810
25840
|
type: object
|
|
25811
|
-
properties: &
|
|
25841
|
+
properties: &ref_568
|
|
25812
25842
|
project_id:
|
|
25813
25843
|
type: string
|
|
25814
25844
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -25977,7 +26007,7 @@ paths:
|
|
|
25977
26007
|
allOf:
|
|
25978
26008
|
- title: projects-v2_materials.createresponse
|
|
25979
26009
|
type: object
|
|
25980
|
-
properties: &
|
|
26010
|
+
properties: &ref_569
|
|
25981
26011
|
data:
|
|
25982
26012
|
title: TypeAndId
|
|
25983
26013
|
type: object
|
|
@@ -26006,10 +26036,10 @@ paths:
|
|
|
26006
26036
|
schema:
|
|
26007
26037
|
allOf:
|
|
26008
26038
|
- title: projects-v2_materials.updaterequest
|
|
26009
|
-
required: &
|
|
26039
|
+
required: &ref_570
|
|
26010
26040
|
- id
|
|
26011
26041
|
type: object
|
|
26012
|
-
properties: &
|
|
26042
|
+
properties: &ref_571
|
|
26013
26043
|
id:
|
|
26014
26044
|
type: string
|
|
26015
26045
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -26164,10 +26194,10 @@ paths:
|
|
|
26164
26194
|
schema:
|
|
26165
26195
|
allOf:
|
|
26166
26196
|
- title: projects-v2_materials.duplicaterequest
|
|
26167
|
-
required: &
|
|
26197
|
+
required: &ref_572
|
|
26168
26198
|
- origin_id
|
|
26169
26199
|
type: object
|
|
26170
|
-
properties: &
|
|
26200
|
+
properties: &ref_573
|
|
26171
26201
|
origin_id:
|
|
26172
26202
|
type: string
|
|
26173
26203
|
description: The id of the material that is being duplicated
|
|
@@ -26187,7 +26217,7 @@ paths:
|
|
|
26187
26217
|
allOf:
|
|
26188
26218
|
- title: projects-v2_materials.duplicateresponse
|
|
26189
26219
|
type: object
|
|
26190
|
-
properties: &
|
|
26220
|
+
properties: &ref_574
|
|
26191
26221
|
data:
|
|
26192
26222
|
title: TypeAndId
|
|
26193
26223
|
type: object
|
|
@@ -26216,10 +26246,10 @@ paths:
|
|
|
26216
26246
|
schema:
|
|
26217
26247
|
allOf:
|
|
26218
26248
|
- title: projects-v2_materials.deleterequest
|
|
26219
|
-
required: &
|
|
26249
|
+
required: &ref_575
|
|
26220
26250
|
- id
|
|
26221
26251
|
type: object
|
|
26222
|
-
properties: &
|
|
26252
|
+
properties: &ref_576
|
|
26223
26253
|
id:
|
|
26224
26254
|
type: string
|
|
26225
26255
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26249,11 +26279,11 @@ paths:
|
|
|
26249
26279
|
schema:
|
|
26250
26280
|
allOf:
|
|
26251
26281
|
- title: projects-v2_materials.assignrequest
|
|
26252
|
-
required: &
|
|
26282
|
+
required: &ref_577
|
|
26253
26283
|
- id
|
|
26254
26284
|
- assignee
|
|
26255
26285
|
type: object
|
|
26256
|
-
properties: &
|
|
26286
|
+
properties: &ref_578
|
|
26257
26287
|
id:
|
|
26258
26288
|
type: string
|
|
26259
26289
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26305,11 +26335,11 @@ paths:
|
|
|
26305
26335
|
schema:
|
|
26306
26336
|
allOf:
|
|
26307
26337
|
- title: projects-v2_materials.unassignrequest
|
|
26308
|
-
required: &
|
|
26338
|
+
required: &ref_579
|
|
26309
26339
|
- id
|
|
26310
26340
|
- assignee
|
|
26311
26341
|
type: object
|
|
26312
|
-
properties: &
|
|
26342
|
+
properties: &ref_580
|
|
26313
26343
|
id:
|
|
26314
26344
|
type: string
|
|
26315
26345
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26362,7 +26392,7 @@ paths:
|
|
|
26362
26392
|
allOf:
|
|
26363
26393
|
- title: tasks.listrequest1
|
|
26364
26394
|
type: object
|
|
26365
|
-
properties: &
|
|
26395
|
+
properties: &ref_581
|
|
26366
26396
|
filter:
|
|
26367
26397
|
type: object
|
|
26368
26398
|
properties:
|
|
@@ -26430,7 +26460,7 @@ paths:
|
|
|
26430
26460
|
allOf:
|
|
26431
26461
|
- title: tasks.listresponse1
|
|
26432
26462
|
type: object
|
|
26433
|
-
properties: &
|
|
26463
|
+
properties: &ref_582
|
|
26434
26464
|
data:
|
|
26435
26465
|
type: array
|
|
26436
26466
|
items:
|
|
@@ -26637,7 +26667,7 @@ paths:
|
|
|
26637
26667
|
allOf:
|
|
26638
26668
|
- title: tasks.inforesponse1
|
|
26639
26669
|
type: object
|
|
26640
|
-
properties: &
|
|
26670
|
+
properties: &ref_583
|
|
26641
26671
|
data:
|
|
26642
26672
|
type: object
|
|
26643
26673
|
properties:
|
|
@@ -26829,12 +26859,12 @@ paths:
|
|
|
26829
26859
|
application/json:
|
|
26830
26860
|
schema:
|
|
26831
26861
|
title: tasks.createrequest1
|
|
26832
|
-
required: &
|
|
26862
|
+
required: &ref_584
|
|
26833
26863
|
- title
|
|
26834
26864
|
- due_on
|
|
26835
26865
|
- work_type_id
|
|
26836
26866
|
type: object
|
|
26837
|
-
properties: &
|
|
26867
|
+
properties: &ref_585
|
|
26838
26868
|
title:
|
|
26839
26869
|
type: string
|
|
26840
26870
|
description:
|
|
@@ -26926,10 +26956,10 @@ paths:
|
|
|
26926
26956
|
application/json:
|
|
26927
26957
|
schema:
|
|
26928
26958
|
title: tasks.updaterequest1
|
|
26929
|
-
required: &
|
|
26959
|
+
required: &ref_586
|
|
26930
26960
|
- id
|
|
26931
26961
|
type: object
|
|
26932
|
-
properties: &
|
|
26962
|
+
properties: &ref_587
|
|
26933
26963
|
id:
|
|
26934
26964
|
type: string
|
|
26935
26965
|
example: 00ed6266-a5bd-4aac-a292-2582017b6400
|
|
@@ -27015,10 +27045,10 @@ paths:
|
|
|
27015
27045
|
schema:
|
|
27016
27046
|
allOf:
|
|
27017
27047
|
- title: tasks.completerequest
|
|
27018
|
-
required: &
|
|
27048
|
+
required: &ref_588
|
|
27019
27049
|
- id
|
|
27020
27050
|
type: object
|
|
27021
|
-
properties: &
|
|
27051
|
+
properties: &ref_589
|
|
27022
27052
|
id:
|
|
27023
27053
|
type: string
|
|
27024
27054
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -27048,10 +27078,10 @@ paths:
|
|
|
27048
27078
|
schema:
|
|
27049
27079
|
allOf:
|
|
27050
27080
|
- title: tasks.reopenrequest
|
|
27051
|
-
required: &
|
|
27081
|
+
required: &ref_590
|
|
27052
27082
|
- id
|
|
27053
27083
|
type: object
|
|
27054
|
-
properties: &
|
|
27084
|
+
properties: &ref_591
|
|
27055
27085
|
id:
|
|
27056
27086
|
type: string
|
|
27057
27087
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -27081,10 +27111,10 @@ paths:
|
|
|
27081
27111
|
schema:
|
|
27082
27112
|
allOf:
|
|
27083
27113
|
- title: tasks.deleterequest1
|
|
27084
|
-
required: &
|
|
27114
|
+
required: &ref_592
|
|
27085
27115
|
- id
|
|
27086
27116
|
type: object
|
|
27087
|
-
properties: &
|
|
27117
|
+
properties: &ref_593
|
|
27088
27118
|
id:
|
|
27089
27119
|
type: string
|
|
27090
27120
|
example: 5f0afd8a-8a40-48a4-bbe6-7d0e9c61bb6d
|
|
@@ -27114,12 +27144,12 @@ paths:
|
|
|
27114
27144
|
schema:
|
|
27115
27145
|
allOf:
|
|
27116
27146
|
- title: tasks.schedulerequest
|
|
27117
|
-
required: &
|
|
27147
|
+
required: &ref_594
|
|
27118
27148
|
- id
|
|
27119
27149
|
- starts_at
|
|
27120
27150
|
- ends_at
|
|
27121
27151
|
type: object
|
|
27122
|
-
properties: &
|
|
27152
|
+
properties: &ref_595
|
|
27123
27153
|
id:
|
|
27124
27154
|
type: string
|
|
27125
27155
|
example: 7c70c54e-6e50-4e6a-b5fd-80234eb535cf
|
|
@@ -27148,7 +27178,7 @@ paths:
|
|
|
27148
27178
|
allOf:
|
|
27149
27179
|
- title: tasks.scheduleresponse
|
|
27150
27180
|
type: object
|
|
27151
|
-
properties: &
|
|
27181
|
+
properties: &ref_596
|
|
27152
27182
|
data:
|
|
27153
27183
|
title: TypeAndId
|
|
27154
27184
|
type: object
|
|
@@ -27178,7 +27208,7 @@ paths:
|
|
|
27178
27208
|
allOf:
|
|
27179
27209
|
- title: timeTracking.listrequest
|
|
27180
27210
|
type: object
|
|
27181
|
-
properties: &
|
|
27211
|
+
properties: &ref_597
|
|
27182
27212
|
filter:
|
|
27183
27213
|
type: object
|
|
27184
27214
|
properties:
|
|
@@ -27284,7 +27314,7 @@ paths:
|
|
|
27284
27314
|
allOf:
|
|
27285
27315
|
- title: timeTracking.listresponse
|
|
27286
27316
|
type: object
|
|
27287
|
-
properties: &
|
|
27317
|
+
properties: &ref_598
|
|
27288
27318
|
data:
|
|
27289
27319
|
type: array
|
|
27290
27320
|
items:
|
|
@@ -27502,10 +27532,10 @@ paths:
|
|
|
27502
27532
|
schema:
|
|
27503
27533
|
allOf:
|
|
27504
27534
|
- title: timeTracking.inforequest
|
|
27505
|
-
required: &
|
|
27535
|
+
required: &ref_599
|
|
27506
27536
|
- id
|
|
27507
27537
|
type: object
|
|
27508
|
-
properties: &
|
|
27538
|
+
properties: &ref_600
|
|
27509
27539
|
id:
|
|
27510
27540
|
type: string
|
|
27511
27541
|
example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
|
|
@@ -27530,7 +27560,7 @@ paths:
|
|
|
27530
27560
|
allOf:
|
|
27531
27561
|
- title: timeTracking.inforesponse
|
|
27532
27562
|
type: object
|
|
27533
|
-
properties: &
|
|
27563
|
+
properties: &ref_601
|
|
27534
27564
|
data:
|
|
27535
27565
|
type: object
|
|
27536
27566
|
properties:
|
|
@@ -27727,7 +27757,7 @@ paths:
|
|
|
27727
27757
|
allOf:
|
|
27728
27758
|
- title: timeTracking.addrequest
|
|
27729
27759
|
type: object
|
|
27730
|
-
properties: &
|
|
27760
|
+
properties: &ref_602
|
|
27731
27761
|
work_type_id:
|
|
27732
27762
|
type: string
|
|
27733
27763
|
example: 2175597d-484e-4a1c-a781-cbc3d9f893ba
|
|
@@ -27758,7 +27788,7 @@ paths:
|
|
|
27758
27788
|
type: string
|
|
27759
27789
|
description: To add tracked time for a different user.
|
|
27760
27790
|
example: 87982c96-f2fe-4b05-838c-ff42c0525758
|
|
27761
|
-
oneOf: &
|
|
27791
|
+
oneOf: &ref_603
|
|
27762
27792
|
- type: object
|
|
27763
27793
|
title: With started_at & duration
|
|
27764
27794
|
required:
|
|
@@ -27810,7 +27840,7 @@ paths:
|
|
|
27810
27840
|
allOf:
|
|
27811
27841
|
- title: timeTracking.addresponse
|
|
27812
27842
|
type: object
|
|
27813
|
-
properties: &
|
|
27843
|
+
properties: &ref_604
|
|
27814
27844
|
data:
|
|
27815
27845
|
title: TypeAndId
|
|
27816
27846
|
type: object
|
|
@@ -27836,11 +27866,11 @@ paths:
|
|
|
27836
27866
|
schema:
|
|
27837
27867
|
allOf:
|
|
27838
27868
|
- title: timeTracking.updaterequest
|
|
27839
|
-
required: &
|
|
27869
|
+
required: &ref_605
|
|
27840
27870
|
- id
|
|
27841
27871
|
- duration
|
|
27842
27872
|
type: object
|
|
27843
|
-
properties: &
|
|
27873
|
+
properties: &ref_606
|
|
27844
27874
|
id:
|
|
27845
27875
|
type: string
|
|
27846
27876
|
example: 66621f54-3d0d-420f-8d4b-ddd7fc473bf2
|
|
@@ -27878,7 +27908,7 @@ paths:
|
|
|
27878
27908
|
invoiceable:
|
|
27879
27909
|
type: boolean
|
|
27880
27910
|
example: true
|
|
27881
|
-
oneOf: &
|
|
27911
|
+
oneOf: &ref_607
|
|
27882
27912
|
- type: object
|
|
27883
27913
|
title: Update with started_at
|
|
27884
27914
|
description: Update the timetracking with `started_at` DateTime.
|
|
@@ -27921,10 +27951,10 @@ paths:
|
|
|
27921
27951
|
schema:
|
|
27922
27952
|
allOf:
|
|
27923
27953
|
- title: timeTracking.resumerequest
|
|
27924
|
-
required: &
|
|
27954
|
+
required: &ref_608
|
|
27925
27955
|
- id
|
|
27926
27956
|
type: object
|
|
27927
|
-
properties: &
|
|
27957
|
+
properties: &ref_609
|
|
27928
27958
|
id:
|
|
27929
27959
|
type: string
|
|
27930
27960
|
example: 06dfa08a-b769-4005-a912-45ab885c5737
|
|
@@ -27949,7 +27979,7 @@ paths:
|
|
|
27949
27979
|
allOf:
|
|
27950
27980
|
- title: timeTracking.resumeresponse
|
|
27951
27981
|
type: object
|
|
27952
|
-
properties: &
|
|
27982
|
+
properties: &ref_610
|
|
27953
27983
|
data:
|
|
27954
27984
|
title: TypeAndId
|
|
27955
27985
|
type: object
|
|
@@ -27978,10 +28008,10 @@ paths:
|
|
|
27978
28008
|
schema:
|
|
27979
28009
|
allOf:
|
|
27980
28010
|
- title: timeTracking.deleterequest
|
|
27981
|
-
required: &
|
|
28011
|
+
required: &ref_611
|
|
27982
28012
|
- id
|
|
27983
28013
|
type: object
|
|
27984
|
-
properties: &
|
|
28014
|
+
properties: &ref_612
|
|
27985
28015
|
id:
|
|
27986
28016
|
type: string
|
|
27987
28017
|
example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
|
|
@@ -28014,7 +28044,7 @@ paths:
|
|
|
28014
28044
|
allOf:
|
|
28015
28045
|
- title: timers.currentresponse
|
|
28016
28046
|
type: object
|
|
28017
|
-
properties: &
|
|
28047
|
+
properties: &ref_613
|
|
28018
28048
|
data:
|
|
28019
28049
|
type: object
|
|
28020
28050
|
properties:
|
|
@@ -28100,7 +28130,7 @@ paths:
|
|
|
28100
28130
|
allOf:
|
|
28101
28131
|
- title: timers.startrequest
|
|
28102
28132
|
type: object
|
|
28103
|
-
properties: &
|
|
28133
|
+
properties: &ref_614
|
|
28104
28134
|
work_type_id:
|
|
28105
28135
|
type: string
|
|
28106
28136
|
example: db41328a-7a25-4e85-8fb9-830baacb7f40
|
|
@@ -28156,7 +28186,7 @@ paths:
|
|
|
28156
28186
|
allOf:
|
|
28157
28187
|
- title: timers.startresponse
|
|
28158
28188
|
type: object
|
|
28159
|
-
properties: &
|
|
28189
|
+
properties: &ref_615
|
|
28160
28190
|
data:
|
|
28161
28191
|
title: TypeAndId
|
|
28162
28192
|
type: object
|
|
@@ -28188,7 +28218,7 @@ paths:
|
|
|
28188
28218
|
allOf:
|
|
28189
28219
|
- title: timers.stopresponse
|
|
28190
28220
|
type: object
|
|
28191
|
-
properties: &
|
|
28221
|
+
properties: &ref_616
|
|
28192
28222
|
data:
|
|
28193
28223
|
title: TypeAndId
|
|
28194
28224
|
type: object
|
|
@@ -28218,7 +28248,7 @@ paths:
|
|
|
28218
28248
|
allOf:
|
|
28219
28249
|
- title: timers.updaterequest
|
|
28220
28250
|
type: object
|
|
28221
|
-
properties: &
|
|
28251
|
+
properties: &ref_617
|
|
28222
28252
|
work_type_id:
|
|
28223
28253
|
type: string
|
|
28224
28254
|
nullable: true
|
|
@@ -28292,7 +28322,7 @@ paths:
|
|
|
28292
28322
|
allOf:
|
|
28293
28323
|
- title: tickets.listrequest
|
|
28294
28324
|
type: object
|
|
28295
|
-
properties: &
|
|
28325
|
+
properties: &ref_618
|
|
28296
28326
|
filter:
|
|
28297
28327
|
type: object
|
|
28298
28328
|
properties:
|
|
@@ -28377,7 +28407,7 @@ paths:
|
|
|
28377
28407
|
allOf:
|
|
28378
28408
|
- title: tickets.listresponse
|
|
28379
28409
|
type: object
|
|
28380
|
-
properties: &
|
|
28410
|
+
properties: &ref_619
|
|
28381
28411
|
data:
|
|
28382
28412
|
type: array
|
|
28383
28413
|
items:
|
|
@@ -28512,10 +28542,10 @@ paths:
|
|
|
28512
28542
|
schema:
|
|
28513
28543
|
allOf:
|
|
28514
28544
|
- title: tickets.inforequest
|
|
28515
|
-
required: &
|
|
28545
|
+
required: &ref_620
|
|
28516
28546
|
- id
|
|
28517
28547
|
type: object
|
|
28518
|
-
properties: &
|
|
28548
|
+
properties: &ref_621
|
|
28519
28549
|
id:
|
|
28520
28550
|
type: string
|
|
28521
28551
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -28534,7 +28564,7 @@ paths:
|
|
|
28534
28564
|
allOf:
|
|
28535
28565
|
- title: tickets.inforesponse
|
|
28536
28566
|
type: object
|
|
28537
|
-
properties: &
|
|
28567
|
+
properties: &ref_622
|
|
28538
28568
|
id:
|
|
28539
28569
|
type: string
|
|
28540
28570
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -28683,12 +28713,12 @@ paths:
|
|
|
28683
28713
|
schema:
|
|
28684
28714
|
allOf:
|
|
28685
28715
|
- title: tickets.createrequest
|
|
28686
|
-
required: &
|
|
28716
|
+
required: &ref_623
|
|
28687
28717
|
- subject
|
|
28688
28718
|
- customer
|
|
28689
28719
|
- ticket_status_id
|
|
28690
28720
|
type: object
|
|
28691
|
-
properties: &
|
|
28721
|
+
properties: &ref_624
|
|
28692
28722
|
subject:
|
|
28693
28723
|
type: string
|
|
28694
28724
|
example: My ticket subject
|
|
@@ -28802,7 +28832,7 @@ paths:
|
|
|
28802
28832
|
allOf:
|
|
28803
28833
|
- title: tickets.createresponse
|
|
28804
28834
|
type: object
|
|
28805
|
-
properties: &
|
|
28835
|
+
properties: &ref_625
|
|
28806
28836
|
data:
|
|
28807
28837
|
title: TypeAndId
|
|
28808
28838
|
type: object
|
|
@@ -28831,10 +28861,10 @@ paths:
|
|
|
28831
28861
|
schema:
|
|
28832
28862
|
allOf:
|
|
28833
28863
|
- title: tickets.updaterequest
|
|
28834
|
-
required: &
|
|
28864
|
+
required: &ref_626
|
|
28835
28865
|
- id
|
|
28836
28866
|
type: object
|
|
28837
|
-
properties: &
|
|
28867
|
+
properties: &ref_627
|
|
28838
28868
|
id:
|
|
28839
28869
|
type: string
|
|
28840
28870
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -28956,7 +28986,7 @@ paths:
|
|
|
28956
28986
|
allOf:
|
|
28957
28987
|
- title: tickets.listMessagesrequest
|
|
28958
28988
|
type: object
|
|
28959
|
-
properties: &
|
|
28989
|
+
properties: &ref_628
|
|
28960
28990
|
id:
|
|
28961
28991
|
type: string
|
|
28962
28992
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29009,7 +29039,7 @@ paths:
|
|
|
29009
29039
|
allOf:
|
|
29010
29040
|
- title: tickets.listMessagesresponse
|
|
29011
29041
|
type: object
|
|
29012
|
-
properties: &
|
|
29042
|
+
properties: &ref_629
|
|
29013
29043
|
data:
|
|
29014
29044
|
type: array
|
|
29015
29045
|
items:
|
|
@@ -29112,7 +29142,7 @@ paths:
|
|
|
29112
29142
|
allOf:
|
|
29113
29143
|
- title: tickets.getMessagerequest
|
|
29114
29144
|
type: object
|
|
29115
|
-
properties: &
|
|
29145
|
+
properties: &ref_630
|
|
29116
29146
|
message_id:
|
|
29117
29147
|
type: string
|
|
29118
29148
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29131,7 +29161,7 @@ paths:
|
|
|
29131
29161
|
allOf:
|
|
29132
29162
|
- title: tickets.getMessageresponse
|
|
29133
29163
|
type: object
|
|
29134
|
-
properties: &
|
|
29164
|
+
properties: &ref_631
|
|
29135
29165
|
message_id:
|
|
29136
29166
|
type: string
|
|
29137
29167
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29214,13 +29244,13 @@ paths:
|
|
|
29214
29244
|
schema:
|
|
29215
29245
|
allOf:
|
|
29216
29246
|
- title: tickets.importMessagerequest
|
|
29217
|
-
required: &
|
|
29247
|
+
required: &ref_632
|
|
29218
29248
|
- id
|
|
29219
29249
|
- body
|
|
29220
29250
|
- sent_by
|
|
29221
29251
|
- sent_at
|
|
29222
29252
|
type: object
|
|
29223
|
-
properties: &
|
|
29253
|
+
properties: &ref_633
|
|
29224
29254
|
id:
|
|
29225
29255
|
type: string
|
|
29226
29256
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29273,7 +29303,7 @@ paths:
|
|
|
29273
29303
|
allOf:
|
|
29274
29304
|
- title: tickets.importMessageresponse
|
|
29275
29305
|
type: object
|
|
29276
|
-
properties: &
|
|
29306
|
+
properties: &ref_634
|
|
29277
29307
|
data:
|
|
29278
29308
|
title: TypeAndId
|
|
29279
29309
|
type: object
|
|
@@ -29302,11 +29332,11 @@ paths:
|
|
|
29302
29332
|
schema:
|
|
29303
29333
|
allOf:
|
|
29304
29334
|
- title: tickets.addReplyrequest
|
|
29305
|
-
required: &
|
|
29335
|
+
required: &ref_635
|
|
29306
29336
|
- id
|
|
29307
29337
|
- body
|
|
29308
29338
|
type: object
|
|
29309
|
-
properties: &
|
|
29339
|
+
properties: &ref_636
|
|
29310
29340
|
id:
|
|
29311
29341
|
type: string
|
|
29312
29342
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29345,7 +29375,7 @@ paths:
|
|
|
29345
29375
|
allOf:
|
|
29346
29376
|
- title: tickets.addReplyresponse
|
|
29347
29377
|
type: object
|
|
29348
|
-
properties: &
|
|
29378
|
+
properties: &ref_637
|
|
29349
29379
|
data:
|
|
29350
29380
|
title: TypeAndId
|
|
29351
29381
|
type: object
|
|
@@ -29374,11 +29404,11 @@ paths:
|
|
|
29374
29404
|
schema:
|
|
29375
29405
|
allOf:
|
|
29376
29406
|
- title: tickets.addInternalMessagerequest
|
|
29377
|
-
required: &
|
|
29407
|
+
required: &ref_638
|
|
29378
29408
|
- id
|
|
29379
29409
|
- body
|
|
29380
29410
|
type: object
|
|
29381
|
-
properties: &
|
|
29411
|
+
properties: &ref_639
|
|
29382
29412
|
id:
|
|
29383
29413
|
type: string
|
|
29384
29414
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29417,7 +29447,7 @@ paths:
|
|
|
29417
29447
|
allOf:
|
|
29418
29448
|
- title: tickets.addInternalMessageresponse
|
|
29419
29449
|
type: object
|
|
29420
|
-
properties: &
|
|
29450
|
+
properties: &ref_640
|
|
29421
29451
|
data:
|
|
29422
29452
|
title: TypeAndId
|
|
29423
29453
|
type: object
|
|
@@ -29447,7 +29477,7 @@ paths:
|
|
|
29447
29477
|
allOf:
|
|
29448
29478
|
- title: ticketStatus.listrequest
|
|
29449
29479
|
type: object
|
|
29450
|
-
properties: &
|
|
29480
|
+
properties: &ref_641
|
|
29451
29481
|
filter:
|
|
29452
29482
|
type: object
|
|
29453
29483
|
properties:
|
|
@@ -29476,7 +29506,7 @@ paths:
|
|
|
29476
29506
|
allOf:
|
|
29477
29507
|
- title: ticketStatus.listresponse
|
|
29478
29508
|
type: object
|
|
29479
|
-
properties: &
|
|
29509
|
+
properties: &ref_642
|
|
29480
29510
|
data:
|
|
29481
29511
|
type: array
|
|
29482
29512
|
items:
|
|
@@ -29526,10 +29556,10 @@ paths:
|
|
|
29526
29556
|
schema:
|
|
29527
29557
|
allOf:
|
|
29528
29558
|
- title: files.listrequest
|
|
29529
|
-
required: &
|
|
29559
|
+
required: &ref_643
|
|
29530
29560
|
- filter
|
|
29531
29561
|
type: object
|
|
29532
|
-
properties: &
|
|
29562
|
+
properties: &ref_644
|
|
29533
29563
|
filter:
|
|
29534
29564
|
type: object
|
|
29535
29565
|
required:
|
|
@@ -29611,7 +29641,7 @@ paths:
|
|
|
29611
29641
|
allOf:
|
|
29612
29642
|
- title: files.listresponse
|
|
29613
29643
|
type: object
|
|
29614
|
-
properties: &
|
|
29644
|
+
properties: &ref_645
|
|
29615
29645
|
data:
|
|
29616
29646
|
type: array
|
|
29617
29647
|
items:
|
|
@@ -29732,10 +29762,10 @@ paths:
|
|
|
29732
29762
|
schema:
|
|
29733
29763
|
allOf:
|
|
29734
29764
|
- title: files.inforequest
|
|
29735
|
-
required: &
|
|
29765
|
+
required: &ref_646
|
|
29736
29766
|
- id
|
|
29737
29767
|
type: object
|
|
29738
|
-
properties: &
|
|
29768
|
+
properties: &ref_647
|
|
29739
29769
|
id:
|
|
29740
29770
|
type: string
|
|
29741
29771
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -29754,7 +29784,7 @@ paths:
|
|
|
29754
29784
|
allOf:
|
|
29755
29785
|
- title: files.inforesponse
|
|
29756
29786
|
type: object
|
|
29757
|
-
properties: &
|
|
29787
|
+
properties: &ref_648
|
|
29758
29788
|
data:
|
|
29759
29789
|
type: object
|
|
29760
29790
|
properties:
|
|
@@ -29853,10 +29883,10 @@ paths:
|
|
|
29853
29883
|
schema:
|
|
29854
29884
|
allOf:
|
|
29855
29885
|
- title: files.downloadrequest
|
|
29856
|
-
required: &
|
|
29886
|
+
required: &ref_649
|
|
29857
29887
|
- id
|
|
29858
29888
|
type: object
|
|
29859
|
-
properties: &
|
|
29889
|
+
properties: &ref_650
|
|
29860
29890
|
id:
|
|
29861
29891
|
type: string
|
|
29862
29892
|
example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
|
|
@@ -29875,7 +29905,7 @@ paths:
|
|
|
29875
29905
|
allOf:
|
|
29876
29906
|
- title: files.downloadresponse
|
|
29877
29907
|
type: object
|
|
29878
|
-
properties: &
|
|
29908
|
+
properties: &ref_651
|
|
29879
29909
|
data:
|
|
29880
29910
|
type: object
|
|
29881
29911
|
properties:
|
|
@@ -29911,11 +29941,11 @@ paths:
|
|
|
29911
29941
|
schema:
|
|
29912
29942
|
allOf:
|
|
29913
29943
|
- title: files.uploadrequest
|
|
29914
|
-
required: &
|
|
29944
|
+
required: &ref_652
|
|
29915
29945
|
- name
|
|
29916
29946
|
- subject
|
|
29917
29947
|
type: object
|
|
29918
|
-
properties: &
|
|
29948
|
+
properties: &ref_653
|
|
29919
29949
|
name:
|
|
29920
29950
|
type: string
|
|
29921
29951
|
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.
|
|
@@ -29967,7 +29997,7 @@ paths:
|
|
|
29967
29997
|
allOf:
|
|
29968
29998
|
- title: files.uploadresponse
|
|
29969
29999
|
type: object
|
|
29970
|
-
properties: &
|
|
30000
|
+
properties: &ref_654
|
|
29971
30001
|
data:
|
|
29972
30002
|
type: object
|
|
29973
30003
|
properties:
|
|
@@ -30003,10 +30033,10 @@ paths:
|
|
|
30003
30033
|
schema:
|
|
30004
30034
|
allOf:
|
|
30005
30035
|
- title: files.deleterequest
|
|
30006
|
-
required: &
|
|
30036
|
+
required: &ref_655
|
|
30007
30037
|
- id
|
|
30008
30038
|
type: object
|
|
30009
|
-
properties: &
|
|
30039
|
+
properties: &ref_656
|
|
30010
30040
|
id:
|
|
30011
30041
|
type: string
|
|
30012
30042
|
example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
|
|
@@ -30036,10 +30066,10 @@ paths:
|
|
|
30036
30066
|
schema:
|
|
30037
30067
|
allOf:
|
|
30038
30068
|
- title: mailTemplates.listrequest
|
|
30039
|
-
required: &
|
|
30069
|
+
required: &ref_657
|
|
30040
30070
|
- filter
|
|
30041
30071
|
type: object
|
|
30042
|
-
properties: &
|
|
30072
|
+
properties: &ref_658
|
|
30043
30073
|
filter:
|
|
30044
30074
|
type: object
|
|
30045
30075
|
required:
|
|
@@ -30075,7 +30105,7 @@ paths:
|
|
|
30075
30105
|
allOf:
|
|
30076
30106
|
- title: mailTemplates.listresponse
|
|
30077
30107
|
type: object
|
|
30078
|
-
properties: &
|
|
30108
|
+
properties: &ref_659
|
|
30079
30109
|
data:
|
|
30080
30110
|
type: array
|
|
30081
30111
|
items:
|
|
@@ -30156,7 +30186,7 @@ paths:
|
|
|
30156
30186
|
allOf:
|
|
30157
30187
|
- title: migrate.idrequest
|
|
30158
30188
|
type: object
|
|
30159
|
-
properties: &
|
|
30189
|
+
properties: &ref_660
|
|
30160
30190
|
type:
|
|
30161
30191
|
type: string
|
|
30162
30192
|
enum:
|
|
@@ -30201,7 +30231,7 @@ paths:
|
|
|
30201
30231
|
allOf:
|
|
30202
30232
|
- title: migrate.idresponse
|
|
30203
30233
|
type: object
|
|
30204
|
-
properties: &
|
|
30234
|
+
properties: &ref_661
|
|
30205
30235
|
data:
|
|
30206
30236
|
type: object
|
|
30207
30237
|
properties:
|
|
@@ -30256,7 +30286,7 @@ paths:
|
|
|
30256
30286
|
allOf:
|
|
30257
30287
|
- title: migrate.taxRaterequest
|
|
30258
30288
|
type: object
|
|
30259
|
-
properties: &
|
|
30289
|
+
properties: &ref_662
|
|
30260
30290
|
department_id:
|
|
30261
30291
|
type: string
|
|
30262
30292
|
example: 6ad54ec6-ee2d-4500-afe6-0917c1aa7a38
|
|
@@ -30280,7 +30310,7 @@ paths:
|
|
|
30280
30310
|
allOf:
|
|
30281
30311
|
- title: migrate.taxRateresponse
|
|
30282
30312
|
type: object
|
|
30283
|
-
properties: &
|
|
30313
|
+
properties: &ref_663
|
|
30284
30314
|
data:
|
|
30285
30315
|
title: TypeAndId
|
|
30286
30316
|
type: object
|
|
@@ -30310,7 +30340,7 @@ paths:
|
|
|
30310
30340
|
allOf:
|
|
30311
30341
|
- title: migrate.activityTyperequest
|
|
30312
30342
|
type: object
|
|
30313
|
-
properties: &
|
|
30343
|
+
properties: &ref_664
|
|
30314
30344
|
type:
|
|
30315
30345
|
type: string
|
|
30316
30346
|
enum:
|
|
@@ -30333,7 +30363,7 @@ paths:
|
|
|
30333
30363
|
allOf:
|
|
30334
30364
|
- title: migrate.activityTyperesponse
|
|
30335
30365
|
type: object
|
|
30336
|
-
properties: &
|
|
30366
|
+
properties: &ref_665
|
|
30337
30367
|
data:
|
|
30338
30368
|
title: TypeAndId
|
|
30339
30369
|
type: object
|
|
@@ -30361,10 +30391,10 @@ paths:
|
|
|
30361
30391
|
application/json:
|
|
30362
30392
|
schema:
|
|
30363
30393
|
title: orders.inforequest
|
|
30364
|
-
required: &
|
|
30394
|
+
required: &ref_666
|
|
30365
30395
|
- id
|
|
30366
30396
|
type: object
|
|
30367
|
-
properties: &
|
|
30397
|
+
properties: &ref_667
|
|
30368
30398
|
id:
|
|
30369
30399
|
type: string
|
|
30370
30400
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -30385,7 +30415,7 @@ paths:
|
|
|
30385
30415
|
allOf:
|
|
30386
30416
|
- title: orders.inforesponse
|
|
30387
30417
|
type: object
|
|
30388
|
-
properties: &
|
|
30418
|
+
properties: &ref_669
|
|
30389
30419
|
data:
|
|
30390
30420
|
type: object
|
|
30391
30421
|
properties:
|
|
@@ -30415,7 +30445,7 @@ paths:
|
|
|
30415
30445
|
items:
|
|
30416
30446
|
title: OrdersGroupedLinesResponse
|
|
30417
30447
|
type: object
|
|
30418
|
-
properties: &
|
|
30448
|
+
properties: &ref_668
|
|
30419
30449
|
section:
|
|
30420
30450
|
type: object
|
|
30421
30451
|
properties:
|
|
@@ -30599,7 +30629,7 @@ paths:
|
|
|
30599
30629
|
allOf:
|
|
30600
30630
|
- title: orders.listrequest
|
|
30601
30631
|
type: object
|
|
30602
|
-
properties: &
|
|
30632
|
+
properties: &ref_670
|
|
30603
30633
|
filter:
|
|
30604
30634
|
type: object
|
|
30605
30635
|
properties:
|
|
@@ -30633,7 +30663,7 @@ paths:
|
|
|
30633
30663
|
schema:
|
|
30634
30664
|
title: orders.listresponse
|
|
30635
30665
|
type: object
|
|
30636
|
-
properties: &
|
|
30666
|
+
properties: &ref_671
|
|
30637
30667
|
data:
|
|
30638
30668
|
type: array
|
|
30639
30669
|
items:
|
|
@@ -30930,7 +30960,7 @@ paths:
|
|
|
30930
30960
|
schema:
|
|
30931
30961
|
title: webhooks.listresponse
|
|
30932
30962
|
type: object
|
|
30933
|
-
properties: &
|
|
30963
|
+
properties: &ref_672
|
|
30934
30964
|
data:
|
|
30935
30965
|
type: array
|
|
30936
30966
|
items:
|
|
@@ -30979,11 +31009,11 @@ paths:
|
|
|
30979
31009
|
schema:
|
|
30980
31010
|
allOf:
|
|
30981
31011
|
- title: cloudPlatforms.urlrequest
|
|
30982
|
-
required: &
|
|
31012
|
+
required: &ref_673
|
|
30983
31013
|
- type
|
|
30984
31014
|
- id
|
|
30985
31015
|
type: object
|
|
30986
|
-
properties: &
|
|
31016
|
+
properties: &ref_674
|
|
30987
31017
|
type:
|
|
30988
31018
|
type: string
|
|
30989
31019
|
enum:
|
|
@@ -31010,7 +31040,7 @@ paths:
|
|
|
31010
31040
|
allOf:
|
|
31011
31041
|
- title: cloudPlatforms.urlresponse
|
|
31012
31042
|
type: object
|
|
31013
|
-
properties: &
|
|
31043
|
+
properties: &ref_675
|
|
31014
31044
|
data:
|
|
31015
31045
|
type: object
|
|
31016
31046
|
properties:
|
|
@@ -31052,7 +31082,7 @@ paths:
|
|
|
31052
31082
|
allOf:
|
|
31053
31083
|
- title: accounts.projects-v2-statusresponse
|
|
31054
31084
|
type: object
|
|
31055
|
-
properties: &
|
|
31085
|
+
properties: &ref_676
|
|
31056
31086
|
data:
|
|
31057
31087
|
type: object
|
|
31058
31088
|
properties:
|
|
@@ -32175,53 +32205,58 @@ components:
|
|
|
32175
32205
|
required: *ref_385
|
|
32176
32206
|
type: object
|
|
32177
32207
|
properties: *ref_386
|
|
32208
|
+
invoices.sendViaPeppol:
|
|
32209
|
+
title: invoices.sendViaPeppol
|
|
32210
|
+
required: *ref_387
|
|
32211
|
+
type: object
|
|
32212
|
+
properties: *ref_388
|
|
32178
32213
|
creditNotes.listrequest:
|
|
32179
32214
|
title: creditNotes.listrequest
|
|
32180
32215
|
type: object
|
|
32181
|
-
properties: *
|
|
32216
|
+
properties: *ref_389
|
|
32182
32217
|
CreditNotesListInvoicee:
|
|
32183
32218
|
title: CreditNotesListInvoicee
|
|
32184
32219
|
type: object
|
|
32185
|
-
properties: *
|
|
32220
|
+
properties: *ref_390
|
|
32186
32221
|
creditNotes.listresponse:
|
|
32187
32222
|
title: creditNotes.listresponse
|
|
32188
32223
|
type: object
|
|
32189
|
-
properties: *
|
|
32224
|
+
properties: *ref_391
|
|
32190
32225
|
creditNotes.inforequest:
|
|
32191
32226
|
title: creditNotes.inforequest
|
|
32192
|
-
required: *
|
|
32227
|
+
required: *ref_392
|
|
32193
32228
|
type: object
|
|
32194
|
-
properties: *
|
|
32229
|
+
properties: *ref_393
|
|
32195
32230
|
CreditNotesResponseInvoicee:
|
|
32196
32231
|
title: CreditNotesResponseInvoicee
|
|
32197
32232
|
type: object
|
|
32198
|
-
properties: *
|
|
32233
|
+
properties: *ref_394
|
|
32199
32234
|
CreditNotesGroupedLinesResponse:
|
|
32200
32235
|
title: CreditNotesGroupedLinesResponse
|
|
32201
32236
|
type: object
|
|
32202
|
-
properties: *
|
|
32237
|
+
properties: *ref_395
|
|
32203
32238
|
creditNotes.inforesponse:
|
|
32204
32239
|
title: creditNotes.inforesponse
|
|
32205
32240
|
type: object
|
|
32206
|
-
properties: *
|
|
32241
|
+
properties: *ref_396
|
|
32207
32242
|
CreditNoteDownloadFormat:
|
|
32208
32243
|
title: Format
|
|
32209
|
-
enum: *
|
|
32244
|
+
enum: *ref_397
|
|
32210
32245
|
type: string
|
|
32211
32246
|
example: pdf
|
|
32212
32247
|
creditNotes.downloadrequest:
|
|
32213
32248
|
title: creditNotes.downloadrequest
|
|
32214
|
-
required: *
|
|
32249
|
+
required: *ref_398
|
|
32215
32250
|
type: object
|
|
32216
|
-
properties: *
|
|
32251
|
+
properties: *ref_399
|
|
32217
32252
|
creditNotes.downloadresponse:
|
|
32218
32253
|
title: creditNotes.downloadresponse
|
|
32219
32254
|
type: object
|
|
32220
|
-
properties: *
|
|
32255
|
+
properties: *ref_400
|
|
32221
32256
|
subscriptions.listrequest:
|
|
32222
32257
|
title: subscriptions.listrequest
|
|
32223
32258
|
type: object
|
|
32224
|
-
properties: *
|
|
32259
|
+
properties: *ref_401
|
|
32225
32260
|
SubscriptionsResponseInvoicee:
|
|
32226
32261
|
title: SubscriptionsResponseInvoicee
|
|
32227
32262
|
type: object
|
|
@@ -32233,20 +32268,20 @@ components:
|
|
|
32233
32268
|
subscriptions.listresponse:
|
|
32234
32269
|
title: subscriptions.listresponse
|
|
32235
32270
|
type: object
|
|
32236
|
-
properties: *
|
|
32271
|
+
properties: *ref_402
|
|
32237
32272
|
subscriptions.inforequest:
|
|
32238
32273
|
title: subscriptions.inforequest
|
|
32239
|
-
required: *
|
|
32274
|
+
required: *ref_403
|
|
32240
32275
|
type: object
|
|
32241
|
-
properties: *
|
|
32276
|
+
properties: *ref_404
|
|
32242
32277
|
SubscriptionsGroupedLinesResponse:
|
|
32243
32278
|
title: SubscriptionsGroupedLinesResponse
|
|
32244
32279
|
type: object
|
|
32245
|
-
properties: *
|
|
32280
|
+
properties: *ref_405
|
|
32246
32281
|
subscriptions.inforesponse:
|
|
32247
32282
|
title: subscriptions.inforesponse
|
|
32248
32283
|
type: object
|
|
32249
|
-
properties: *
|
|
32284
|
+
properties: *ref_406
|
|
32250
32285
|
SubscriptionsGroupedLinesRequest:
|
|
32251
32286
|
title: SubscriptionsGroupedLinesRequest
|
|
32252
32287
|
required: *ref_78
|
|
@@ -32255,78 +32290,78 @@ components:
|
|
|
32255
32290
|
InvoiceGenerationCreate:
|
|
32256
32291
|
title: InvoiceGenerationCreate
|
|
32257
32292
|
type: object
|
|
32258
|
-
oneOf: *
|
|
32293
|
+
oneOf: *ref_407
|
|
32259
32294
|
subscriptions.createrequest:
|
|
32260
32295
|
title: subscriptions.createrequest
|
|
32261
32296
|
type: object
|
|
32262
|
-
required: *
|
|
32263
|
-
properties: *
|
|
32297
|
+
required: *ref_408
|
|
32298
|
+
properties: *ref_409
|
|
32264
32299
|
subscriptions.createresponse:
|
|
32265
32300
|
title: subscriptions.createresponse
|
|
32266
32301
|
type: object
|
|
32267
|
-
properties: *
|
|
32302
|
+
properties: *ref_410
|
|
32268
32303
|
InvoiceGenerationUpdate:
|
|
32269
32304
|
title: InvoiceGenerationUpdate
|
|
32270
32305
|
type: object
|
|
32271
|
-
oneOf: *
|
|
32306
|
+
oneOf: *ref_411
|
|
32272
32307
|
subscriptions.updaterequest:
|
|
32273
32308
|
title: subscriptions.updaterequest
|
|
32274
|
-
required: *
|
|
32309
|
+
required: *ref_412
|
|
32275
32310
|
type: object
|
|
32276
|
-
properties: *
|
|
32311
|
+
properties: *ref_413
|
|
32277
32312
|
subscriptions.deactivaterequest:
|
|
32278
32313
|
title: subscriptions.deactivaterequest
|
|
32279
|
-
required: *
|
|
32314
|
+
required: *ref_414
|
|
32280
32315
|
type: object
|
|
32281
|
-
properties: *
|
|
32316
|
+
properties: *ref_415
|
|
32282
32317
|
taxRates.listrequest:
|
|
32283
32318
|
title: taxRates.listrequest
|
|
32284
32319
|
type: object
|
|
32285
|
-
properties: *
|
|
32320
|
+
properties: *ref_416
|
|
32286
32321
|
taxRates.listresponse:
|
|
32287
32322
|
title: taxRates.listresponse
|
|
32288
32323
|
type: object
|
|
32289
|
-
properties: *
|
|
32324
|
+
properties: *ref_417
|
|
32290
32325
|
paymentTerms.listresponse:
|
|
32291
32326
|
title: paymentTerms.listresponse
|
|
32292
32327
|
type: object
|
|
32293
|
-
properties: *
|
|
32328
|
+
properties: *ref_418
|
|
32294
32329
|
withholdingTaxRates.listrequest:
|
|
32295
32330
|
title: withholdingTaxRates.listrequest
|
|
32296
32331
|
type: object
|
|
32297
|
-
properties: *
|
|
32332
|
+
properties: *ref_419
|
|
32298
32333
|
withholdingTaxRates.listresponse:
|
|
32299
32334
|
title: withholdingTaxRates.listresponse
|
|
32300
32335
|
type: object
|
|
32301
|
-
properties: *
|
|
32336
|
+
properties: *ref_420
|
|
32302
32337
|
commercialDiscounts.listrequest:
|
|
32303
32338
|
title: commercialDiscounts.listrequest
|
|
32304
32339
|
type: object
|
|
32305
|
-
properties: *
|
|
32340
|
+
properties: *ref_421
|
|
32306
32341
|
commercialDiscounts.listresponse:
|
|
32307
32342
|
title: commercialDiscounts.listresponse
|
|
32308
32343
|
type: object
|
|
32309
|
-
properties: *
|
|
32344
|
+
properties: *ref_422
|
|
32310
32345
|
paymentMethods.listrequest:
|
|
32311
32346
|
title: paymentMethods.listrequest
|
|
32312
32347
|
type: object
|
|
32313
|
-
properties: *
|
|
32348
|
+
properties: *ref_423
|
|
32314
32349
|
paymentMethods.listresponse:
|
|
32315
32350
|
title: paymentMethods.listresponse
|
|
32316
32351
|
type: object
|
|
32317
|
-
properties: *
|
|
32352
|
+
properties: *ref_424
|
|
32318
32353
|
productCategories.listrequest:
|
|
32319
32354
|
title: productCategories.listrequest
|
|
32320
32355
|
type: object
|
|
32321
|
-
properties: *
|
|
32356
|
+
properties: *ref_425
|
|
32322
32357
|
productCategories.listresponse:
|
|
32323
32358
|
title: productCategories.listresponse
|
|
32324
32359
|
type: object
|
|
32325
|
-
properties: *
|
|
32360
|
+
properties: *ref_426
|
|
32326
32361
|
products.listrequest:
|
|
32327
32362
|
title: products.listrequest
|
|
32328
32363
|
type: object
|
|
32329
|
-
properties: *
|
|
32364
|
+
properties: *ref_427
|
|
32330
32365
|
Stock:
|
|
32331
32366
|
title: Stock
|
|
32332
32367
|
type: object
|
|
@@ -32339,26 +32374,26 @@ components:
|
|
|
32339
32374
|
products.listresponse:
|
|
32340
32375
|
title: products.listresponse
|
|
32341
32376
|
type: object
|
|
32342
|
-
properties: *
|
|
32377
|
+
properties: *ref_428
|
|
32343
32378
|
products.inforequest:
|
|
32344
32379
|
title: products.inforequest
|
|
32345
|
-
required: *
|
|
32380
|
+
required: *ref_429
|
|
32346
32381
|
type: object
|
|
32347
|
-
properties: *
|
|
32382
|
+
properties: *ref_430
|
|
32348
32383
|
products.inforesponse:
|
|
32349
32384
|
title: products.inforesponse
|
|
32350
32385
|
type: object
|
|
32351
|
-
properties: *
|
|
32386
|
+
properties: *ref_431
|
|
32352
32387
|
ProductPriceWrite:
|
|
32353
32388
|
title: ProductPriceWrite
|
|
32354
|
-
required: *
|
|
32389
|
+
required: *ref_432
|
|
32355
32390
|
type: object
|
|
32356
|
-
properties: *
|
|
32391
|
+
properties: *ref_433
|
|
32357
32392
|
StockThreshold:
|
|
32358
32393
|
title: StockThreshold
|
|
32359
|
-
required: *
|
|
32394
|
+
required: *ref_434
|
|
32360
32395
|
type: object
|
|
32361
|
-
properties: *
|
|
32396
|
+
properties: *ref_435
|
|
32362
32397
|
description: Only available when stock management feature is enabled
|
|
32363
32398
|
ProductConfigurationWrite:
|
|
32364
32399
|
title: ProductConfigurationWrite
|
|
@@ -32371,33 +32406,33 @@ components:
|
|
|
32371
32406
|
products.addresponse:
|
|
32372
32407
|
title: products.addresponse
|
|
32373
32408
|
type: object
|
|
32374
|
-
properties: *
|
|
32409
|
+
properties: *ref_436
|
|
32375
32410
|
products.updaterequest:
|
|
32376
32411
|
title: products.updaterequest
|
|
32377
|
-
required: *
|
|
32412
|
+
required: *ref_437
|
|
32378
32413
|
type: object
|
|
32379
|
-
properties: *
|
|
32414
|
+
properties: *ref_438
|
|
32380
32415
|
products.deleterequest:
|
|
32381
32416
|
title: products.deleterequest
|
|
32382
|
-
required: *
|
|
32417
|
+
required: *ref_439
|
|
32383
32418
|
type: object
|
|
32384
|
-
properties: *
|
|
32419
|
+
properties: *ref_440
|
|
32385
32420
|
unitsOfMeasure.listresponse:
|
|
32386
32421
|
title: unitsOfMeasure.listresponse
|
|
32387
32422
|
type: object
|
|
32388
|
-
properties: *
|
|
32423
|
+
properties: *ref_441
|
|
32389
32424
|
priceLists.listrequest:
|
|
32390
32425
|
title: priceLists.listrequest
|
|
32391
32426
|
type: object
|
|
32392
|
-
properties: *
|
|
32427
|
+
properties: *ref_442
|
|
32393
32428
|
priceLists.listresponse:
|
|
32394
32429
|
title: priceLists.listresponse
|
|
32395
32430
|
type: object
|
|
32396
|
-
properties: *
|
|
32431
|
+
properties: *ref_443
|
|
32397
32432
|
projects.listrequest:
|
|
32398
32433
|
title: projects.listrequest
|
|
32399
32434
|
type: object
|
|
32400
|
-
properties: *
|
|
32435
|
+
properties: *ref_444
|
|
32401
32436
|
ProjectsActuals:
|
|
32402
32437
|
title: ProjectsActuals
|
|
32403
32438
|
type: object
|
|
@@ -32411,12 +32446,12 @@ components:
|
|
|
32411
32446
|
projects.listresponse:
|
|
32412
32447
|
title: projects.listresponse
|
|
32413
32448
|
type: object
|
|
32414
|
-
properties: *
|
|
32449
|
+
properties: *ref_445
|
|
32415
32450
|
projects.inforequest:
|
|
32416
32451
|
title: projects.inforequest
|
|
32417
|
-
required: *
|
|
32452
|
+
required: *ref_446
|
|
32418
32453
|
type: object
|
|
32419
|
-
properties: *
|
|
32454
|
+
properties: *ref_447
|
|
32420
32455
|
Role:
|
|
32421
32456
|
title: Role
|
|
32422
32457
|
enum: *ref_87
|
|
@@ -32428,26 +32463,26 @@ components:
|
|
|
32428
32463
|
projects.inforesponse:
|
|
32429
32464
|
title: projects.inforesponse
|
|
32430
32465
|
type: object
|
|
32431
|
-
properties: *
|
|
32466
|
+
properties: *ref_448
|
|
32432
32467
|
projects.createrequest:
|
|
32433
32468
|
title: projects.createrequest
|
|
32434
|
-
required: *
|
|
32469
|
+
required: *ref_449
|
|
32435
32470
|
type: object
|
|
32436
|
-
properties: *
|
|
32471
|
+
properties: *ref_450
|
|
32437
32472
|
projects.createresponse:
|
|
32438
32473
|
title: projects.createresponse
|
|
32439
32474
|
type: object
|
|
32440
32475
|
properties: *ref_92
|
|
32441
32476
|
projects.updaterequest:
|
|
32442
32477
|
title: projects.updaterequest
|
|
32443
|
-
required: *
|
|
32478
|
+
required: *ref_451
|
|
32444
32479
|
type: object
|
|
32445
|
-
properties: *
|
|
32480
|
+
properties: *ref_452
|
|
32446
32481
|
projects.closerequest:
|
|
32447
32482
|
title: projects.closerequest
|
|
32448
|
-
required: *
|
|
32483
|
+
required: *ref_453
|
|
32449
32484
|
type: object
|
|
32450
|
-
properties: *
|
|
32485
|
+
properties: *ref_454
|
|
32451
32486
|
projects.reopenrequest:
|
|
32452
32487
|
title: projects.reopenrequest
|
|
32453
32488
|
required: *ref_93
|
|
@@ -32455,23 +32490,23 @@ components:
|
|
|
32455
32490
|
properties: *ref_94
|
|
32456
32491
|
projects.deleterequest:
|
|
32457
32492
|
title: projects.deleterequest
|
|
32458
|
-
required: *
|
|
32493
|
+
required: *ref_455
|
|
32459
32494
|
type: object
|
|
32460
|
-
properties: *
|
|
32495
|
+
properties: *ref_456
|
|
32461
32496
|
projects.addParticipantrequest:
|
|
32462
32497
|
title: projects.addParticipantrequest
|
|
32463
|
-
required: *
|
|
32498
|
+
required: *ref_457
|
|
32464
32499
|
type: object
|
|
32465
|
-
properties: *
|
|
32500
|
+
properties: *ref_458
|
|
32466
32501
|
projects.updateParticipantrequest:
|
|
32467
32502
|
title: projects.updateParticipantrequest
|
|
32468
|
-
required: *
|
|
32503
|
+
required: *ref_459
|
|
32469
32504
|
type: object
|
|
32470
|
-
properties: *
|
|
32505
|
+
properties: *ref_460
|
|
32471
32506
|
milestones.listrequest:
|
|
32472
32507
|
title: milestones.listrequest
|
|
32473
32508
|
type: object
|
|
32474
|
-
properties: *
|
|
32509
|
+
properties: *ref_461
|
|
32475
32510
|
MilestonesActuals:
|
|
32476
32511
|
title: MilestonesActuals
|
|
32477
32512
|
type: object
|
|
@@ -32485,50 +32520,50 @@ components:
|
|
|
32485
32520
|
milestones.listresponse:
|
|
32486
32521
|
title: milestones.listresponse
|
|
32487
32522
|
type: object
|
|
32488
|
-
properties: *
|
|
32523
|
+
properties: *ref_462
|
|
32489
32524
|
milestones.inforequest:
|
|
32490
32525
|
title: milestones.inforequest
|
|
32491
|
-
required: *
|
|
32526
|
+
required: *ref_463
|
|
32492
32527
|
type: object
|
|
32493
|
-
properties: *
|
|
32528
|
+
properties: *ref_464
|
|
32494
32529
|
milestones.inforesponse:
|
|
32495
32530
|
title: milestones.inforesponse
|
|
32496
32531
|
type: object
|
|
32497
|
-
properties: *
|
|
32532
|
+
properties: *ref_465
|
|
32498
32533
|
milestones.createrequest:
|
|
32499
32534
|
title: milestones.createrequest
|
|
32500
|
-
required: *
|
|
32535
|
+
required: *ref_466
|
|
32501
32536
|
type: object
|
|
32502
|
-
properties: *
|
|
32503
|
-
oneOf: *
|
|
32537
|
+
properties: *ref_467
|
|
32538
|
+
oneOf: *ref_468
|
|
32504
32539
|
milestones.createresponse:
|
|
32505
32540
|
title: milestones.createresponse
|
|
32506
32541
|
type: object
|
|
32507
|
-
properties: *
|
|
32542
|
+
properties: *ref_469
|
|
32508
32543
|
milestones.updaterequest:
|
|
32509
32544
|
title: milestones.updaterequest
|
|
32510
|
-
required: *
|
|
32545
|
+
required: *ref_470
|
|
32511
32546
|
type: object
|
|
32512
|
-
properties: *
|
|
32547
|
+
properties: *ref_471
|
|
32513
32548
|
milestones.deleterequest:
|
|
32514
32549
|
title: milestones.deleterequest
|
|
32515
|
-
required: *
|
|
32550
|
+
required: *ref_472
|
|
32516
32551
|
type: object
|
|
32517
|
-
properties: *
|
|
32552
|
+
properties: *ref_473
|
|
32518
32553
|
milestones.closerequest:
|
|
32519
32554
|
title: milestones.closerequest
|
|
32520
|
-
required: *
|
|
32555
|
+
required: *ref_474
|
|
32521
32556
|
type: object
|
|
32522
|
-
properties: *
|
|
32557
|
+
properties: *ref_475
|
|
32523
32558
|
milestones.openrequest:
|
|
32524
32559
|
title: milestones.openrequest
|
|
32525
|
-
required: *
|
|
32560
|
+
required: *ref_476
|
|
32526
32561
|
type: object
|
|
32527
|
-
properties: *
|
|
32562
|
+
properties: *ref_477
|
|
32528
32563
|
projects-v2.listrequest:
|
|
32529
32564
|
title: projects-v2.listrequest
|
|
32530
32565
|
type: object
|
|
32531
|
-
properties: *
|
|
32566
|
+
properties: *ref_478
|
|
32532
32567
|
Color:
|
|
32533
32568
|
title: Color
|
|
32534
32569
|
enum: *ref_90
|
|
@@ -32541,21 +32576,21 @@ components:
|
|
|
32541
32576
|
projects-v2.listresponse:
|
|
32542
32577
|
title: projects-v2.listresponse
|
|
32543
32578
|
type: object
|
|
32544
|
-
properties: *
|
|
32579
|
+
properties: *ref_479
|
|
32545
32580
|
projects-v2.inforequest:
|
|
32546
32581
|
title: projects-v2.inforequest
|
|
32547
|
-
required: *
|
|
32582
|
+
required: *ref_480
|
|
32548
32583
|
type: object
|
|
32549
|
-
properties: *
|
|
32584
|
+
properties: *ref_481
|
|
32550
32585
|
projects-v2.inforesponse:
|
|
32551
32586
|
title: projects.inforesponse1
|
|
32552
32587
|
type: object
|
|
32553
|
-
properties: *
|
|
32588
|
+
properties: *ref_482
|
|
32554
32589
|
projects-v2.createrequest:
|
|
32555
32590
|
title: projects-v2.createrequest
|
|
32556
|
-
required: *
|
|
32591
|
+
required: *ref_483
|
|
32557
32592
|
type: object
|
|
32558
|
-
properties: *
|
|
32593
|
+
properties: *ref_484
|
|
32559
32594
|
BillingMethod:
|
|
32560
32595
|
title: BillingMethod
|
|
32561
32596
|
required: *ref_96
|
|
@@ -32563,116 +32598,116 @@ components:
|
|
|
32563
32598
|
properties: *ref_97
|
|
32564
32599
|
projects-v2.updaterequest:
|
|
32565
32600
|
title: projects-v2.updaterequest
|
|
32566
|
-
required: *
|
|
32601
|
+
required: *ref_485
|
|
32567
32602
|
type: object
|
|
32568
|
-
properties: *
|
|
32603
|
+
properties: *ref_486
|
|
32569
32604
|
projects-v2.closerequest:
|
|
32570
32605
|
title: projects-v2.closerequest
|
|
32571
|
-
required: *
|
|
32606
|
+
required: *ref_487
|
|
32572
32607
|
type: object
|
|
32573
|
-
properties: *
|
|
32608
|
+
properties: *ref_488
|
|
32574
32609
|
projects-v2.duplicaterequest:
|
|
32575
32610
|
title: projects-v2.duplicaterequest
|
|
32576
|
-
required: *
|
|
32611
|
+
required: *ref_489
|
|
32577
32612
|
type: object
|
|
32578
|
-
properties: *
|
|
32613
|
+
properties: *ref_490
|
|
32579
32614
|
projects-v2.duplicateresponse:
|
|
32580
32615
|
title: projects-v2.duplicateresponse
|
|
32581
32616
|
type: object
|
|
32582
|
-
properties: *
|
|
32617
|
+
properties: *ref_491
|
|
32583
32618
|
projects-v2.deleterequest:
|
|
32584
32619
|
title: projects-v2.deleterequest
|
|
32585
|
-
required: *
|
|
32620
|
+
required: *ref_492
|
|
32586
32621
|
type: object
|
|
32587
|
-
properties: *
|
|
32622
|
+
properties: *ref_493
|
|
32588
32623
|
projects-v2.addOwnerrequest:
|
|
32589
32624
|
title: projects-v2.addOwnerrequest
|
|
32590
|
-
required: *
|
|
32625
|
+
required: *ref_494
|
|
32591
32626
|
type: object
|
|
32592
|
-
properties: *
|
|
32627
|
+
properties: *ref_495
|
|
32593
32628
|
projects-v2.removeOwnerrequest:
|
|
32594
32629
|
title: projects-v2.removeOwnerrequest
|
|
32595
|
-
required: *
|
|
32630
|
+
required: *ref_496
|
|
32596
32631
|
type: object
|
|
32597
|
-
properties: *
|
|
32632
|
+
properties: *ref_497
|
|
32598
32633
|
projects-v2.assignrequest:
|
|
32599
32634
|
title: projects-v2.assignrequest
|
|
32600
|
-
required: *
|
|
32635
|
+
required: *ref_498
|
|
32601
32636
|
type: object
|
|
32602
|
-
properties: *
|
|
32637
|
+
properties: *ref_499
|
|
32603
32638
|
projects-v2.unassignrequest:
|
|
32604
32639
|
title: projects-v2.unassignrequest
|
|
32605
|
-
required: *
|
|
32640
|
+
required: *ref_500
|
|
32606
32641
|
type: object
|
|
32607
|
-
properties: *
|
|
32642
|
+
properties: *ref_501
|
|
32608
32643
|
projects-v2.addCustomerrequest:
|
|
32609
32644
|
title: projects-v2.addCustomerrequest
|
|
32610
|
-
required: *
|
|
32645
|
+
required: *ref_502
|
|
32611
32646
|
type: object
|
|
32612
|
-
properties: *
|
|
32647
|
+
properties: *ref_503
|
|
32613
32648
|
projects-v2.removeCustomerrequest:
|
|
32614
32649
|
title: projects-v2.removeCustomerrequest
|
|
32615
|
-
required: *
|
|
32650
|
+
required: *ref_504
|
|
32616
32651
|
type: object
|
|
32617
|
-
properties: *
|
|
32652
|
+
properties: *ref_505
|
|
32618
32653
|
projects-v2.addDealrequest:
|
|
32619
32654
|
title: projects-v2.addDealrequest
|
|
32620
|
-
required: *
|
|
32655
|
+
required: *ref_506
|
|
32621
32656
|
type: object
|
|
32622
|
-
properties: *
|
|
32657
|
+
properties: *ref_507
|
|
32623
32658
|
projects-v2.removeDealrequest:
|
|
32624
32659
|
title: projects-v2.removeDealrequest
|
|
32625
|
-
required: *
|
|
32660
|
+
required: *ref_508
|
|
32626
32661
|
type: object
|
|
32627
|
-
properties: *
|
|
32662
|
+
properties: *ref_509
|
|
32628
32663
|
projects-v2.addQuotationrequest:
|
|
32629
32664
|
title: projects-v2.addQuotationrequest
|
|
32630
|
-
required: *
|
|
32665
|
+
required: *ref_510
|
|
32631
32666
|
type: object
|
|
32632
|
-
properties: *
|
|
32667
|
+
properties: *ref_511
|
|
32633
32668
|
projects-v2.removeQuotationrequest:
|
|
32634
32669
|
title: projects-v2.removeQuotationrequest
|
|
32635
|
-
required: *
|
|
32670
|
+
required: *ref_512
|
|
32636
32671
|
type: object
|
|
32637
|
-
properties: *
|
|
32672
|
+
properties: *ref_513
|
|
32638
32673
|
projects-v2_externalParties.addToProjectrequest:
|
|
32639
32674
|
title: projects-v2_externalParties.addToProjectrequest
|
|
32640
|
-
required: *
|
|
32675
|
+
required: *ref_514
|
|
32641
32676
|
type: object
|
|
32642
|
-
properties: *
|
|
32677
|
+
properties: *ref_515
|
|
32643
32678
|
projects-v2_externalParties.updaterequest:
|
|
32644
32679
|
title: projects-v2_externalParties.updaterequest
|
|
32645
|
-
required: *
|
|
32680
|
+
required: *ref_516
|
|
32646
32681
|
type: object
|
|
32647
|
-
properties: *
|
|
32682
|
+
properties: *ref_517
|
|
32648
32683
|
projects-v2_externalParties.deleterequest:
|
|
32649
32684
|
title: projects-v2_externalParties.deleterequest
|
|
32650
|
-
required: *
|
|
32685
|
+
required: *ref_518
|
|
32651
32686
|
type: object
|
|
32652
|
-
properties: *
|
|
32687
|
+
properties: *ref_519
|
|
32653
32688
|
projects-v2_projectLines.listrequest:
|
|
32654
32689
|
title: projects-v2_projectLines.listrequest
|
|
32655
|
-
required: *
|
|
32690
|
+
required: *ref_520
|
|
32656
32691
|
type: object
|
|
32657
|
-
properties: *
|
|
32692
|
+
properties: *ref_521
|
|
32658
32693
|
projects-v2_projectLines.listresponse:
|
|
32659
32694
|
title: projects-v2_projectLines.listresponse
|
|
32660
32695
|
type: object
|
|
32661
|
-
properties: *
|
|
32696
|
+
properties: *ref_522
|
|
32662
32697
|
projects-v2_projectLines.addToGrouprequest:
|
|
32663
32698
|
title: projects-v2_projectLines.addToGrouprequest
|
|
32664
|
-
required: *
|
|
32699
|
+
required: *ref_523
|
|
32665
32700
|
type: object
|
|
32666
|
-
properties: *
|
|
32701
|
+
properties: *ref_524
|
|
32667
32702
|
projects-v2_projectLines.removeFromGrouprequest:
|
|
32668
32703
|
title: projects-v2_projectLines.removeFromGrouprequest
|
|
32669
|
-
required: *
|
|
32704
|
+
required: *ref_525
|
|
32670
32705
|
type: object
|
|
32671
|
-
properties: *
|
|
32706
|
+
properties: *ref_526
|
|
32672
32707
|
projects-v2_projectGroups.listrequest:
|
|
32673
32708
|
title: projects-v2_projectGroups.listrequest
|
|
32674
32709
|
type: object
|
|
32675
|
-
properties: *
|
|
32710
|
+
properties: *ref_527
|
|
32676
32711
|
BillingStatus:
|
|
32677
32712
|
title: BillingStatus
|
|
32678
32713
|
enum: *ref_95
|
|
@@ -32681,62 +32716,62 @@ components:
|
|
|
32681
32716
|
projects-v2_projectGroups.listresponse:
|
|
32682
32717
|
title: projects-v2_projectGroups.listresponse
|
|
32683
32718
|
type: object
|
|
32684
|
-
properties: *
|
|
32719
|
+
properties: *ref_528
|
|
32685
32720
|
projects-v2_projectGroups.inforequest:
|
|
32686
32721
|
title: projects-v2_projectGroups.inforequest
|
|
32687
|
-
required: *
|
|
32722
|
+
required: *ref_529
|
|
32688
32723
|
type: object
|
|
32689
|
-
properties: *
|
|
32724
|
+
properties: *ref_530
|
|
32690
32725
|
projects-v2_projectGroups.inforesponse:
|
|
32691
32726
|
title: projects-v2_projectGroups.inforesponse
|
|
32692
32727
|
type: object
|
|
32693
|
-
properties: *
|
|
32728
|
+
properties: *ref_531
|
|
32694
32729
|
projects-v2_projectGroups.createrequest:
|
|
32695
32730
|
title: projects-v2_projectGroups.createrequest
|
|
32696
|
-
required: *
|
|
32731
|
+
required: *ref_532
|
|
32697
32732
|
type: object
|
|
32698
|
-
properties: *
|
|
32733
|
+
properties: *ref_533
|
|
32699
32734
|
projects-v2_projectGroups.createresponse:
|
|
32700
32735
|
title: projects-v2_projectGroups.createresponse
|
|
32701
32736
|
type: object
|
|
32702
|
-
properties: *
|
|
32737
|
+
properties: *ref_534
|
|
32703
32738
|
projects-v2_projectGroups.updaterequest:
|
|
32704
32739
|
title: projects-v2_projectGroups.updaterequest
|
|
32705
|
-
required: *
|
|
32740
|
+
required: *ref_535
|
|
32706
32741
|
type: object
|
|
32707
|
-
properties: *
|
|
32742
|
+
properties: *ref_536
|
|
32708
32743
|
projects-v2_projectGroups.duplicaterequest:
|
|
32709
32744
|
title: projects-v2_projectGroups.duplicaterequest
|
|
32710
|
-
required: *
|
|
32745
|
+
required: *ref_537
|
|
32711
32746
|
type: object
|
|
32712
|
-
properties: *
|
|
32747
|
+
properties: *ref_538
|
|
32713
32748
|
projects-v2_projectGroups.duplicateresponse:
|
|
32714
32749
|
title: projects-v2_projectGroups.duplicateresponse
|
|
32715
32750
|
type: object
|
|
32716
|
-
properties: *
|
|
32751
|
+
properties: *ref_539
|
|
32717
32752
|
projects-v2_projectGroups.deleterequest:
|
|
32718
32753
|
title: projects-v2_projectGroups.deleterequest
|
|
32719
|
-
required: *
|
|
32754
|
+
required: *ref_540
|
|
32720
32755
|
type: object
|
|
32721
|
-
properties: *
|
|
32756
|
+
properties: *ref_541
|
|
32722
32757
|
projects-v2_projectGroups.assignrequest:
|
|
32723
32758
|
title: projects-v2_projectGroups.assignrequest
|
|
32724
|
-
required: *
|
|
32759
|
+
required: *ref_542
|
|
32725
32760
|
type: object
|
|
32726
|
-
properties: *
|
|
32761
|
+
properties: *ref_543
|
|
32727
32762
|
projects-v2_projectGroups.unassignrequest:
|
|
32728
32763
|
title: projects-v2_projectGroups.unassignrequest
|
|
32729
|
-
required: *
|
|
32764
|
+
required: *ref_544
|
|
32730
32765
|
type: object
|
|
32731
|
-
properties: *
|
|
32766
|
+
properties: *ref_545
|
|
32732
32767
|
projects-v2_tasks.listrequest:
|
|
32733
32768
|
title: projects-v2_tasks.listrequest
|
|
32734
32769
|
type: object
|
|
32735
|
-
properties: *
|
|
32770
|
+
properties: *ref_546
|
|
32736
32771
|
projects-v2_tasks.listresponse:
|
|
32737
32772
|
title: projects-v2_tasks.listresponse
|
|
32738
32773
|
type: object
|
|
32739
|
-
properties: *
|
|
32774
|
+
properties: *ref_547
|
|
32740
32775
|
tasks.inforequest:
|
|
32741
32776
|
title: tasks.inforequest
|
|
32742
32777
|
required: *ref_98
|
|
@@ -32745,104 +32780,104 @@ components:
|
|
|
32745
32780
|
projects-v2_tasks.inforesponse:
|
|
32746
32781
|
title: projects-v2_tasks.inforesponse
|
|
32747
32782
|
type: object
|
|
32748
|
-
properties: *
|
|
32783
|
+
properties: *ref_548
|
|
32749
32784
|
projects-v2_tasks.createrequest:
|
|
32750
32785
|
title: projects-v2_tasks.createrequest
|
|
32751
|
-
required: *
|
|
32786
|
+
required: *ref_549
|
|
32752
32787
|
type: object
|
|
32753
|
-
properties: *
|
|
32788
|
+
properties: *ref_550
|
|
32754
32789
|
tasks.createresponse:
|
|
32755
32790
|
title: tasks.createresponse
|
|
32756
32791
|
type: object
|
|
32757
32792
|
properties: *ref_101
|
|
32758
32793
|
projects-v2_tasks.updaterequest:
|
|
32759
32794
|
title: projects-v2_tasks.updaterequest
|
|
32760
|
-
required: *
|
|
32795
|
+
required: *ref_551
|
|
32761
32796
|
type: object
|
|
32762
|
-
properties: *
|
|
32797
|
+
properties: *ref_552
|
|
32763
32798
|
projects-v2_tasks.duplicaterequest:
|
|
32764
32799
|
title: projects-v2_tasks.duplicaterequest
|
|
32765
|
-
required: *
|
|
32800
|
+
required: *ref_553
|
|
32766
32801
|
type: object
|
|
32767
|
-
properties: *
|
|
32802
|
+
properties: *ref_554
|
|
32768
32803
|
projects-v2_tasks.duplicateresponse:
|
|
32769
32804
|
title: projects-v2_tasks.duplicateresponse
|
|
32770
32805
|
type: object
|
|
32771
|
-
properties: *
|
|
32806
|
+
properties: *ref_555
|
|
32772
32807
|
projects-v2_tasks.deleterequest:
|
|
32773
32808
|
title: projects-v2_tasks.deleterequest
|
|
32774
|
-
required: *
|
|
32809
|
+
required: *ref_556
|
|
32775
32810
|
type: object
|
|
32776
|
-
properties: *
|
|
32811
|
+
properties: *ref_557
|
|
32777
32812
|
projects-v2_tasks.assignrequest:
|
|
32778
32813
|
title: projects-v2_tasks.assignrequest
|
|
32779
|
-
required: *
|
|
32814
|
+
required: *ref_558
|
|
32780
32815
|
type: object
|
|
32781
|
-
properties: *
|
|
32816
|
+
properties: *ref_559
|
|
32782
32817
|
projects-v2_tasks.unassignrequest:
|
|
32783
32818
|
title: projects-v2_tasks.unassignrequest
|
|
32784
|
-
required: *
|
|
32819
|
+
required: *ref_560
|
|
32785
32820
|
type: object
|
|
32786
|
-
properties: *
|
|
32821
|
+
properties: *ref_561
|
|
32787
32822
|
projects-v2_materials.listrequest:
|
|
32788
32823
|
title: projects-v2_materials.listrequest
|
|
32789
32824
|
type: object
|
|
32790
|
-
properties: *
|
|
32825
|
+
properties: *ref_562
|
|
32791
32826
|
projects-v2_materials.listresponse:
|
|
32792
32827
|
title: projects-v2_materials.listresponse
|
|
32793
32828
|
type: object
|
|
32794
|
-
properties: *
|
|
32829
|
+
properties: *ref_563
|
|
32795
32830
|
projects-v2_materials.inforequest:
|
|
32796
32831
|
title: projects-v2_materials.inforequest
|
|
32797
|
-
required: *
|
|
32832
|
+
required: *ref_564
|
|
32798
32833
|
type: object
|
|
32799
|
-
properties: *
|
|
32834
|
+
properties: *ref_565
|
|
32800
32835
|
projects-v2_materials.inforesponse:
|
|
32801
32836
|
title: projects-v2_materials.inforesponse
|
|
32802
32837
|
type: object
|
|
32803
|
-
properties: *
|
|
32838
|
+
properties: *ref_566
|
|
32804
32839
|
projects-v2_materials.createrequest:
|
|
32805
32840
|
title: projects-v2_materials.createrequest
|
|
32806
|
-
required: *
|
|
32841
|
+
required: *ref_567
|
|
32807
32842
|
type: object
|
|
32808
|
-
properties: *
|
|
32843
|
+
properties: *ref_568
|
|
32809
32844
|
projects-v2_materials.createresponse:
|
|
32810
32845
|
title: projects-v2_materials.createresponse
|
|
32811
32846
|
type: object
|
|
32812
|
-
properties: *
|
|
32847
|
+
properties: *ref_569
|
|
32813
32848
|
projects-v2_materials.updaterequest:
|
|
32814
32849
|
title: projects-v2_materials.updaterequest
|
|
32815
|
-
required: *
|
|
32850
|
+
required: *ref_570
|
|
32816
32851
|
type: object
|
|
32817
|
-
properties: *
|
|
32852
|
+
properties: *ref_571
|
|
32818
32853
|
projects-v2_materials.duplicaterequest:
|
|
32819
32854
|
title: projects-v2_materials.duplicaterequest
|
|
32820
|
-
required: *
|
|
32855
|
+
required: *ref_572
|
|
32821
32856
|
type: object
|
|
32822
|
-
properties: *
|
|
32857
|
+
properties: *ref_573
|
|
32823
32858
|
projects-v2_materials.duplicateresponse:
|
|
32824
32859
|
title: projects-v2_materials.duplicateresponse
|
|
32825
32860
|
type: object
|
|
32826
|
-
properties: *
|
|
32861
|
+
properties: *ref_574
|
|
32827
32862
|
projects-v2_materials.deleterequest:
|
|
32828
32863
|
title: projects-v2_materials.deleterequest
|
|
32829
|
-
required: *
|
|
32864
|
+
required: *ref_575
|
|
32830
32865
|
type: object
|
|
32831
|
-
properties: *
|
|
32866
|
+
properties: *ref_576
|
|
32832
32867
|
projects-v2_materials.assignrequest:
|
|
32833
32868
|
title: projects-v2_materials.assignrequest
|
|
32834
|
-
required: *
|
|
32869
|
+
required: *ref_577
|
|
32835
32870
|
type: object
|
|
32836
|
-
properties: *
|
|
32871
|
+
properties: *ref_578
|
|
32837
32872
|
projects-v2_materials.unassignrequest:
|
|
32838
32873
|
title: projects-v2_materials.unassignrequest
|
|
32839
|
-
required: *
|
|
32874
|
+
required: *ref_579
|
|
32840
32875
|
type: object
|
|
32841
|
-
properties: *
|
|
32876
|
+
properties: *ref_580
|
|
32842
32877
|
tasks.listrequest:
|
|
32843
32878
|
title: tasks.listrequest1
|
|
32844
32879
|
type: object
|
|
32845
|
-
properties: *
|
|
32880
|
+
properties: *ref_581
|
|
32846
32881
|
Priority:
|
|
32847
32882
|
title: Priority
|
|
32848
32883
|
enum: *ref_100
|
|
@@ -32850,49 +32885,49 @@ components:
|
|
|
32850
32885
|
tasks.listresponse:
|
|
32851
32886
|
title: tasks.listresponse1
|
|
32852
32887
|
type: object
|
|
32853
|
-
properties: *
|
|
32888
|
+
properties: *ref_582
|
|
32854
32889
|
tasks.inforesponse:
|
|
32855
32890
|
title: tasks.inforesponse1
|
|
32856
32891
|
type: object
|
|
32857
|
-
properties: *
|
|
32892
|
+
properties: *ref_583
|
|
32858
32893
|
tasks.createrequest:
|
|
32859
32894
|
title: tasks.createrequest1
|
|
32860
|
-
required: *
|
|
32895
|
+
required: *ref_584
|
|
32861
32896
|
type: object
|
|
32862
|
-
properties: *
|
|
32897
|
+
properties: *ref_585
|
|
32863
32898
|
tasks.updaterequest:
|
|
32864
32899
|
title: tasks.updaterequest1
|
|
32865
|
-
required: *
|
|
32900
|
+
required: *ref_586
|
|
32866
32901
|
type: object
|
|
32867
|
-
properties: *
|
|
32902
|
+
properties: *ref_587
|
|
32868
32903
|
tasks.completerequest:
|
|
32869
32904
|
title: tasks.completerequest
|
|
32870
|
-
required: *
|
|
32905
|
+
required: *ref_588
|
|
32871
32906
|
type: object
|
|
32872
|
-
properties: *
|
|
32907
|
+
properties: *ref_589
|
|
32873
32908
|
tasks.reopenrequest:
|
|
32874
32909
|
title: tasks.reopenrequest
|
|
32875
|
-
required: *
|
|
32910
|
+
required: *ref_590
|
|
32876
32911
|
type: object
|
|
32877
|
-
properties: *
|
|
32912
|
+
properties: *ref_591
|
|
32878
32913
|
tasks.deleterequest:
|
|
32879
32914
|
title: tasks.deleterequest1
|
|
32880
|
-
required: *
|
|
32915
|
+
required: *ref_592
|
|
32881
32916
|
type: object
|
|
32882
|
-
properties: *
|
|
32917
|
+
properties: *ref_593
|
|
32883
32918
|
tasks.schedulerequest:
|
|
32884
32919
|
title: tasks.schedulerequest
|
|
32885
|
-
required: *
|
|
32920
|
+
required: *ref_594
|
|
32886
32921
|
type: object
|
|
32887
|
-
properties: *
|
|
32922
|
+
properties: *ref_595
|
|
32888
32923
|
tasks.scheduleresponse:
|
|
32889
32924
|
title: tasks.scheduleresponse
|
|
32890
32925
|
type: object
|
|
32891
|
-
properties: *
|
|
32926
|
+
properties: *ref_596
|
|
32892
32927
|
timeTracking.listrequest:
|
|
32893
32928
|
title: timeTracking.listrequest
|
|
32894
32929
|
type: object
|
|
32895
|
-
properties: *
|
|
32930
|
+
properties: *ref_597
|
|
32896
32931
|
BillingInfo:
|
|
32897
32932
|
title: BillingInfo
|
|
32898
32933
|
type: object
|
|
@@ -32908,82 +32943,82 @@ components:
|
|
|
32908
32943
|
timeTracking.listresponse:
|
|
32909
32944
|
title: timeTracking.listresponse
|
|
32910
32945
|
type: object
|
|
32911
|
-
properties: *
|
|
32946
|
+
properties: *ref_598
|
|
32912
32947
|
timeTracking.inforequest:
|
|
32913
32948
|
title: timeTracking.inforequest
|
|
32914
|
-
required: *
|
|
32949
|
+
required: *ref_599
|
|
32915
32950
|
type: object
|
|
32916
|
-
properties: *
|
|
32951
|
+
properties: *ref_600
|
|
32917
32952
|
timeTracking.inforesponse:
|
|
32918
32953
|
title: timeTracking.inforesponse
|
|
32919
32954
|
type: object
|
|
32920
|
-
properties: *
|
|
32955
|
+
properties: *ref_601
|
|
32921
32956
|
timeTracking.addrequest:
|
|
32922
32957
|
title: timeTracking.addrequest
|
|
32923
32958
|
type: object
|
|
32924
|
-
properties: *
|
|
32925
|
-
oneOf: *
|
|
32959
|
+
properties: *ref_602
|
|
32960
|
+
oneOf: *ref_603
|
|
32926
32961
|
timeTracking.addresponse:
|
|
32927
32962
|
title: timeTracking.addresponse
|
|
32928
32963
|
type: object
|
|
32929
|
-
properties: *
|
|
32964
|
+
properties: *ref_604
|
|
32930
32965
|
timeTracking.updaterequest:
|
|
32931
32966
|
title: timeTracking.updaterequest
|
|
32932
|
-
required: *
|
|
32967
|
+
required: *ref_605
|
|
32933
32968
|
type: object
|
|
32934
|
-
properties: *
|
|
32935
|
-
oneOf: *
|
|
32969
|
+
properties: *ref_606
|
|
32970
|
+
oneOf: *ref_607
|
|
32936
32971
|
timeTracking.resumerequest:
|
|
32937
32972
|
title: timeTracking.resumerequest
|
|
32938
|
-
required: *
|
|
32973
|
+
required: *ref_608
|
|
32939
32974
|
type: object
|
|
32940
|
-
properties: *
|
|
32975
|
+
properties: *ref_609
|
|
32941
32976
|
timeTracking.resumeresponse:
|
|
32942
32977
|
title: timeTracking.resumeresponse
|
|
32943
32978
|
type: object
|
|
32944
|
-
properties: *
|
|
32979
|
+
properties: *ref_610
|
|
32945
32980
|
timeTracking.deleterequest:
|
|
32946
32981
|
title: timeTracking.deleterequest
|
|
32947
|
-
required: *
|
|
32982
|
+
required: *ref_611
|
|
32948
32983
|
type: object
|
|
32949
|
-
properties: *
|
|
32984
|
+
properties: *ref_612
|
|
32950
32985
|
timers.currentresponse:
|
|
32951
32986
|
title: timers.currentresponse
|
|
32952
32987
|
type: object
|
|
32953
|
-
properties: *
|
|
32988
|
+
properties: *ref_613
|
|
32954
32989
|
timers.startrequest:
|
|
32955
32990
|
title: timers.startrequest
|
|
32956
32991
|
type: object
|
|
32957
|
-
properties: *
|
|
32992
|
+
properties: *ref_614
|
|
32958
32993
|
timers.startresponse:
|
|
32959
32994
|
title: timers.startresponse
|
|
32960
32995
|
type: object
|
|
32961
|
-
properties: *
|
|
32996
|
+
properties: *ref_615
|
|
32962
32997
|
timers.stopresponse:
|
|
32963
32998
|
title: timers.stopresponse
|
|
32964
32999
|
type: object
|
|
32965
|
-
properties: *
|
|
33000
|
+
properties: *ref_616
|
|
32966
33001
|
timers.updaterequest:
|
|
32967
33002
|
title: timers.updaterequest
|
|
32968
33003
|
type: object
|
|
32969
|
-
properties: *
|
|
33004
|
+
properties: *ref_617
|
|
32970
33005
|
tickets.listrequest:
|
|
32971
33006
|
title: tickets.listrequest
|
|
32972
33007
|
type: object
|
|
32973
|
-
properties: *
|
|
33008
|
+
properties: *ref_618
|
|
32974
33009
|
tickets.listresponse:
|
|
32975
33010
|
title: tickets.listresponse
|
|
32976
33011
|
type: object
|
|
32977
|
-
properties: *
|
|
33012
|
+
properties: *ref_619
|
|
32978
33013
|
tickets.inforequest:
|
|
32979
33014
|
title: tickets.inforequest
|
|
32980
|
-
required: *
|
|
33015
|
+
required: *ref_620
|
|
32981
33016
|
type: object
|
|
32982
|
-
properties: *
|
|
33017
|
+
properties: *ref_621
|
|
32983
33018
|
tickets.inforesponse:
|
|
32984
33019
|
title: tickets.inforesponse
|
|
32985
33020
|
type: object
|
|
32986
|
-
properties: *
|
|
33021
|
+
properties: *ref_622
|
|
32987
33022
|
CompanyCustomer:
|
|
32988
33023
|
title: CompanyCustomer
|
|
32989
33024
|
required: *ref_105
|
|
@@ -32991,22 +33026,22 @@ components:
|
|
|
32991
33026
|
properties: *ref_106
|
|
32992
33027
|
tickets.createrequest:
|
|
32993
33028
|
title: tickets.createrequest
|
|
32994
|
-
required: *
|
|
33029
|
+
required: *ref_623
|
|
32995
33030
|
type: object
|
|
32996
|
-
properties: *
|
|
33031
|
+
properties: *ref_624
|
|
32997
33032
|
tickets.createresponse:
|
|
32998
33033
|
title: tickets.createresponse
|
|
32999
33034
|
type: object
|
|
33000
|
-
properties: *
|
|
33035
|
+
properties: *ref_625
|
|
33001
33036
|
tickets.updaterequest:
|
|
33002
33037
|
title: tickets.updaterequest
|
|
33003
|
-
required: *
|
|
33038
|
+
required: *ref_626
|
|
33004
33039
|
type: object
|
|
33005
|
-
properties: *
|
|
33040
|
+
properties: *ref_627
|
|
33006
33041
|
tickets.listMessagesrequest:
|
|
33007
33042
|
title: tickets.listMessagesrequest
|
|
33008
33043
|
type: object
|
|
33009
|
-
properties: *
|
|
33044
|
+
properties: *ref_628
|
|
33010
33045
|
SentBy:
|
|
33011
33046
|
title: SentBy
|
|
33012
33047
|
type: object
|
|
@@ -33014,55 +33049,55 @@ components:
|
|
|
33014
33049
|
tickets.listMessagesresponse:
|
|
33015
33050
|
title: tickets.listMessagesresponse
|
|
33016
33051
|
type: object
|
|
33017
|
-
properties: *
|
|
33052
|
+
properties: *ref_629
|
|
33018
33053
|
tickets.getMessagerequest:
|
|
33019
33054
|
title: tickets.getMessagerequest
|
|
33020
33055
|
type: object
|
|
33021
|
-
properties: *
|
|
33056
|
+
properties: *ref_630
|
|
33022
33057
|
tickets.getMessageresponse:
|
|
33023
33058
|
title: tickets.getMessageresponse
|
|
33024
33059
|
type: object
|
|
33025
|
-
properties: *
|
|
33060
|
+
properties: *ref_631
|
|
33026
33061
|
tickets.importMessagerequest:
|
|
33027
33062
|
title: tickets.importMessagerequest
|
|
33028
|
-
required: *
|
|
33063
|
+
required: *ref_632
|
|
33029
33064
|
type: object
|
|
33030
|
-
properties: *
|
|
33065
|
+
properties: *ref_633
|
|
33031
33066
|
tickets.importMessageresponse:
|
|
33032
33067
|
title: tickets.importMessageresponse
|
|
33033
33068
|
type: object
|
|
33034
|
-
properties: *
|
|
33069
|
+
properties: *ref_634
|
|
33035
33070
|
tickets.addReplyrequest:
|
|
33036
33071
|
title: tickets.addReplyrequest
|
|
33037
|
-
required: *
|
|
33072
|
+
required: *ref_635
|
|
33038
33073
|
type: object
|
|
33039
|
-
properties: *
|
|
33074
|
+
properties: *ref_636
|
|
33040
33075
|
tickets.addReplyresponse:
|
|
33041
33076
|
title: tickets.addReplyresponse
|
|
33042
33077
|
type: object
|
|
33043
|
-
properties: *
|
|
33078
|
+
properties: *ref_637
|
|
33044
33079
|
tickets.addInternalMessagerequest:
|
|
33045
33080
|
title: tickets.addInternalMessagerequest
|
|
33046
|
-
required: *
|
|
33081
|
+
required: *ref_638
|
|
33047
33082
|
type: object
|
|
33048
|
-
properties: *
|
|
33083
|
+
properties: *ref_639
|
|
33049
33084
|
tickets.addInternalMessageresponse:
|
|
33050
33085
|
title: tickets.addInternalMessageresponse
|
|
33051
33086
|
type: object
|
|
33052
|
-
properties: *
|
|
33087
|
+
properties: *ref_640
|
|
33053
33088
|
ticketStatus.listrequest:
|
|
33054
33089
|
title: ticketStatus.listrequest
|
|
33055
33090
|
type: object
|
|
33056
|
-
properties: *
|
|
33091
|
+
properties: *ref_641
|
|
33057
33092
|
ticketStatus.listresponse:
|
|
33058
33093
|
title: ticketStatus.listresponse
|
|
33059
33094
|
type: object
|
|
33060
|
-
properties: *
|
|
33095
|
+
properties: *ref_642
|
|
33061
33096
|
files.listrequest:
|
|
33062
33097
|
title: files.listrequest
|
|
33063
|
-
required: *
|
|
33098
|
+
required: *ref_643
|
|
33064
33099
|
type: object
|
|
33065
|
-
properties: *
|
|
33100
|
+
properties: *ref_644
|
|
33066
33101
|
MimeType:
|
|
33067
33102
|
title: MimeType
|
|
33068
33103
|
enum: *ref_108
|
|
@@ -33070,93 +33105,93 @@ components:
|
|
|
33070
33105
|
files.listresponse:
|
|
33071
33106
|
title: files.listresponse
|
|
33072
33107
|
type: object
|
|
33073
|
-
properties: *
|
|
33108
|
+
properties: *ref_645
|
|
33074
33109
|
files.inforequest:
|
|
33075
33110
|
title: files.inforequest
|
|
33076
|
-
required: *
|
|
33111
|
+
required: *ref_646
|
|
33077
33112
|
type: object
|
|
33078
|
-
properties: *
|
|
33113
|
+
properties: *ref_647
|
|
33079
33114
|
files.inforesponse:
|
|
33080
33115
|
title: files.inforesponse
|
|
33081
33116
|
type: object
|
|
33082
|
-
properties: *
|
|
33117
|
+
properties: *ref_648
|
|
33083
33118
|
files.downloadrequest:
|
|
33084
33119
|
title: files.downloadrequest
|
|
33085
|
-
required: *
|
|
33120
|
+
required: *ref_649
|
|
33086
33121
|
type: object
|
|
33087
|
-
properties: *
|
|
33122
|
+
properties: *ref_650
|
|
33088
33123
|
files.downloadresponse:
|
|
33089
33124
|
title: files.downloadresponse
|
|
33090
33125
|
type: object
|
|
33091
|
-
properties: *
|
|
33126
|
+
properties: *ref_651
|
|
33092
33127
|
files.uploadrequest:
|
|
33093
33128
|
title: files.uploadrequest
|
|
33094
|
-
required: *
|
|
33129
|
+
required: *ref_652
|
|
33095
33130
|
type: object
|
|
33096
|
-
properties: *
|
|
33131
|
+
properties: *ref_653
|
|
33097
33132
|
files.uploadresponse:
|
|
33098
33133
|
title: files.uploadresponse
|
|
33099
33134
|
type: object
|
|
33100
|
-
properties: *
|
|
33135
|
+
properties: *ref_654
|
|
33101
33136
|
files.deleterequest:
|
|
33102
33137
|
title: files.deleterequest
|
|
33103
|
-
required: *
|
|
33138
|
+
required: *ref_655
|
|
33104
33139
|
type: object
|
|
33105
|
-
properties: *
|
|
33140
|
+
properties: *ref_656
|
|
33106
33141
|
mailTemplates.listrequest:
|
|
33107
33142
|
title: mailTemplates.listrequest
|
|
33108
|
-
required: *
|
|
33143
|
+
required: *ref_657
|
|
33109
33144
|
type: object
|
|
33110
|
-
properties: *
|
|
33145
|
+
properties: *ref_658
|
|
33111
33146
|
mailTemplates.listresponse:
|
|
33112
33147
|
title: mailTemplates.listresponse
|
|
33113
33148
|
type: object
|
|
33114
|
-
properties: *
|
|
33149
|
+
properties: *ref_659
|
|
33115
33150
|
migrate.idrequest:
|
|
33116
33151
|
title: migrate.idrequest
|
|
33117
33152
|
type: object
|
|
33118
|
-
properties: *
|
|
33153
|
+
properties: *ref_660
|
|
33119
33154
|
migrate.idresponse:
|
|
33120
33155
|
title: migrate.idresponse
|
|
33121
33156
|
type: object
|
|
33122
|
-
properties: *
|
|
33157
|
+
properties: *ref_661
|
|
33123
33158
|
migrate.taxRaterequest:
|
|
33124
33159
|
title: migrate.taxRaterequest
|
|
33125
33160
|
type: object
|
|
33126
|
-
properties: *
|
|
33161
|
+
properties: *ref_662
|
|
33127
33162
|
migrate.taxRateresponse:
|
|
33128
33163
|
title: migrate.taxRateresponse
|
|
33129
33164
|
type: object
|
|
33130
|
-
properties: *
|
|
33165
|
+
properties: *ref_663
|
|
33131
33166
|
migrate.activityTyperequest:
|
|
33132
33167
|
title: migrate.activityTyperequest
|
|
33133
33168
|
type: object
|
|
33134
|
-
properties: *
|
|
33169
|
+
properties: *ref_664
|
|
33135
33170
|
migrate.activityTyperesponse:
|
|
33136
33171
|
title: migrate.activityTyperesponse
|
|
33137
33172
|
type: object
|
|
33138
|
-
properties: *
|
|
33173
|
+
properties: *ref_665
|
|
33139
33174
|
orders.inforequest:
|
|
33140
33175
|
title: orders.inforequest
|
|
33141
|
-
required: *
|
|
33176
|
+
required: *ref_666
|
|
33142
33177
|
type: object
|
|
33143
|
-
properties: *
|
|
33178
|
+
properties: *ref_667
|
|
33144
33179
|
OrdersGroupedLinesResponse:
|
|
33145
33180
|
title: OrdersGroupedLinesResponse
|
|
33146
33181
|
type: object
|
|
33147
|
-
properties: *
|
|
33182
|
+
properties: *ref_668
|
|
33148
33183
|
orders.inforesponse:
|
|
33149
33184
|
title: orders.inforesponse
|
|
33150
33185
|
type: object
|
|
33151
|
-
properties: *
|
|
33186
|
+
properties: *ref_669
|
|
33152
33187
|
orders.listrequest:
|
|
33153
33188
|
title: orders.listrequest
|
|
33154
33189
|
type: object
|
|
33155
|
-
properties: *
|
|
33190
|
+
properties: *ref_670
|
|
33156
33191
|
orders.listresponse:
|
|
33157
33192
|
title: orders.listresponse
|
|
33158
33193
|
type: object
|
|
33159
|
-
properties: *
|
|
33194
|
+
properties: *ref_671
|
|
33160
33195
|
WebHook:
|
|
33161
33196
|
title: WebHook
|
|
33162
33197
|
required: *ref_109
|
|
@@ -33165,20 +33200,20 @@ components:
|
|
|
33165
33200
|
webhooks.listresponse:
|
|
33166
33201
|
title: webhooks.listresponse
|
|
33167
33202
|
type: object
|
|
33168
|
-
properties: *
|
|
33203
|
+
properties: *ref_672
|
|
33169
33204
|
cloudPlatforms.urlrequest:
|
|
33170
33205
|
title: cloudPlatforms.urlrequest
|
|
33171
|
-
required: *
|
|
33206
|
+
required: *ref_673
|
|
33172
33207
|
type: object
|
|
33173
|
-
properties: *
|
|
33208
|
+
properties: *ref_674
|
|
33174
33209
|
cloudPlatforms.urlresponse:
|
|
33175
33210
|
title: cloudPlatforms.urlresponse
|
|
33176
33211
|
type: object
|
|
33177
|
-
properties: *
|
|
33212
|
+
properties: *ref_675
|
|
33178
33213
|
accounts.projects-v2-statusresponse:
|
|
33179
33214
|
title: accounts.projects-v2-statusresponse
|
|
33180
33215
|
type: object
|
|
33181
|
-
properties: *
|
|
33216
|
+
properties: *ref_676
|
|
33182
33217
|
x-tagGroups:
|
|
33183
33218
|
- name: General
|
|
33184
33219
|
tags:
|