@teamleader/focus-api-specification 1.25.0 → 1.27.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.
- package/dist/api.focus.teamleader.eu.dereferenced.yaml +609 -553
- package/dist/api.focus.teamleader.eu.yaml +54 -1
- package/dist/changelog/20250902120000.md +0 -4
- package/dist/changelog/20250902120100.md +5 -0
- package/dist/changelog/20250902120200.md +5 -0
- package/dist/changelog/20250902120300.md +5 -0
- package/dist/changelog/20250902120400.md +5 -0
- package/dist/changelog/20250908150000.md +5 -0
- package/dist/changelog/20250909080000.md +5 -0
- package/dist/changelog/20250909080100.md +5 -0
- package/dist/changelog/20250909080200.md +5 -0
- package/package.json +1 -1
|
@@ -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.27.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -14225,6 +14225,36 @@ paths:
|
|
|
14225
14225
|
location: https://cdn.teamleader.eu/file
|
|
14226
14226
|
expires: '2018-02-05T16:44:33+00:00'
|
|
14227
14227
|
deprecated: false
|
|
14228
|
+
/creditNotes.sendViaPeppol:
|
|
14229
|
+
post:
|
|
14230
|
+
tags:
|
|
14231
|
+
- credit_notes
|
|
14232
|
+
summary: creditNotes.sendViaPeppol
|
|
14233
|
+
description: Send a credit note via the Peppol network.
|
|
14234
|
+
operationId: creditNotes.sendViaPeppol
|
|
14235
|
+
parameters: []
|
|
14236
|
+
requestBody:
|
|
14237
|
+
content:
|
|
14238
|
+
application/json:
|
|
14239
|
+
schema:
|
|
14240
|
+
allOf:
|
|
14241
|
+
- title: creditNotes.sendViaPeppol
|
|
14242
|
+
required: &ref_401
|
|
14243
|
+
- id
|
|
14244
|
+
type: object
|
|
14245
|
+
properties: &ref_402
|
|
14246
|
+
id:
|
|
14247
|
+
type: string
|
|
14248
|
+
example: 018d5965-19fb-701a-af11-e80451931551
|
|
14249
|
+
- example:
|
|
14250
|
+
id: 018d5965-19fb-701a-af11-e80451931551
|
|
14251
|
+
example:
|
|
14252
|
+
id: 018d5965-19fb-701a-af11-e80451931551
|
|
14253
|
+
responses:
|
|
14254
|
+
'204':
|
|
14255
|
+
description: No Content
|
|
14256
|
+
headers: {}
|
|
14257
|
+
content: {}
|
|
14228
14258
|
/subscriptions.list:
|
|
14229
14259
|
post:
|
|
14230
14260
|
tags:
|
|
@@ -14241,7 +14271,7 @@ paths:
|
|
|
14241
14271
|
allOf:
|
|
14242
14272
|
- title: subscriptions.listrequest
|
|
14243
14273
|
type: object
|
|
14244
|
-
properties: &
|
|
14274
|
+
properties: &ref_403
|
|
14245
14275
|
filter:
|
|
14246
14276
|
type: object
|
|
14247
14277
|
properties:
|
|
@@ -14345,7 +14375,7 @@ paths:
|
|
|
14345
14375
|
schema:
|
|
14346
14376
|
title: subscriptions.listresponse
|
|
14347
14377
|
type: object
|
|
14348
|
-
properties: &
|
|
14378
|
+
properties: &ref_404
|
|
14349
14379
|
data:
|
|
14350
14380
|
type: array
|
|
14351
14381
|
items:
|
|
@@ -14461,10 +14491,10 @@ paths:
|
|
|
14461
14491
|
schema:
|
|
14462
14492
|
allOf:
|
|
14463
14493
|
- title: subscriptions.inforequest
|
|
14464
|
-
required: &
|
|
14494
|
+
required: &ref_405
|
|
14465
14495
|
- id
|
|
14466
14496
|
type: object
|
|
14467
|
-
properties: &
|
|
14497
|
+
properties: &ref_406
|
|
14468
14498
|
id:
|
|
14469
14499
|
type: string
|
|
14470
14500
|
example: e2314517-3cab-4aa9-8471-450e73449041
|
|
@@ -14483,7 +14513,7 @@ paths:
|
|
|
14483
14513
|
allOf:
|
|
14484
14514
|
- title: subscriptions.inforesponse
|
|
14485
14515
|
type: object
|
|
14486
|
-
properties: &
|
|
14516
|
+
properties: &ref_408
|
|
14487
14517
|
data:
|
|
14488
14518
|
type: object
|
|
14489
14519
|
properties:
|
|
@@ -14567,7 +14597,7 @@ paths:
|
|
|
14567
14597
|
items:
|
|
14568
14598
|
title: SubscriptionsGroupedLinesResponse
|
|
14569
14599
|
type: object
|
|
14570
|
-
properties: &
|
|
14600
|
+
properties: &ref_407
|
|
14571
14601
|
section:
|
|
14572
14602
|
type: object
|
|
14573
14603
|
properties:
|
|
@@ -14663,7 +14693,7 @@ paths:
|
|
|
14663
14693
|
allOf:
|
|
14664
14694
|
- title: subscriptions.createrequest
|
|
14665
14695
|
type: object
|
|
14666
|
-
required: &
|
|
14696
|
+
required: &ref_410
|
|
14667
14697
|
- invoicee
|
|
14668
14698
|
- department_id
|
|
14669
14699
|
- starts_on
|
|
@@ -14672,7 +14702,7 @@ paths:
|
|
|
14672
14702
|
- grouped_lines
|
|
14673
14703
|
- payment_term
|
|
14674
14704
|
- invoice_generation
|
|
14675
|
-
properties: &
|
|
14705
|
+
properties: &ref_411
|
|
14676
14706
|
invoicee:
|
|
14677
14707
|
title: InvoicesRequestInvoicee
|
|
14678
14708
|
required: *ref_68
|
|
@@ -14751,7 +14781,7 @@ paths:
|
|
|
14751
14781
|
invoice_generation:
|
|
14752
14782
|
title: InvoiceGenerationCreate
|
|
14753
14783
|
type: object
|
|
14754
|
-
oneOf: &
|
|
14784
|
+
oneOf: &ref_409
|
|
14755
14785
|
- type: object
|
|
14756
14786
|
title: With action draft
|
|
14757
14787
|
properties:
|
|
@@ -14824,7 +14854,7 @@ paths:
|
|
|
14824
14854
|
allOf:
|
|
14825
14855
|
- title: subscriptions.createresponse
|
|
14826
14856
|
type: object
|
|
14827
|
-
properties: &
|
|
14857
|
+
properties: &ref_412
|
|
14828
14858
|
data:
|
|
14829
14859
|
title: TypeAndId
|
|
14830
14860
|
type: object
|
|
@@ -14853,10 +14883,10 @@ paths:
|
|
|
14853
14883
|
schema:
|
|
14854
14884
|
allOf:
|
|
14855
14885
|
- title: subscriptions.updaterequest
|
|
14856
|
-
required: &
|
|
14886
|
+
required: &ref_414
|
|
14857
14887
|
- id
|
|
14858
14888
|
type: object
|
|
14859
|
-
properties: &
|
|
14889
|
+
properties: &ref_415
|
|
14860
14890
|
id:
|
|
14861
14891
|
type: string
|
|
14862
14892
|
example: 5b16f6ee-e302-0079-901b-50c26c4a55b1
|
|
@@ -14917,7 +14947,7 @@ paths:
|
|
|
14917
14947
|
invoice_generation:
|
|
14918
14948
|
title: InvoiceGenerationUpdate
|
|
14919
14949
|
type: object
|
|
14920
|
-
oneOf: &
|
|
14950
|
+
oneOf: &ref_413
|
|
14921
14951
|
- type: object
|
|
14922
14952
|
title: With action draft
|
|
14923
14953
|
properties:
|
|
@@ -15002,10 +15032,10 @@ paths:
|
|
|
15002
15032
|
schema:
|
|
15003
15033
|
allOf:
|
|
15004
15034
|
- title: subscriptions.deactivaterequest
|
|
15005
|
-
required: &
|
|
15035
|
+
required: &ref_416
|
|
15006
15036
|
- id
|
|
15007
15037
|
type: object
|
|
15008
|
-
properties: &
|
|
15038
|
+
properties: &ref_417
|
|
15009
15039
|
id:
|
|
15010
15040
|
type: string
|
|
15011
15041
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -15036,7 +15066,7 @@ paths:
|
|
|
15036
15066
|
allOf:
|
|
15037
15067
|
- title: taxRates.listrequest
|
|
15038
15068
|
type: object
|
|
15039
|
-
properties: &
|
|
15069
|
+
properties: &ref_418
|
|
15040
15070
|
filter:
|
|
15041
15071
|
type: object
|
|
15042
15072
|
properties:
|
|
@@ -15079,7 +15109,7 @@ paths:
|
|
|
15079
15109
|
allOf:
|
|
15080
15110
|
- title: taxRates.listresponse
|
|
15081
15111
|
type: object
|
|
15082
|
-
properties: &
|
|
15112
|
+
properties: &ref_419
|
|
15083
15113
|
data:
|
|
15084
15114
|
type: array
|
|
15085
15115
|
items:
|
|
@@ -15144,7 +15174,7 @@ paths:
|
|
|
15144
15174
|
allOf:
|
|
15145
15175
|
- title: paymentTerms.listresponse
|
|
15146
15176
|
type: object
|
|
15147
|
-
properties: &
|
|
15177
|
+
properties: &ref_420
|
|
15148
15178
|
data:
|
|
15149
15179
|
type: array
|
|
15150
15180
|
items:
|
|
@@ -15201,7 +15231,7 @@ paths:
|
|
|
15201
15231
|
allOf:
|
|
15202
15232
|
- title: withholdingTaxRates.listrequest
|
|
15203
15233
|
type: object
|
|
15204
|
-
properties: &
|
|
15234
|
+
properties: &ref_421
|
|
15205
15235
|
filter:
|
|
15206
15236
|
type: object
|
|
15207
15237
|
properties:
|
|
@@ -15226,7 +15256,7 @@ paths:
|
|
|
15226
15256
|
allOf:
|
|
15227
15257
|
- title: withholdingTaxRates.listresponse
|
|
15228
15258
|
type: object
|
|
15229
|
-
properties: &
|
|
15259
|
+
properties: &ref_422
|
|
15230
15260
|
data:
|
|
15231
15261
|
type: array
|
|
15232
15262
|
items:
|
|
@@ -15279,7 +15309,7 @@ paths:
|
|
|
15279
15309
|
allOf:
|
|
15280
15310
|
- title: commercialDiscounts.listrequest
|
|
15281
15311
|
type: object
|
|
15282
|
-
properties: &
|
|
15312
|
+
properties: &ref_423
|
|
15283
15313
|
filter:
|
|
15284
15314
|
type: object
|
|
15285
15315
|
properties:
|
|
@@ -15303,7 +15333,7 @@ paths:
|
|
|
15303
15333
|
allOf:
|
|
15304
15334
|
- title: commercialDiscounts.listresponse
|
|
15305
15335
|
type: object
|
|
15306
|
-
properties: &
|
|
15336
|
+
properties: &ref_424
|
|
15307
15337
|
data:
|
|
15308
15338
|
type: array
|
|
15309
15339
|
items:
|
|
@@ -15346,7 +15376,7 @@ paths:
|
|
|
15346
15376
|
allOf:
|
|
15347
15377
|
- title: paymentMethods.listrequest
|
|
15348
15378
|
type: object
|
|
15349
|
-
properties: &
|
|
15379
|
+
properties: &ref_425
|
|
15350
15380
|
filter:
|
|
15351
15381
|
type: object
|
|
15352
15382
|
properties:
|
|
@@ -15380,7 +15410,7 @@ paths:
|
|
|
15380
15410
|
allOf:
|
|
15381
15411
|
- title: paymentMethods.listresponse
|
|
15382
15412
|
type: object
|
|
15383
|
-
properties: &
|
|
15413
|
+
properties: &ref_426
|
|
15384
15414
|
data:
|
|
15385
15415
|
type: array
|
|
15386
15416
|
items:
|
|
@@ -17126,7 +17156,7 @@ paths:
|
|
|
17126
17156
|
allOf:
|
|
17127
17157
|
- title: productCategories.listrequest
|
|
17128
17158
|
type: object
|
|
17129
|
-
properties: &
|
|
17159
|
+
properties: &ref_427
|
|
17130
17160
|
filter:
|
|
17131
17161
|
type: object
|
|
17132
17162
|
properties:
|
|
@@ -17151,7 +17181,7 @@ paths:
|
|
|
17151
17181
|
allOf:
|
|
17152
17182
|
- title: productCategories.listresponse
|
|
17153
17183
|
type: object
|
|
17154
|
-
properties: &
|
|
17184
|
+
properties: &ref_428
|
|
17155
17185
|
data:
|
|
17156
17186
|
type: array
|
|
17157
17187
|
items:
|
|
@@ -17212,7 +17242,7 @@ paths:
|
|
|
17212
17242
|
allOf:
|
|
17213
17243
|
- title: products.listrequest
|
|
17214
17244
|
type: object
|
|
17215
|
-
properties: &
|
|
17245
|
+
properties: &ref_429
|
|
17216
17246
|
filter:
|
|
17217
17247
|
type: object
|
|
17218
17248
|
properties:
|
|
@@ -17252,7 +17282,7 @@ paths:
|
|
|
17252
17282
|
allOf:
|
|
17253
17283
|
- title: products.listresponse
|
|
17254
17284
|
type: object
|
|
17255
|
-
properties: &
|
|
17285
|
+
properties: &ref_430
|
|
17256
17286
|
data:
|
|
17257
17287
|
type: array
|
|
17258
17288
|
items:
|
|
@@ -17369,10 +17399,10 @@ paths:
|
|
|
17369
17399
|
schema:
|
|
17370
17400
|
allOf:
|
|
17371
17401
|
- title: products.inforequest
|
|
17372
|
-
required: &
|
|
17402
|
+
required: &ref_431
|
|
17373
17403
|
- id
|
|
17374
17404
|
type: object
|
|
17375
|
-
properties: &
|
|
17405
|
+
properties: &ref_432
|
|
17376
17406
|
id:
|
|
17377
17407
|
type: string
|
|
17378
17408
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -17397,7 +17427,7 @@ paths:
|
|
|
17397
17427
|
allOf:
|
|
17398
17428
|
- title: products.inforesponse
|
|
17399
17429
|
type: object
|
|
17400
|
-
properties: &
|
|
17430
|
+
properties: &ref_433
|
|
17401
17431
|
data:
|
|
17402
17432
|
type: object
|
|
17403
17433
|
properties:
|
|
@@ -17688,11 +17718,11 @@ paths:
|
|
|
17688
17718
|
example: d905ff57-e866-0f59-9d1e-1fd4538bfae1
|
|
17689
17719
|
price:
|
|
17690
17720
|
title: ProductPriceWrite
|
|
17691
|
-
required: &
|
|
17721
|
+
required: &ref_434
|
|
17692
17722
|
- amount
|
|
17693
17723
|
- currency
|
|
17694
17724
|
type: object
|
|
17695
|
-
properties: &
|
|
17725
|
+
properties: &ref_435
|
|
17696
17726
|
amount:
|
|
17697
17727
|
type: number
|
|
17698
17728
|
example: 100
|
|
@@ -17719,11 +17749,11 @@ paths:
|
|
|
17719
17749
|
description: Only available when stock management feature is enabled
|
|
17720
17750
|
allOf:
|
|
17721
17751
|
- title: StockThreshold
|
|
17722
|
-
required: &
|
|
17752
|
+
required: &ref_436
|
|
17723
17753
|
- minimum
|
|
17724
17754
|
- action
|
|
17725
17755
|
type: object
|
|
17726
|
-
properties: &
|
|
17756
|
+
properties: &ref_437
|
|
17727
17757
|
minimum:
|
|
17728
17758
|
type: number
|
|
17729
17759
|
description: Cannot be negative
|
|
@@ -17769,7 +17799,7 @@ paths:
|
|
|
17769
17799
|
allOf:
|
|
17770
17800
|
- title: products.addresponse
|
|
17771
17801
|
type: object
|
|
17772
|
-
properties: &
|
|
17802
|
+
properties: &ref_438
|
|
17773
17803
|
data:
|
|
17774
17804
|
title: TypeAndId
|
|
17775
17805
|
type: object
|
|
@@ -17798,10 +17828,10 @@ paths:
|
|
|
17798
17828
|
schema:
|
|
17799
17829
|
allOf:
|
|
17800
17830
|
- title: products.updaterequest
|
|
17801
|
-
required: &
|
|
17831
|
+
required: &ref_439
|
|
17802
17832
|
- id
|
|
17803
17833
|
type: object
|
|
17804
|
-
properties: &
|
|
17834
|
+
properties: &ref_440
|
|
17805
17835
|
id:
|
|
17806
17836
|
type: string
|
|
17807
17837
|
example: 71e91f91-b222-033f-8c7e-59bcc1521e3d
|
|
@@ -17952,10 +17982,10 @@ paths:
|
|
|
17952
17982
|
schema:
|
|
17953
17983
|
allOf:
|
|
17954
17984
|
- title: products.deleterequest
|
|
17955
|
-
required: &
|
|
17985
|
+
required: &ref_441
|
|
17956
17986
|
- id
|
|
17957
17987
|
type: object
|
|
17958
|
-
properties: &
|
|
17988
|
+
properties: &ref_442
|
|
17959
17989
|
id:
|
|
17960
17990
|
type: string
|
|
17961
17991
|
example: 71e91f91-b222-033f-8c7e-59bcc1521e3d
|
|
@@ -17998,7 +18028,7 @@ paths:
|
|
|
17998
18028
|
allOf:
|
|
17999
18029
|
- title: unitsOfMeasure.listresponse
|
|
18000
18030
|
type: object
|
|
18001
|
-
properties: &
|
|
18031
|
+
properties: &ref_443
|
|
18002
18032
|
data:
|
|
18003
18033
|
type: array
|
|
18004
18034
|
items:
|
|
@@ -18031,7 +18061,7 @@ paths:
|
|
|
18031
18061
|
allOf:
|
|
18032
18062
|
- title: priceLists.listrequest
|
|
18033
18063
|
type: object
|
|
18034
|
-
properties: &
|
|
18064
|
+
properties: &ref_444
|
|
18035
18065
|
filter:
|
|
18036
18066
|
type: object
|
|
18037
18067
|
properties:
|
|
@@ -18060,7 +18090,7 @@ paths:
|
|
|
18060
18090
|
allOf:
|
|
18061
18091
|
- title: priceLists.listresponse
|
|
18062
18092
|
type: object
|
|
18063
|
-
properties: &
|
|
18093
|
+
properties: &ref_445
|
|
18064
18094
|
data:
|
|
18065
18095
|
type: array
|
|
18066
18096
|
items:
|
|
@@ -18107,7 +18137,7 @@ paths:
|
|
|
18107
18137
|
allOf:
|
|
18108
18138
|
- title: projects.listrequest
|
|
18109
18139
|
type: object
|
|
18110
|
-
properties: &
|
|
18140
|
+
properties: &ref_446
|
|
18111
18141
|
filter:
|
|
18112
18142
|
type: object
|
|
18113
18143
|
properties:
|
|
@@ -18192,7 +18222,7 @@ paths:
|
|
|
18192
18222
|
allOf:
|
|
18193
18223
|
- title: projects.listresponse
|
|
18194
18224
|
type: object
|
|
18195
|
-
properties: &
|
|
18225
|
+
properties: &ref_447
|
|
18196
18226
|
data:
|
|
18197
18227
|
type: array
|
|
18198
18228
|
items:
|
|
@@ -18427,10 +18457,10 @@ paths:
|
|
|
18427
18457
|
schema:
|
|
18428
18458
|
allOf:
|
|
18429
18459
|
- title: projects.inforequest
|
|
18430
|
-
required: &
|
|
18460
|
+
required: &ref_448
|
|
18431
18461
|
- id
|
|
18432
18462
|
type: object
|
|
18433
|
-
properties: &
|
|
18463
|
+
properties: &ref_449
|
|
18434
18464
|
id:
|
|
18435
18465
|
type: string
|
|
18436
18466
|
example: 8a04371b-2ffb-407b-9b24-d5b5452009c7
|
|
@@ -18449,7 +18479,7 @@ paths:
|
|
|
18449
18479
|
allOf:
|
|
18450
18480
|
- title: projects.inforesponse
|
|
18451
18481
|
type: object
|
|
18452
|
-
properties: &
|
|
18482
|
+
properties: &ref_450
|
|
18453
18483
|
data:
|
|
18454
18484
|
type: object
|
|
18455
18485
|
properties:
|
|
@@ -18685,13 +18715,13 @@ paths:
|
|
|
18685
18715
|
schema:
|
|
18686
18716
|
allOf:
|
|
18687
18717
|
- title: projects.createrequest
|
|
18688
|
-
required: &
|
|
18718
|
+
required: &ref_451
|
|
18689
18719
|
- title
|
|
18690
18720
|
- starts_on
|
|
18691
18721
|
- milestones
|
|
18692
18722
|
- participants
|
|
18693
18723
|
type: object
|
|
18694
|
-
properties: &
|
|
18724
|
+
properties: &ref_452
|
|
18695
18725
|
title:
|
|
18696
18726
|
type: string
|
|
18697
18727
|
example: New company website
|
|
@@ -18839,10 +18869,10 @@ paths:
|
|
|
18839
18869
|
schema:
|
|
18840
18870
|
allOf:
|
|
18841
18871
|
- title: projects.updaterequest
|
|
18842
|
-
required: &
|
|
18872
|
+
required: &ref_453
|
|
18843
18873
|
- id
|
|
18844
18874
|
type: object
|
|
18845
|
-
properties: &
|
|
18875
|
+
properties: &ref_454
|
|
18846
18876
|
id:
|
|
18847
18877
|
type: string
|
|
18848
18878
|
example: dcc2e8ed-51be-4cb6-9c01-034aedac86fd
|
|
@@ -18940,10 +18970,10 @@ paths:
|
|
|
18940
18970
|
schema:
|
|
18941
18971
|
allOf:
|
|
18942
18972
|
- title: projects.closerequest
|
|
18943
|
-
required: &
|
|
18973
|
+
required: &ref_455
|
|
18944
18974
|
- id
|
|
18945
18975
|
type: object
|
|
18946
|
-
properties: &
|
|
18976
|
+
properties: &ref_456
|
|
18947
18977
|
id:
|
|
18948
18978
|
type: string
|
|
18949
18979
|
example: 01548b10-4932-4a18-8a89-005ad09db2c8
|
|
@@ -19006,10 +19036,10 @@ paths:
|
|
|
19006
19036
|
schema:
|
|
19007
19037
|
allOf:
|
|
19008
19038
|
- title: projects.deleterequest
|
|
19009
|
-
required: &
|
|
19039
|
+
required: &ref_457
|
|
19010
19040
|
- id
|
|
19011
19041
|
type: object
|
|
19012
|
-
properties: &
|
|
19042
|
+
properties: &ref_458
|
|
19013
19043
|
id:
|
|
19014
19044
|
type: string
|
|
19015
19045
|
example: 01548b10-4932-4a18-8a89-005ad09db2c8
|
|
@@ -19039,11 +19069,11 @@ paths:
|
|
|
19039
19069
|
schema:
|
|
19040
19070
|
allOf:
|
|
19041
19071
|
- title: projects.addParticipantrequest
|
|
19042
|
-
required: &
|
|
19072
|
+
required: &ref_459
|
|
19043
19073
|
- id
|
|
19044
19074
|
- participant
|
|
19045
19075
|
type: object
|
|
19046
|
-
properties: &
|
|
19076
|
+
properties: &ref_460
|
|
19047
19077
|
id:
|
|
19048
19078
|
type: string
|
|
19049
19079
|
example: 8dbfa9db-c53f-410c-97d3-755b19685809
|
|
@@ -19089,11 +19119,11 @@ paths:
|
|
|
19089
19119
|
schema:
|
|
19090
19120
|
allOf:
|
|
19091
19121
|
- title: projects.updateParticipantrequest
|
|
19092
|
-
required: &
|
|
19122
|
+
required: &ref_461
|
|
19093
19123
|
- id
|
|
19094
19124
|
- role
|
|
19095
19125
|
type: object
|
|
19096
|
-
properties: &
|
|
19126
|
+
properties: &ref_462
|
|
19097
19127
|
id:
|
|
19098
19128
|
type: string
|
|
19099
19129
|
example: 55fbe14f-7399-48e5-b4e0-64b7f5c50451
|
|
@@ -19140,7 +19170,7 @@ paths:
|
|
|
19140
19170
|
allOf:
|
|
19141
19171
|
- title: milestones.listrequest
|
|
19142
19172
|
type: object
|
|
19143
|
-
properties: &
|
|
19173
|
+
properties: &ref_463
|
|
19144
19174
|
filter:
|
|
19145
19175
|
type: object
|
|
19146
19176
|
properties:
|
|
@@ -19227,7 +19257,7 @@ paths:
|
|
|
19227
19257
|
allOf:
|
|
19228
19258
|
- title: milestones.listresponse
|
|
19229
19259
|
type: object
|
|
19230
|
-
properties: &
|
|
19260
|
+
properties: &ref_464
|
|
19231
19261
|
data:
|
|
19232
19262
|
type: array
|
|
19233
19263
|
items:
|
|
@@ -19451,10 +19481,10 @@ paths:
|
|
|
19451
19481
|
schema:
|
|
19452
19482
|
allOf:
|
|
19453
19483
|
- title: milestones.inforequest
|
|
19454
|
-
required: &
|
|
19484
|
+
required: &ref_465
|
|
19455
19485
|
- id
|
|
19456
19486
|
type: object
|
|
19457
|
-
properties: &
|
|
19487
|
+
properties: &ref_466
|
|
19458
19488
|
id:
|
|
19459
19489
|
type: string
|
|
19460
19490
|
example: 64349fa2-6ca2-4b19-82e6-d3258ceab2d8
|
|
@@ -19473,7 +19503,7 @@ paths:
|
|
|
19473
19503
|
allOf:
|
|
19474
19504
|
- title: milestones.inforesponse
|
|
19475
19505
|
type: object
|
|
19476
|
-
properties: &
|
|
19506
|
+
properties: &ref_467
|
|
19477
19507
|
data:
|
|
19478
19508
|
type: object
|
|
19479
19509
|
properties:
|
|
@@ -19667,13 +19697,13 @@ paths:
|
|
|
19667
19697
|
schema:
|
|
19668
19698
|
allOf:
|
|
19669
19699
|
- title: milestones.createrequest
|
|
19670
|
-
required: &
|
|
19700
|
+
required: &ref_468
|
|
19671
19701
|
- project_id
|
|
19672
19702
|
- due_on
|
|
19673
19703
|
- name
|
|
19674
19704
|
- responsible_user_id
|
|
19675
19705
|
type: object
|
|
19676
|
-
properties: &
|
|
19706
|
+
properties: &ref_469
|
|
19677
19707
|
project_id:
|
|
19678
19708
|
type: string
|
|
19679
19709
|
example: 1c159f98-4b07-438a-9f42-fb4206b9530d
|
|
@@ -19703,7 +19733,7 @@ paths:
|
|
|
19703
19733
|
type: object
|
|
19704
19734
|
properties: *ref_23
|
|
19705
19735
|
description: ''
|
|
19706
|
-
oneOf: &
|
|
19736
|
+
oneOf: &ref_470
|
|
19707
19737
|
- type: object
|
|
19708
19738
|
title: With budget
|
|
19709
19739
|
properties:
|
|
@@ -19771,7 +19801,7 @@ paths:
|
|
|
19771
19801
|
allOf:
|
|
19772
19802
|
- title: milestones.createresponse
|
|
19773
19803
|
type: object
|
|
19774
|
-
properties: &
|
|
19804
|
+
properties: &ref_471
|
|
19775
19805
|
data:
|
|
19776
19806
|
title: TypeAndId
|
|
19777
19807
|
type: object
|
|
@@ -19800,10 +19830,10 @@ paths:
|
|
|
19800
19830
|
schema:
|
|
19801
19831
|
allOf:
|
|
19802
19832
|
- title: milestones.updaterequest
|
|
19803
|
-
required: &
|
|
19833
|
+
required: &ref_472
|
|
19804
19834
|
- id
|
|
19805
19835
|
type: object
|
|
19806
|
-
properties: &
|
|
19836
|
+
properties: &ref_473
|
|
19807
19837
|
id:
|
|
19808
19838
|
type: string
|
|
19809
19839
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -19880,10 +19910,10 @@ paths:
|
|
|
19880
19910
|
schema:
|
|
19881
19911
|
allOf:
|
|
19882
19912
|
- title: milestones.deleterequest
|
|
19883
|
-
required: &
|
|
19913
|
+
required: &ref_474
|
|
19884
19914
|
- id
|
|
19885
19915
|
type: object
|
|
19886
|
-
properties: &
|
|
19916
|
+
properties: &ref_475
|
|
19887
19917
|
id:
|
|
19888
19918
|
type: string
|
|
19889
19919
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -19913,10 +19943,10 @@ paths:
|
|
|
19913
19943
|
schema:
|
|
19914
19944
|
allOf:
|
|
19915
19945
|
- title: milestones.closerequest
|
|
19916
|
-
required: &
|
|
19946
|
+
required: &ref_476
|
|
19917
19947
|
- id
|
|
19918
19948
|
type: object
|
|
19919
|
-
properties: &
|
|
19949
|
+
properties: &ref_477
|
|
19920
19950
|
id:
|
|
19921
19951
|
type: string
|
|
19922
19952
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -19946,10 +19976,10 @@ paths:
|
|
|
19946
19976
|
schema:
|
|
19947
19977
|
allOf:
|
|
19948
19978
|
- title: milestones.openrequest
|
|
19949
|
-
required: &
|
|
19979
|
+
required: &ref_478
|
|
19950
19980
|
- id
|
|
19951
19981
|
type: object
|
|
19952
|
-
properties: &
|
|
19982
|
+
properties: &ref_479
|
|
19953
19983
|
id:
|
|
19954
19984
|
type: string
|
|
19955
19985
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -19980,7 +20010,7 @@ paths:
|
|
|
19980
20010
|
allOf:
|
|
19981
20011
|
- title: projects-v2.listrequest
|
|
19982
20012
|
type: object
|
|
19983
|
-
properties: &
|
|
20013
|
+
properties: &ref_480
|
|
19984
20014
|
filter:
|
|
19985
20015
|
type: object
|
|
19986
20016
|
properties:
|
|
@@ -20118,7 +20148,7 @@ paths:
|
|
|
20118
20148
|
allOf:
|
|
20119
20149
|
- title: projects-v2.listresponse
|
|
20120
20150
|
type: object
|
|
20121
|
-
properties: &
|
|
20151
|
+
properties: &ref_481
|
|
20122
20152
|
data:
|
|
20123
20153
|
type: array
|
|
20124
20154
|
items:
|
|
@@ -20607,10 +20637,10 @@ paths:
|
|
|
20607
20637
|
schema:
|
|
20608
20638
|
allOf:
|
|
20609
20639
|
- title: projects-v2.inforequest
|
|
20610
|
-
required: &
|
|
20640
|
+
required: &ref_482
|
|
20611
20641
|
- id
|
|
20612
20642
|
type: object
|
|
20613
|
-
properties: &
|
|
20643
|
+
properties: &ref_483
|
|
20614
20644
|
id:
|
|
20615
20645
|
type: string
|
|
20616
20646
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -20635,7 +20665,7 @@ paths:
|
|
|
20635
20665
|
allOf:
|
|
20636
20666
|
- title: projects.inforesponse1
|
|
20637
20667
|
type: object
|
|
20638
|
-
properties: &
|
|
20668
|
+
properties: &ref_484
|
|
20639
20669
|
data:
|
|
20640
20670
|
type: object
|
|
20641
20671
|
properties:
|
|
@@ -21140,10 +21170,10 @@ paths:
|
|
|
21140
21170
|
schema:
|
|
21141
21171
|
allOf:
|
|
21142
21172
|
- title: projects-v2.createrequest
|
|
21143
|
-
required: &
|
|
21173
|
+
required: &ref_485
|
|
21144
21174
|
- title
|
|
21145
21175
|
type: object
|
|
21146
|
-
properties: &
|
|
21176
|
+
properties: &ref_486
|
|
21147
21177
|
title:
|
|
21148
21178
|
type: string
|
|
21149
21179
|
example: My cool new project
|
|
@@ -21460,10 +21490,10 @@ paths:
|
|
|
21460
21490
|
schema:
|
|
21461
21491
|
allOf:
|
|
21462
21492
|
- title: projects-v2.updaterequest
|
|
21463
|
-
required: &
|
|
21493
|
+
required: &ref_487
|
|
21464
21494
|
- id
|
|
21465
21495
|
type: object
|
|
21466
|
-
properties: &
|
|
21496
|
+
properties: &ref_488
|
|
21467
21497
|
id:
|
|
21468
21498
|
type: string
|
|
21469
21499
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21650,11 +21680,11 @@ paths:
|
|
|
21650
21680
|
schema:
|
|
21651
21681
|
allOf:
|
|
21652
21682
|
- title: projects-v2.closerequest
|
|
21653
|
-
required: &
|
|
21683
|
+
required: &ref_489
|
|
21654
21684
|
- id
|
|
21655
21685
|
- closing_strategy
|
|
21656
21686
|
type: object
|
|
21657
|
-
properties: &
|
|
21687
|
+
properties: &ref_490
|
|
21658
21688
|
id:
|
|
21659
21689
|
type: string
|
|
21660
21690
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21720,11 +21750,11 @@ paths:
|
|
|
21720
21750
|
schema:
|
|
21721
21751
|
allOf:
|
|
21722
21752
|
- title: projects-v2.duplicaterequest
|
|
21723
|
-
required: &
|
|
21753
|
+
required: &ref_491
|
|
21724
21754
|
- id
|
|
21725
21755
|
- title
|
|
21726
21756
|
type: object
|
|
21727
|
-
properties: &
|
|
21757
|
+
properties: &ref_492
|
|
21728
21758
|
id:
|
|
21729
21759
|
type: string
|
|
21730
21760
|
example: 81df9996-6d2c-4844-86d6-202c08d2837e
|
|
@@ -21748,7 +21778,7 @@ paths:
|
|
|
21748
21778
|
allOf:
|
|
21749
21779
|
- title: projects-v2.duplicateresponse
|
|
21750
21780
|
type: object
|
|
21751
|
-
properties: &
|
|
21781
|
+
properties: &ref_493
|
|
21752
21782
|
data:
|
|
21753
21783
|
title: TypeAndId
|
|
21754
21784
|
type: object
|
|
@@ -21777,11 +21807,11 @@ paths:
|
|
|
21777
21807
|
schema:
|
|
21778
21808
|
allOf:
|
|
21779
21809
|
- title: projects-v2.deleterequest
|
|
21780
|
-
required: &
|
|
21810
|
+
required: &ref_494
|
|
21781
21811
|
- id
|
|
21782
21812
|
- delete_strategy
|
|
21783
21813
|
type: object
|
|
21784
|
-
properties: &
|
|
21814
|
+
properties: &ref_495
|
|
21785
21815
|
id:
|
|
21786
21816
|
type: string
|
|
21787
21817
|
example: 81df9996-6d2c-4844-86d6-202c08d2837e
|
|
@@ -21820,11 +21850,11 @@ paths:
|
|
|
21820
21850
|
schema:
|
|
21821
21851
|
allOf:
|
|
21822
21852
|
- title: projects-v2.addOwnerrequest
|
|
21823
|
-
required: &
|
|
21853
|
+
required: &ref_496
|
|
21824
21854
|
- id
|
|
21825
21855
|
- user_id
|
|
21826
21856
|
type: object
|
|
21827
|
-
properties: &
|
|
21857
|
+
properties: &ref_497
|
|
21828
21858
|
id:
|
|
21829
21859
|
type: string
|
|
21830
21860
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21859,11 +21889,11 @@ paths:
|
|
|
21859
21889
|
schema:
|
|
21860
21890
|
allOf:
|
|
21861
21891
|
- title: projects-v2.removeOwnerrequest
|
|
21862
|
-
required: &
|
|
21892
|
+
required: &ref_498
|
|
21863
21893
|
- id
|
|
21864
21894
|
- user_id
|
|
21865
21895
|
type: object
|
|
21866
|
-
properties: &
|
|
21896
|
+
properties: &ref_499
|
|
21867
21897
|
id:
|
|
21868
21898
|
type: string
|
|
21869
21899
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21898,11 +21928,11 @@ paths:
|
|
|
21898
21928
|
schema:
|
|
21899
21929
|
allOf:
|
|
21900
21930
|
- title: projects-v2.assignrequest
|
|
21901
|
-
required: &
|
|
21931
|
+
required: &ref_500
|
|
21902
21932
|
- id
|
|
21903
21933
|
- assignee
|
|
21904
21934
|
type: object
|
|
21905
|
-
properties: &
|
|
21935
|
+
properties: &ref_501
|
|
21906
21936
|
id:
|
|
21907
21937
|
type: string
|
|
21908
21938
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21954,11 +21984,11 @@ paths:
|
|
|
21954
21984
|
schema:
|
|
21955
21985
|
allOf:
|
|
21956
21986
|
- title: projects-v2.unassignrequest
|
|
21957
|
-
required: &
|
|
21987
|
+
required: &ref_502
|
|
21958
21988
|
- id
|
|
21959
21989
|
- assignee
|
|
21960
21990
|
type: object
|
|
21961
|
-
properties: &
|
|
21991
|
+
properties: &ref_503
|
|
21962
21992
|
id:
|
|
21963
21993
|
type: string
|
|
21964
21994
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -22010,11 +22040,11 @@ paths:
|
|
|
22010
22040
|
schema:
|
|
22011
22041
|
allOf:
|
|
22012
22042
|
- title: projects-v2.addCustomerrequest
|
|
22013
|
-
required: &
|
|
22043
|
+
required: &ref_504
|
|
22014
22044
|
- id
|
|
22015
22045
|
- customer
|
|
22016
22046
|
type: object
|
|
22017
|
-
properties: &
|
|
22047
|
+
properties: &ref_505
|
|
22018
22048
|
id:
|
|
22019
22049
|
type: string
|
|
22020
22050
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -22055,11 +22085,11 @@ paths:
|
|
|
22055
22085
|
schema:
|
|
22056
22086
|
allOf:
|
|
22057
22087
|
- title: projects-v2.removeCustomerrequest
|
|
22058
|
-
required: &
|
|
22088
|
+
required: &ref_506
|
|
22059
22089
|
- id
|
|
22060
22090
|
- customer
|
|
22061
22091
|
type: object
|
|
22062
|
-
properties: &
|
|
22092
|
+
properties: &ref_507
|
|
22063
22093
|
id:
|
|
22064
22094
|
type: string
|
|
22065
22095
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -22100,11 +22130,11 @@ paths:
|
|
|
22100
22130
|
schema:
|
|
22101
22131
|
allOf:
|
|
22102
22132
|
- title: projects-v2.addDealrequest
|
|
22103
|
-
required: &
|
|
22133
|
+
required: &ref_508
|
|
22104
22134
|
- id
|
|
22105
22135
|
- deal_id
|
|
22106
22136
|
type: object
|
|
22107
|
-
properties: &
|
|
22137
|
+
properties: &ref_509
|
|
22108
22138
|
id:
|
|
22109
22139
|
type: string
|
|
22110
22140
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -22139,11 +22169,11 @@ paths:
|
|
|
22139
22169
|
schema:
|
|
22140
22170
|
allOf:
|
|
22141
22171
|
- title: projects-v2.removeDealrequest
|
|
22142
|
-
required: &
|
|
22172
|
+
required: &ref_510
|
|
22143
22173
|
- id
|
|
22144
22174
|
- deal_id
|
|
22145
22175
|
type: object
|
|
22146
|
-
properties: &
|
|
22176
|
+
properties: &ref_511
|
|
22147
22177
|
id:
|
|
22148
22178
|
type: string
|
|
22149
22179
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -22178,11 +22208,11 @@ paths:
|
|
|
22178
22208
|
schema:
|
|
22179
22209
|
allOf:
|
|
22180
22210
|
- title: projects-v2.addQuotationrequest
|
|
22181
|
-
required: &
|
|
22211
|
+
required: &ref_512
|
|
22182
22212
|
- id
|
|
22183
22213
|
- quotation_id
|
|
22184
22214
|
type: object
|
|
22185
|
-
properties: &
|
|
22215
|
+
properties: &ref_513
|
|
22186
22216
|
id:
|
|
22187
22217
|
type: string
|
|
22188
22218
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -22217,11 +22247,11 @@ paths:
|
|
|
22217
22247
|
schema:
|
|
22218
22248
|
allOf:
|
|
22219
22249
|
- title: projects-v2.removeQuotationrequest
|
|
22220
|
-
required: &
|
|
22250
|
+
required: &ref_514
|
|
22221
22251
|
- id
|
|
22222
22252
|
- quotation_id
|
|
22223
22253
|
type: object
|
|
22224
|
-
properties: &
|
|
22254
|
+
properties: &ref_515
|
|
22225
22255
|
id:
|
|
22226
22256
|
type: string
|
|
22227
22257
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -22256,11 +22286,11 @@ paths:
|
|
|
22256
22286
|
schema:
|
|
22257
22287
|
allOf:
|
|
22258
22288
|
- title: projects-v2_externalParties.addToProjectrequest
|
|
22259
|
-
required: &
|
|
22289
|
+
required: &ref_516
|
|
22260
22290
|
- project_id
|
|
22261
22291
|
- customer
|
|
22262
22292
|
type: object
|
|
22263
|
-
properties: &
|
|
22293
|
+
properties: &ref_517
|
|
22264
22294
|
project_id:
|
|
22265
22295
|
type: string
|
|
22266
22296
|
example: 7257b535-d40f-4699-b3bd-63679379b579
|
|
@@ -22311,10 +22341,10 @@ paths:
|
|
|
22311
22341
|
schema:
|
|
22312
22342
|
allOf:
|
|
22313
22343
|
- title: projects-v2_externalParties.updaterequest
|
|
22314
|
-
required: &
|
|
22344
|
+
required: &ref_518
|
|
22315
22345
|
- id
|
|
22316
22346
|
type: object
|
|
22317
|
-
properties: &
|
|
22347
|
+
properties: &ref_519
|
|
22318
22348
|
id:
|
|
22319
22349
|
type: string
|
|
22320
22350
|
example: 6126596f-6193-445a-935a-60c10df9f632
|
|
@@ -22367,10 +22397,10 @@ paths:
|
|
|
22367
22397
|
schema:
|
|
22368
22398
|
allOf:
|
|
22369
22399
|
- title: projects-v2_externalParties.deleterequest
|
|
22370
|
-
required: &
|
|
22400
|
+
required: &ref_520
|
|
22371
22401
|
- id
|
|
22372
22402
|
type: object
|
|
22373
|
-
properties: &
|
|
22403
|
+
properties: &ref_521
|
|
22374
22404
|
id:
|
|
22375
22405
|
type: string
|
|
22376
22406
|
example: 6126596f-6193-445a-935a-60c10df9f632
|
|
@@ -22400,10 +22430,10 @@ paths:
|
|
|
22400
22430
|
schema:
|
|
22401
22431
|
allOf:
|
|
22402
22432
|
- title: projects-v2_projectLines.listrequest
|
|
22403
|
-
required: &
|
|
22433
|
+
required: &ref_522
|
|
22404
22434
|
- project_id
|
|
22405
22435
|
type: object
|
|
22406
|
-
properties: &
|
|
22436
|
+
properties: &ref_523
|
|
22407
22437
|
project_id:
|
|
22408
22438
|
type: string
|
|
22409
22439
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -22469,7 +22499,7 @@ paths:
|
|
|
22469
22499
|
allOf:
|
|
22470
22500
|
- title: projects-v2_projectLines.listresponse
|
|
22471
22501
|
type: object
|
|
22472
|
-
properties: &
|
|
22502
|
+
properties: &ref_524
|
|
22473
22503
|
data:
|
|
22474
22504
|
type: array
|
|
22475
22505
|
items:
|
|
@@ -22532,11 +22562,11 @@ paths:
|
|
|
22532
22562
|
schema:
|
|
22533
22563
|
allOf:
|
|
22534
22564
|
- title: projects-v2_projectLines.addToGrouprequest
|
|
22535
|
-
required: &
|
|
22565
|
+
required: &ref_525
|
|
22536
22566
|
- line_id
|
|
22537
22567
|
- group_id
|
|
22538
22568
|
type: object
|
|
22539
|
-
properties: &
|
|
22569
|
+
properties: &ref_526
|
|
22540
22570
|
line_id:
|
|
22541
22571
|
type: string
|
|
22542
22572
|
description: The ID of the task or material. May not be a group.
|
|
@@ -22572,10 +22602,10 @@ paths:
|
|
|
22572
22602
|
schema:
|
|
22573
22603
|
allOf:
|
|
22574
22604
|
- title: projects-v2_projectLines.removeFromGrouprequest
|
|
22575
|
-
required: &
|
|
22605
|
+
required: &ref_527
|
|
22576
22606
|
- line_id
|
|
22577
22607
|
type: object
|
|
22578
|
-
properties: &
|
|
22608
|
+
properties: &ref_528
|
|
22579
22609
|
line_id:
|
|
22580
22610
|
type: string
|
|
22581
22611
|
description: The ID of the task or material. May not be a group.
|
|
@@ -22607,7 +22637,7 @@ paths:
|
|
|
22607
22637
|
allOf:
|
|
22608
22638
|
- title: projects-v2_projectGroups.listrequest
|
|
22609
22639
|
type: object
|
|
22610
|
-
properties: &
|
|
22640
|
+
properties: &ref_529
|
|
22611
22641
|
filter:
|
|
22612
22642
|
type: object
|
|
22613
22643
|
properties:
|
|
@@ -22642,7 +22672,7 @@ paths:
|
|
|
22642
22672
|
allOf:
|
|
22643
22673
|
- title: projects-v2_projectGroups.listresponse
|
|
22644
22674
|
type: object
|
|
22645
|
-
properties: &
|
|
22675
|
+
properties: &ref_530
|
|
22646
22676
|
data:
|
|
22647
22677
|
type: array
|
|
22648
22678
|
items:
|
|
@@ -22934,10 +22964,10 @@ paths:
|
|
|
22934
22964
|
schema:
|
|
22935
22965
|
allOf:
|
|
22936
22966
|
- title: projects-v2_projectGroups.inforequest
|
|
22937
|
-
required: &
|
|
22967
|
+
required: &ref_531
|
|
22938
22968
|
- id
|
|
22939
22969
|
type: object
|
|
22940
|
-
properties: &
|
|
22970
|
+
properties: &ref_532
|
|
22941
22971
|
id:
|
|
22942
22972
|
type: string
|
|
22943
22973
|
example: cfe2666c-b0f4-4e85-8d6f-9e1284706d0a
|
|
@@ -22956,7 +22986,7 @@ paths:
|
|
|
22956
22986
|
allOf:
|
|
22957
22987
|
- title: projects-v2_projectGroups.inforesponse
|
|
22958
22988
|
type: object
|
|
22959
|
-
properties: &
|
|
22989
|
+
properties: &ref_533
|
|
22960
22990
|
data:
|
|
22961
22991
|
type: object
|
|
22962
22992
|
properties:
|
|
@@ -23247,11 +23277,11 @@ paths:
|
|
|
23247
23277
|
schema:
|
|
23248
23278
|
allOf:
|
|
23249
23279
|
- title: projects-v2_projectGroups.createrequest
|
|
23250
|
-
required: &
|
|
23280
|
+
required: &ref_534
|
|
23251
23281
|
- project_id
|
|
23252
23282
|
- title
|
|
23253
23283
|
type: object
|
|
23254
|
-
properties: &
|
|
23284
|
+
properties: &ref_535
|
|
23255
23285
|
project_id:
|
|
23256
23286
|
type: string
|
|
23257
23287
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -23376,7 +23406,7 @@ paths:
|
|
|
23376
23406
|
allOf:
|
|
23377
23407
|
- title: projects-v2_projectGroups.createresponse
|
|
23378
23408
|
type: object
|
|
23379
|
-
properties: &
|
|
23409
|
+
properties: &ref_536
|
|
23380
23410
|
data:
|
|
23381
23411
|
title: TypeAndId
|
|
23382
23412
|
type: object
|
|
@@ -23405,10 +23435,10 @@ paths:
|
|
|
23405
23435
|
schema:
|
|
23406
23436
|
allOf:
|
|
23407
23437
|
- title: projects-v2_projectGroups.updaterequest
|
|
23408
|
-
required: &
|
|
23438
|
+
required: &ref_537
|
|
23409
23439
|
- id
|
|
23410
23440
|
type: object
|
|
23411
|
-
properties: &
|
|
23441
|
+
properties: &ref_538
|
|
23412
23442
|
id:
|
|
23413
23443
|
type: string
|
|
23414
23444
|
example: e8478f2c-05a1-4e69-b3c4-e08507640f01
|
|
@@ -23538,10 +23568,10 @@ paths:
|
|
|
23538
23568
|
schema:
|
|
23539
23569
|
allOf:
|
|
23540
23570
|
- title: projects-v2_projectGroups.duplicaterequest
|
|
23541
|
-
required: &
|
|
23571
|
+
required: &ref_539
|
|
23542
23572
|
- origin_id
|
|
23543
23573
|
type: object
|
|
23544
|
-
properties: &
|
|
23574
|
+
properties: &ref_540
|
|
23545
23575
|
origin_id:
|
|
23546
23576
|
type: string
|
|
23547
23577
|
description: The id of the group that is being duplicated
|
|
@@ -23561,7 +23591,7 @@ paths:
|
|
|
23561
23591
|
allOf:
|
|
23562
23592
|
- title: projects-v2_projectGroups.duplicateresponse
|
|
23563
23593
|
type: object
|
|
23564
|
-
properties: &
|
|
23594
|
+
properties: &ref_541
|
|
23565
23595
|
data:
|
|
23566
23596
|
title: TypeAndId
|
|
23567
23597
|
type: object
|
|
@@ -23590,11 +23620,11 @@ paths:
|
|
|
23590
23620
|
schema:
|
|
23591
23621
|
allOf:
|
|
23592
23622
|
- title: projects-v2_projectGroups.deleterequest
|
|
23593
|
-
required: &
|
|
23623
|
+
required: &ref_542
|
|
23594
23624
|
- id
|
|
23595
23625
|
- delete_strategy
|
|
23596
23626
|
type: object
|
|
23597
|
-
properties: &
|
|
23627
|
+
properties: &ref_543
|
|
23598
23628
|
id:
|
|
23599
23629
|
type: string
|
|
23600
23630
|
example: 01866e6f-f264-7fe5-8b7c-a3f739fa292c
|
|
@@ -23633,11 +23663,11 @@ paths:
|
|
|
23633
23663
|
schema:
|
|
23634
23664
|
allOf:
|
|
23635
23665
|
- title: projects-v2_projectGroups.assignrequest
|
|
23636
|
-
required: &
|
|
23666
|
+
required: &ref_544
|
|
23637
23667
|
- id
|
|
23638
23668
|
- assignee
|
|
23639
23669
|
type: object
|
|
23640
|
-
properties: &
|
|
23670
|
+
properties: &ref_545
|
|
23641
23671
|
id:
|
|
23642
23672
|
type: string
|
|
23643
23673
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23689,11 +23719,11 @@ paths:
|
|
|
23689
23719
|
schema:
|
|
23690
23720
|
allOf:
|
|
23691
23721
|
- title: projects-v2_projectGroups.unassignrequest
|
|
23692
|
-
required: &
|
|
23722
|
+
required: &ref_546
|
|
23693
23723
|
- id
|
|
23694
23724
|
- assignee
|
|
23695
23725
|
type: object
|
|
23696
|
-
properties: &
|
|
23726
|
+
properties: &ref_547
|
|
23697
23727
|
id:
|
|
23698
23728
|
type: string
|
|
23699
23729
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23746,7 +23776,7 @@ paths:
|
|
|
23746
23776
|
allOf:
|
|
23747
23777
|
- title: projects-v2_tasks.listrequest
|
|
23748
23778
|
type: object
|
|
23749
|
-
properties: &
|
|
23779
|
+
properties: &ref_548
|
|
23750
23780
|
filter:
|
|
23751
23781
|
type: object
|
|
23752
23782
|
properties:
|
|
@@ -23785,7 +23815,7 @@ paths:
|
|
|
23785
23815
|
allOf:
|
|
23786
23816
|
- title: projects-v2_tasks.listresponse
|
|
23787
23817
|
type: object
|
|
23788
|
-
properties: &
|
|
23818
|
+
properties: &ref_549
|
|
23789
23819
|
data:
|
|
23790
23820
|
type: array
|
|
23791
23821
|
items:
|
|
@@ -24174,7 +24204,7 @@ paths:
|
|
|
24174
24204
|
allOf:
|
|
24175
24205
|
- title: projects-v2_tasks.inforesponse
|
|
24176
24206
|
type: object
|
|
24177
|
-
properties: &
|
|
24207
|
+
properties: &ref_550
|
|
24178
24208
|
data:
|
|
24179
24209
|
type: object
|
|
24180
24210
|
properties:
|
|
@@ -24561,11 +24591,11 @@ paths:
|
|
|
24561
24591
|
schema:
|
|
24562
24592
|
allOf:
|
|
24563
24593
|
- title: projects-v2_tasks.createrequest
|
|
24564
|
-
required: &
|
|
24594
|
+
required: &ref_551
|
|
24565
24595
|
- project_id
|
|
24566
24596
|
- title
|
|
24567
24597
|
type: object
|
|
24568
|
-
properties: &
|
|
24598
|
+
properties: &ref_552
|
|
24569
24599
|
project_id:
|
|
24570
24600
|
type: string
|
|
24571
24601
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -24769,10 +24799,10 @@ paths:
|
|
|
24769
24799
|
schema:
|
|
24770
24800
|
allOf:
|
|
24771
24801
|
- title: projects-v2_tasks.updaterequest
|
|
24772
|
-
required: &
|
|
24802
|
+
required: &ref_553
|
|
24773
24803
|
- id
|
|
24774
24804
|
type: object
|
|
24775
|
-
properties: &
|
|
24805
|
+
properties: &ref_554
|
|
24776
24806
|
id:
|
|
24777
24807
|
type: string
|
|
24778
24808
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -24944,10 +24974,10 @@ paths:
|
|
|
24944
24974
|
schema:
|
|
24945
24975
|
allOf:
|
|
24946
24976
|
- title: projects-v2_tasks.duplicaterequest
|
|
24947
|
-
required: &
|
|
24977
|
+
required: &ref_555
|
|
24948
24978
|
- origin_id
|
|
24949
24979
|
type: object
|
|
24950
|
-
properties: &
|
|
24980
|
+
properties: &ref_556
|
|
24951
24981
|
origin_id:
|
|
24952
24982
|
type: string
|
|
24953
24983
|
description: The id of the task that is being duplicated
|
|
@@ -24967,7 +24997,7 @@ paths:
|
|
|
24967
24997
|
allOf:
|
|
24968
24998
|
- title: projects-v2_tasks.duplicateresponse
|
|
24969
24999
|
type: object
|
|
24970
|
-
properties: &
|
|
25000
|
+
properties: &ref_557
|
|
24971
25001
|
data:
|
|
24972
25002
|
title: TypeAndId
|
|
24973
25003
|
type: object
|
|
@@ -24996,11 +25026,11 @@ paths:
|
|
|
24996
25026
|
schema:
|
|
24997
25027
|
allOf:
|
|
24998
25028
|
- title: projects-v2_tasks.deleterequest
|
|
24999
|
-
required: &
|
|
25029
|
+
required: &ref_558
|
|
25000
25030
|
- id
|
|
25001
25031
|
- delete_strategy
|
|
25002
25032
|
type: object
|
|
25003
|
-
properties: &
|
|
25033
|
+
properties: &ref_559
|
|
25004
25034
|
id:
|
|
25005
25035
|
type: string
|
|
25006
25036
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -25038,11 +25068,11 @@ paths:
|
|
|
25038
25068
|
schema:
|
|
25039
25069
|
allOf:
|
|
25040
25070
|
- title: projects-v2_tasks.assignrequest
|
|
25041
|
-
required: &
|
|
25071
|
+
required: &ref_560
|
|
25042
25072
|
- id
|
|
25043
25073
|
- assignee
|
|
25044
25074
|
type: object
|
|
25045
|
-
properties: &
|
|
25075
|
+
properties: &ref_561
|
|
25046
25076
|
id:
|
|
25047
25077
|
type: string
|
|
25048
25078
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -25094,11 +25124,11 @@ paths:
|
|
|
25094
25124
|
schema:
|
|
25095
25125
|
allOf:
|
|
25096
25126
|
- title: projects-v2_tasks.unassignrequest
|
|
25097
|
-
required: &
|
|
25127
|
+
required: &ref_562
|
|
25098
25128
|
- id
|
|
25099
25129
|
- assignee
|
|
25100
25130
|
type: object
|
|
25101
|
-
properties: &
|
|
25131
|
+
properties: &ref_563
|
|
25102
25132
|
id:
|
|
25103
25133
|
type: string
|
|
25104
25134
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -25151,7 +25181,7 @@ paths:
|
|
|
25151
25181
|
allOf:
|
|
25152
25182
|
- title: projects-v2_materials.listrequest
|
|
25153
25183
|
type: object
|
|
25154
|
-
properties: &
|
|
25184
|
+
properties: &ref_564
|
|
25155
25185
|
filter:
|
|
25156
25186
|
type: object
|
|
25157
25187
|
properties:
|
|
@@ -25180,7 +25210,7 @@ paths:
|
|
|
25180
25210
|
allOf:
|
|
25181
25211
|
- title: projects-v2_materials.listresponse
|
|
25182
25212
|
type: object
|
|
25183
|
-
properties: &
|
|
25213
|
+
properties: &ref_565
|
|
25184
25214
|
data:
|
|
25185
25215
|
type: array
|
|
25186
25216
|
items:
|
|
@@ -25494,10 +25524,10 @@ paths:
|
|
|
25494
25524
|
schema:
|
|
25495
25525
|
allOf:
|
|
25496
25526
|
- title: projects-v2_materials.inforequest
|
|
25497
|
-
required: &
|
|
25527
|
+
required: &ref_566
|
|
25498
25528
|
- id
|
|
25499
25529
|
type: object
|
|
25500
|
-
properties: &
|
|
25530
|
+
properties: &ref_567
|
|
25501
25531
|
id:
|
|
25502
25532
|
type: string
|
|
25503
25533
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -25516,7 +25546,7 @@ paths:
|
|
|
25516
25546
|
allOf:
|
|
25517
25547
|
- title: projects-v2_materials.inforesponse
|
|
25518
25548
|
type: object
|
|
25519
|
-
properties: &
|
|
25549
|
+
properties: &ref_568
|
|
25520
25550
|
data:
|
|
25521
25551
|
type: object
|
|
25522
25552
|
properties:
|
|
@@ -25834,11 +25864,11 @@ paths:
|
|
|
25834
25864
|
schema:
|
|
25835
25865
|
allOf:
|
|
25836
25866
|
- title: projects-v2_materials.createrequest
|
|
25837
|
-
required: &
|
|
25867
|
+
required: &ref_569
|
|
25838
25868
|
- project_id
|
|
25839
25869
|
- title
|
|
25840
25870
|
type: object
|
|
25841
|
-
properties: &
|
|
25871
|
+
properties: &ref_570
|
|
25842
25872
|
project_id:
|
|
25843
25873
|
type: string
|
|
25844
25874
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -26007,7 +26037,7 @@ paths:
|
|
|
26007
26037
|
allOf:
|
|
26008
26038
|
- title: projects-v2_materials.createresponse
|
|
26009
26039
|
type: object
|
|
26010
|
-
properties: &
|
|
26040
|
+
properties: &ref_571
|
|
26011
26041
|
data:
|
|
26012
26042
|
title: TypeAndId
|
|
26013
26043
|
type: object
|
|
@@ -26036,10 +26066,10 @@ paths:
|
|
|
26036
26066
|
schema:
|
|
26037
26067
|
allOf:
|
|
26038
26068
|
- title: projects-v2_materials.updaterequest
|
|
26039
|
-
required: &
|
|
26069
|
+
required: &ref_572
|
|
26040
26070
|
- id
|
|
26041
26071
|
type: object
|
|
26042
|
-
properties: &
|
|
26072
|
+
properties: &ref_573
|
|
26043
26073
|
id:
|
|
26044
26074
|
type: string
|
|
26045
26075
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -26194,10 +26224,10 @@ paths:
|
|
|
26194
26224
|
schema:
|
|
26195
26225
|
allOf:
|
|
26196
26226
|
- title: projects-v2_materials.duplicaterequest
|
|
26197
|
-
required: &
|
|
26227
|
+
required: &ref_574
|
|
26198
26228
|
- origin_id
|
|
26199
26229
|
type: object
|
|
26200
|
-
properties: &
|
|
26230
|
+
properties: &ref_575
|
|
26201
26231
|
origin_id:
|
|
26202
26232
|
type: string
|
|
26203
26233
|
description: The id of the material that is being duplicated
|
|
@@ -26217,7 +26247,7 @@ paths:
|
|
|
26217
26247
|
allOf:
|
|
26218
26248
|
- title: projects-v2_materials.duplicateresponse
|
|
26219
26249
|
type: object
|
|
26220
|
-
properties: &
|
|
26250
|
+
properties: &ref_576
|
|
26221
26251
|
data:
|
|
26222
26252
|
title: TypeAndId
|
|
26223
26253
|
type: object
|
|
@@ -26246,10 +26276,10 @@ paths:
|
|
|
26246
26276
|
schema:
|
|
26247
26277
|
allOf:
|
|
26248
26278
|
- title: projects-v2_materials.deleterequest
|
|
26249
|
-
required: &
|
|
26279
|
+
required: &ref_577
|
|
26250
26280
|
- id
|
|
26251
26281
|
type: object
|
|
26252
|
-
properties: &
|
|
26282
|
+
properties: &ref_578
|
|
26253
26283
|
id:
|
|
26254
26284
|
type: string
|
|
26255
26285
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26279,11 +26309,11 @@ paths:
|
|
|
26279
26309
|
schema:
|
|
26280
26310
|
allOf:
|
|
26281
26311
|
- title: projects-v2_materials.assignrequest
|
|
26282
|
-
required: &
|
|
26312
|
+
required: &ref_579
|
|
26283
26313
|
- id
|
|
26284
26314
|
- assignee
|
|
26285
26315
|
type: object
|
|
26286
|
-
properties: &
|
|
26316
|
+
properties: &ref_580
|
|
26287
26317
|
id:
|
|
26288
26318
|
type: string
|
|
26289
26319
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26335,11 +26365,11 @@ paths:
|
|
|
26335
26365
|
schema:
|
|
26336
26366
|
allOf:
|
|
26337
26367
|
- title: projects-v2_materials.unassignrequest
|
|
26338
|
-
required: &
|
|
26368
|
+
required: &ref_581
|
|
26339
26369
|
- id
|
|
26340
26370
|
- assignee
|
|
26341
26371
|
type: object
|
|
26342
|
-
properties: &
|
|
26372
|
+
properties: &ref_582
|
|
26343
26373
|
id:
|
|
26344
26374
|
type: string
|
|
26345
26375
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26392,7 +26422,7 @@ paths:
|
|
|
26392
26422
|
allOf:
|
|
26393
26423
|
- title: tasks.listrequest1
|
|
26394
26424
|
type: object
|
|
26395
|
-
properties: &
|
|
26425
|
+
properties: &ref_583
|
|
26396
26426
|
filter:
|
|
26397
26427
|
type: object
|
|
26398
26428
|
properties:
|
|
@@ -26460,7 +26490,7 @@ paths:
|
|
|
26460
26490
|
allOf:
|
|
26461
26491
|
- title: tasks.listresponse1
|
|
26462
26492
|
type: object
|
|
26463
|
-
properties: &
|
|
26493
|
+
properties: &ref_584
|
|
26464
26494
|
data:
|
|
26465
26495
|
type: array
|
|
26466
26496
|
items:
|
|
@@ -26667,7 +26697,7 @@ paths:
|
|
|
26667
26697
|
allOf:
|
|
26668
26698
|
- title: tasks.inforesponse1
|
|
26669
26699
|
type: object
|
|
26670
|
-
properties: &
|
|
26700
|
+
properties: &ref_585
|
|
26671
26701
|
data:
|
|
26672
26702
|
type: object
|
|
26673
26703
|
properties:
|
|
@@ -26859,12 +26889,12 @@ paths:
|
|
|
26859
26889
|
application/json:
|
|
26860
26890
|
schema:
|
|
26861
26891
|
title: tasks.createrequest1
|
|
26862
|
-
required: &
|
|
26892
|
+
required: &ref_586
|
|
26863
26893
|
- title
|
|
26864
26894
|
- due_on
|
|
26865
26895
|
- work_type_id
|
|
26866
26896
|
type: object
|
|
26867
|
-
properties: &
|
|
26897
|
+
properties: &ref_587
|
|
26868
26898
|
title:
|
|
26869
26899
|
type: string
|
|
26870
26900
|
description:
|
|
@@ -26956,10 +26986,10 @@ paths:
|
|
|
26956
26986
|
application/json:
|
|
26957
26987
|
schema:
|
|
26958
26988
|
title: tasks.updaterequest1
|
|
26959
|
-
required: &
|
|
26989
|
+
required: &ref_588
|
|
26960
26990
|
- id
|
|
26961
26991
|
type: object
|
|
26962
|
-
properties: &
|
|
26992
|
+
properties: &ref_589
|
|
26963
26993
|
id:
|
|
26964
26994
|
type: string
|
|
26965
26995
|
example: 00ed6266-a5bd-4aac-a292-2582017b6400
|
|
@@ -27045,10 +27075,10 @@ paths:
|
|
|
27045
27075
|
schema:
|
|
27046
27076
|
allOf:
|
|
27047
27077
|
- title: tasks.completerequest
|
|
27048
|
-
required: &
|
|
27078
|
+
required: &ref_590
|
|
27049
27079
|
- id
|
|
27050
27080
|
type: object
|
|
27051
|
-
properties: &
|
|
27081
|
+
properties: &ref_591
|
|
27052
27082
|
id:
|
|
27053
27083
|
type: string
|
|
27054
27084
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -27078,10 +27108,10 @@ paths:
|
|
|
27078
27108
|
schema:
|
|
27079
27109
|
allOf:
|
|
27080
27110
|
- title: tasks.reopenrequest
|
|
27081
|
-
required: &
|
|
27111
|
+
required: &ref_592
|
|
27082
27112
|
- id
|
|
27083
27113
|
type: object
|
|
27084
|
-
properties: &
|
|
27114
|
+
properties: &ref_593
|
|
27085
27115
|
id:
|
|
27086
27116
|
type: string
|
|
27087
27117
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -27111,10 +27141,10 @@ paths:
|
|
|
27111
27141
|
schema:
|
|
27112
27142
|
allOf:
|
|
27113
27143
|
- title: tasks.deleterequest1
|
|
27114
|
-
required: &
|
|
27144
|
+
required: &ref_594
|
|
27115
27145
|
- id
|
|
27116
27146
|
type: object
|
|
27117
|
-
properties: &
|
|
27147
|
+
properties: &ref_595
|
|
27118
27148
|
id:
|
|
27119
27149
|
type: string
|
|
27120
27150
|
example: 5f0afd8a-8a40-48a4-bbe6-7d0e9c61bb6d
|
|
@@ -27144,12 +27174,12 @@ paths:
|
|
|
27144
27174
|
schema:
|
|
27145
27175
|
allOf:
|
|
27146
27176
|
- title: tasks.schedulerequest
|
|
27147
|
-
required: &
|
|
27177
|
+
required: &ref_596
|
|
27148
27178
|
- id
|
|
27149
27179
|
- starts_at
|
|
27150
27180
|
- ends_at
|
|
27151
27181
|
type: object
|
|
27152
|
-
properties: &
|
|
27182
|
+
properties: &ref_597
|
|
27153
27183
|
id:
|
|
27154
27184
|
type: string
|
|
27155
27185
|
example: 7c70c54e-6e50-4e6a-b5fd-80234eb535cf
|
|
@@ -27178,7 +27208,7 @@ paths:
|
|
|
27178
27208
|
allOf:
|
|
27179
27209
|
- title: tasks.scheduleresponse
|
|
27180
27210
|
type: object
|
|
27181
|
-
properties: &
|
|
27211
|
+
properties: &ref_598
|
|
27182
27212
|
data:
|
|
27183
27213
|
title: TypeAndId
|
|
27184
27214
|
type: object
|
|
@@ -27208,7 +27238,7 @@ paths:
|
|
|
27208
27238
|
allOf:
|
|
27209
27239
|
- title: timeTracking.listrequest
|
|
27210
27240
|
type: object
|
|
27211
|
-
properties: &
|
|
27241
|
+
properties: &ref_599
|
|
27212
27242
|
filter:
|
|
27213
27243
|
type: object
|
|
27214
27244
|
properties:
|
|
@@ -27314,7 +27344,7 @@ paths:
|
|
|
27314
27344
|
allOf:
|
|
27315
27345
|
- title: timeTracking.listresponse
|
|
27316
27346
|
type: object
|
|
27317
|
-
properties: &
|
|
27347
|
+
properties: &ref_600
|
|
27318
27348
|
data:
|
|
27319
27349
|
type: array
|
|
27320
27350
|
items:
|
|
@@ -27532,10 +27562,10 @@ paths:
|
|
|
27532
27562
|
schema:
|
|
27533
27563
|
allOf:
|
|
27534
27564
|
- title: timeTracking.inforequest
|
|
27535
|
-
required: &
|
|
27565
|
+
required: &ref_601
|
|
27536
27566
|
- id
|
|
27537
27567
|
type: object
|
|
27538
|
-
properties: &
|
|
27568
|
+
properties: &ref_602
|
|
27539
27569
|
id:
|
|
27540
27570
|
type: string
|
|
27541
27571
|
example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
|
|
@@ -27560,7 +27590,7 @@ paths:
|
|
|
27560
27590
|
allOf:
|
|
27561
27591
|
- title: timeTracking.inforesponse
|
|
27562
27592
|
type: object
|
|
27563
|
-
properties: &
|
|
27593
|
+
properties: &ref_603
|
|
27564
27594
|
data:
|
|
27565
27595
|
type: object
|
|
27566
27596
|
properties:
|
|
@@ -27757,7 +27787,7 @@ paths:
|
|
|
27757
27787
|
allOf:
|
|
27758
27788
|
- title: timeTracking.addrequest
|
|
27759
27789
|
type: object
|
|
27760
|
-
properties: &
|
|
27790
|
+
properties: &ref_604
|
|
27761
27791
|
work_type_id:
|
|
27762
27792
|
type: string
|
|
27763
27793
|
example: 2175597d-484e-4a1c-a781-cbc3d9f893ba
|
|
@@ -27788,7 +27818,7 @@ paths:
|
|
|
27788
27818
|
type: string
|
|
27789
27819
|
description: To add tracked time for a different user.
|
|
27790
27820
|
example: 87982c96-f2fe-4b05-838c-ff42c0525758
|
|
27791
|
-
oneOf: &
|
|
27821
|
+
oneOf: &ref_605
|
|
27792
27822
|
- type: object
|
|
27793
27823
|
title: With started_at & duration
|
|
27794
27824
|
required:
|
|
@@ -27840,7 +27870,7 @@ paths:
|
|
|
27840
27870
|
allOf:
|
|
27841
27871
|
- title: timeTracking.addresponse
|
|
27842
27872
|
type: object
|
|
27843
|
-
properties: &
|
|
27873
|
+
properties: &ref_606
|
|
27844
27874
|
data:
|
|
27845
27875
|
title: TypeAndId
|
|
27846
27876
|
type: object
|
|
@@ -27866,11 +27896,11 @@ paths:
|
|
|
27866
27896
|
schema:
|
|
27867
27897
|
allOf:
|
|
27868
27898
|
- title: timeTracking.updaterequest
|
|
27869
|
-
required: &
|
|
27899
|
+
required: &ref_607
|
|
27870
27900
|
- id
|
|
27871
27901
|
- duration
|
|
27872
27902
|
type: object
|
|
27873
|
-
properties: &
|
|
27903
|
+
properties: &ref_608
|
|
27874
27904
|
id:
|
|
27875
27905
|
type: string
|
|
27876
27906
|
example: 66621f54-3d0d-420f-8d4b-ddd7fc473bf2
|
|
@@ -27908,7 +27938,7 @@ paths:
|
|
|
27908
27938
|
invoiceable:
|
|
27909
27939
|
type: boolean
|
|
27910
27940
|
example: true
|
|
27911
|
-
oneOf: &
|
|
27941
|
+
oneOf: &ref_609
|
|
27912
27942
|
- type: object
|
|
27913
27943
|
title: Update with started_at
|
|
27914
27944
|
description: Update the timetracking with `started_at` DateTime.
|
|
@@ -27951,10 +27981,10 @@ paths:
|
|
|
27951
27981
|
schema:
|
|
27952
27982
|
allOf:
|
|
27953
27983
|
- title: timeTracking.resumerequest
|
|
27954
|
-
required: &
|
|
27984
|
+
required: &ref_610
|
|
27955
27985
|
- id
|
|
27956
27986
|
type: object
|
|
27957
|
-
properties: &
|
|
27987
|
+
properties: &ref_611
|
|
27958
27988
|
id:
|
|
27959
27989
|
type: string
|
|
27960
27990
|
example: 06dfa08a-b769-4005-a912-45ab885c5737
|
|
@@ -27979,7 +28009,7 @@ paths:
|
|
|
27979
28009
|
allOf:
|
|
27980
28010
|
- title: timeTracking.resumeresponse
|
|
27981
28011
|
type: object
|
|
27982
|
-
properties: &
|
|
28012
|
+
properties: &ref_612
|
|
27983
28013
|
data:
|
|
27984
28014
|
title: TypeAndId
|
|
27985
28015
|
type: object
|
|
@@ -28008,10 +28038,10 @@ paths:
|
|
|
28008
28038
|
schema:
|
|
28009
28039
|
allOf:
|
|
28010
28040
|
- title: timeTracking.deleterequest
|
|
28011
|
-
required: &
|
|
28041
|
+
required: &ref_613
|
|
28012
28042
|
- id
|
|
28013
28043
|
type: object
|
|
28014
|
-
properties: &
|
|
28044
|
+
properties: &ref_614
|
|
28015
28045
|
id:
|
|
28016
28046
|
type: string
|
|
28017
28047
|
example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
|
|
@@ -28044,7 +28074,7 @@ paths:
|
|
|
28044
28074
|
allOf:
|
|
28045
28075
|
- title: timers.currentresponse
|
|
28046
28076
|
type: object
|
|
28047
|
-
properties: &
|
|
28077
|
+
properties: &ref_615
|
|
28048
28078
|
data:
|
|
28049
28079
|
type: object
|
|
28050
28080
|
properties:
|
|
@@ -28130,7 +28160,7 @@ paths:
|
|
|
28130
28160
|
allOf:
|
|
28131
28161
|
- title: timers.startrequest
|
|
28132
28162
|
type: object
|
|
28133
|
-
properties: &
|
|
28163
|
+
properties: &ref_616
|
|
28134
28164
|
work_type_id:
|
|
28135
28165
|
type: string
|
|
28136
28166
|
example: db41328a-7a25-4e85-8fb9-830baacb7f40
|
|
@@ -28186,7 +28216,7 @@ paths:
|
|
|
28186
28216
|
allOf:
|
|
28187
28217
|
- title: timers.startresponse
|
|
28188
28218
|
type: object
|
|
28189
|
-
properties: &
|
|
28219
|
+
properties: &ref_617
|
|
28190
28220
|
data:
|
|
28191
28221
|
title: TypeAndId
|
|
28192
28222
|
type: object
|
|
@@ -28218,7 +28248,7 @@ paths:
|
|
|
28218
28248
|
allOf:
|
|
28219
28249
|
- title: timers.stopresponse
|
|
28220
28250
|
type: object
|
|
28221
|
-
properties: &
|
|
28251
|
+
properties: &ref_618
|
|
28222
28252
|
data:
|
|
28223
28253
|
title: TypeAndId
|
|
28224
28254
|
type: object
|
|
@@ -28248,7 +28278,7 @@ paths:
|
|
|
28248
28278
|
allOf:
|
|
28249
28279
|
- title: timers.updaterequest
|
|
28250
28280
|
type: object
|
|
28251
|
-
properties: &
|
|
28281
|
+
properties: &ref_619
|
|
28252
28282
|
work_type_id:
|
|
28253
28283
|
type: string
|
|
28254
28284
|
nullable: true
|
|
@@ -28322,7 +28352,7 @@ paths:
|
|
|
28322
28352
|
allOf:
|
|
28323
28353
|
- title: tickets.listrequest
|
|
28324
28354
|
type: object
|
|
28325
|
-
properties: &
|
|
28355
|
+
properties: &ref_620
|
|
28326
28356
|
filter:
|
|
28327
28357
|
type: object
|
|
28328
28358
|
properties:
|
|
@@ -28407,7 +28437,7 @@ paths:
|
|
|
28407
28437
|
allOf:
|
|
28408
28438
|
- title: tickets.listresponse
|
|
28409
28439
|
type: object
|
|
28410
|
-
properties: &
|
|
28440
|
+
properties: &ref_621
|
|
28411
28441
|
data:
|
|
28412
28442
|
type: array
|
|
28413
28443
|
items:
|
|
@@ -28542,10 +28572,10 @@ paths:
|
|
|
28542
28572
|
schema:
|
|
28543
28573
|
allOf:
|
|
28544
28574
|
- title: tickets.inforequest
|
|
28545
|
-
required: &
|
|
28575
|
+
required: &ref_622
|
|
28546
28576
|
- id
|
|
28547
28577
|
type: object
|
|
28548
|
-
properties: &
|
|
28578
|
+
properties: &ref_623
|
|
28549
28579
|
id:
|
|
28550
28580
|
type: string
|
|
28551
28581
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -28564,7 +28594,7 @@ paths:
|
|
|
28564
28594
|
allOf:
|
|
28565
28595
|
- title: tickets.inforesponse
|
|
28566
28596
|
type: object
|
|
28567
|
-
properties: &
|
|
28597
|
+
properties: &ref_624
|
|
28568
28598
|
id:
|
|
28569
28599
|
type: string
|
|
28570
28600
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -28713,12 +28743,12 @@ paths:
|
|
|
28713
28743
|
schema:
|
|
28714
28744
|
allOf:
|
|
28715
28745
|
- title: tickets.createrequest
|
|
28716
|
-
required: &
|
|
28746
|
+
required: &ref_625
|
|
28717
28747
|
- subject
|
|
28718
28748
|
- customer
|
|
28719
28749
|
- ticket_status_id
|
|
28720
28750
|
type: object
|
|
28721
|
-
properties: &
|
|
28751
|
+
properties: &ref_626
|
|
28722
28752
|
subject:
|
|
28723
28753
|
type: string
|
|
28724
28754
|
example: My ticket subject
|
|
@@ -28832,7 +28862,7 @@ paths:
|
|
|
28832
28862
|
allOf:
|
|
28833
28863
|
- title: tickets.createresponse
|
|
28834
28864
|
type: object
|
|
28835
|
-
properties: &
|
|
28865
|
+
properties: &ref_627
|
|
28836
28866
|
data:
|
|
28837
28867
|
title: TypeAndId
|
|
28838
28868
|
type: object
|
|
@@ -28861,10 +28891,10 @@ paths:
|
|
|
28861
28891
|
schema:
|
|
28862
28892
|
allOf:
|
|
28863
28893
|
- title: tickets.updaterequest
|
|
28864
|
-
required: &
|
|
28894
|
+
required: &ref_628
|
|
28865
28895
|
- id
|
|
28866
28896
|
type: object
|
|
28867
|
-
properties: &
|
|
28897
|
+
properties: &ref_629
|
|
28868
28898
|
id:
|
|
28869
28899
|
type: string
|
|
28870
28900
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -28986,7 +29016,7 @@ paths:
|
|
|
28986
29016
|
allOf:
|
|
28987
29017
|
- title: tickets.listMessagesrequest
|
|
28988
29018
|
type: object
|
|
28989
|
-
properties: &
|
|
29019
|
+
properties: &ref_630
|
|
28990
29020
|
id:
|
|
28991
29021
|
type: string
|
|
28992
29022
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29039,7 +29069,7 @@ paths:
|
|
|
29039
29069
|
allOf:
|
|
29040
29070
|
- title: tickets.listMessagesresponse
|
|
29041
29071
|
type: object
|
|
29042
|
-
properties: &
|
|
29072
|
+
properties: &ref_631
|
|
29043
29073
|
data:
|
|
29044
29074
|
type: array
|
|
29045
29075
|
items:
|
|
@@ -29142,7 +29172,7 @@ paths:
|
|
|
29142
29172
|
allOf:
|
|
29143
29173
|
- title: tickets.getMessagerequest
|
|
29144
29174
|
type: object
|
|
29145
|
-
properties: &
|
|
29175
|
+
properties: &ref_632
|
|
29146
29176
|
message_id:
|
|
29147
29177
|
type: string
|
|
29148
29178
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29161,7 +29191,7 @@ paths:
|
|
|
29161
29191
|
allOf:
|
|
29162
29192
|
- title: tickets.getMessageresponse
|
|
29163
29193
|
type: object
|
|
29164
|
-
properties: &
|
|
29194
|
+
properties: &ref_633
|
|
29165
29195
|
message_id:
|
|
29166
29196
|
type: string
|
|
29167
29197
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29244,13 +29274,13 @@ paths:
|
|
|
29244
29274
|
schema:
|
|
29245
29275
|
allOf:
|
|
29246
29276
|
- title: tickets.importMessagerequest
|
|
29247
|
-
required: &
|
|
29277
|
+
required: &ref_634
|
|
29248
29278
|
- id
|
|
29249
29279
|
- body
|
|
29250
29280
|
- sent_by
|
|
29251
29281
|
- sent_at
|
|
29252
29282
|
type: object
|
|
29253
|
-
properties: &
|
|
29283
|
+
properties: &ref_635
|
|
29254
29284
|
id:
|
|
29255
29285
|
type: string
|
|
29256
29286
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29303,7 +29333,7 @@ paths:
|
|
|
29303
29333
|
allOf:
|
|
29304
29334
|
- title: tickets.importMessageresponse
|
|
29305
29335
|
type: object
|
|
29306
|
-
properties: &
|
|
29336
|
+
properties: &ref_636
|
|
29307
29337
|
data:
|
|
29308
29338
|
title: TypeAndId
|
|
29309
29339
|
type: object
|
|
@@ -29332,11 +29362,11 @@ paths:
|
|
|
29332
29362
|
schema:
|
|
29333
29363
|
allOf:
|
|
29334
29364
|
- title: tickets.addReplyrequest
|
|
29335
|
-
required: &
|
|
29365
|
+
required: &ref_637
|
|
29336
29366
|
- id
|
|
29337
29367
|
- body
|
|
29338
29368
|
type: object
|
|
29339
|
-
properties: &
|
|
29369
|
+
properties: &ref_638
|
|
29340
29370
|
id:
|
|
29341
29371
|
type: string
|
|
29342
29372
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29375,7 +29405,7 @@ paths:
|
|
|
29375
29405
|
allOf:
|
|
29376
29406
|
- title: tickets.addReplyresponse
|
|
29377
29407
|
type: object
|
|
29378
|
-
properties: &
|
|
29408
|
+
properties: &ref_639
|
|
29379
29409
|
data:
|
|
29380
29410
|
title: TypeAndId
|
|
29381
29411
|
type: object
|
|
@@ -29404,11 +29434,11 @@ paths:
|
|
|
29404
29434
|
schema:
|
|
29405
29435
|
allOf:
|
|
29406
29436
|
- title: tickets.addInternalMessagerequest
|
|
29407
|
-
required: &
|
|
29437
|
+
required: &ref_640
|
|
29408
29438
|
- id
|
|
29409
29439
|
- body
|
|
29410
29440
|
type: object
|
|
29411
|
-
properties: &
|
|
29441
|
+
properties: &ref_641
|
|
29412
29442
|
id:
|
|
29413
29443
|
type: string
|
|
29414
29444
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -29447,7 +29477,7 @@ paths:
|
|
|
29447
29477
|
allOf:
|
|
29448
29478
|
- title: tickets.addInternalMessageresponse
|
|
29449
29479
|
type: object
|
|
29450
|
-
properties: &
|
|
29480
|
+
properties: &ref_642
|
|
29451
29481
|
data:
|
|
29452
29482
|
title: TypeAndId
|
|
29453
29483
|
type: object
|
|
@@ -29477,7 +29507,7 @@ paths:
|
|
|
29477
29507
|
allOf:
|
|
29478
29508
|
- title: ticketStatus.listrequest
|
|
29479
29509
|
type: object
|
|
29480
|
-
properties: &
|
|
29510
|
+
properties: &ref_643
|
|
29481
29511
|
filter:
|
|
29482
29512
|
type: object
|
|
29483
29513
|
properties:
|
|
@@ -29506,7 +29536,7 @@ paths:
|
|
|
29506
29536
|
allOf:
|
|
29507
29537
|
- title: ticketStatus.listresponse
|
|
29508
29538
|
type: object
|
|
29509
|
-
properties: &
|
|
29539
|
+
properties: &ref_644
|
|
29510
29540
|
data:
|
|
29511
29541
|
type: array
|
|
29512
29542
|
items:
|
|
@@ -29556,10 +29586,10 @@ paths:
|
|
|
29556
29586
|
schema:
|
|
29557
29587
|
allOf:
|
|
29558
29588
|
- title: files.listrequest
|
|
29559
|
-
required: &
|
|
29589
|
+
required: &ref_645
|
|
29560
29590
|
- filter
|
|
29561
29591
|
type: object
|
|
29562
|
-
properties: &
|
|
29592
|
+
properties: &ref_646
|
|
29563
29593
|
filter:
|
|
29564
29594
|
type: object
|
|
29565
29595
|
required:
|
|
@@ -29641,7 +29671,7 @@ paths:
|
|
|
29641
29671
|
allOf:
|
|
29642
29672
|
- title: files.listresponse
|
|
29643
29673
|
type: object
|
|
29644
|
-
properties: &
|
|
29674
|
+
properties: &ref_647
|
|
29645
29675
|
data:
|
|
29646
29676
|
type: array
|
|
29647
29677
|
items:
|
|
@@ -29762,10 +29792,10 @@ paths:
|
|
|
29762
29792
|
schema:
|
|
29763
29793
|
allOf:
|
|
29764
29794
|
- title: files.inforequest
|
|
29765
|
-
required: &
|
|
29795
|
+
required: &ref_648
|
|
29766
29796
|
- id
|
|
29767
29797
|
type: object
|
|
29768
|
-
properties: &
|
|
29798
|
+
properties: &ref_649
|
|
29769
29799
|
id:
|
|
29770
29800
|
type: string
|
|
29771
29801
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -29784,7 +29814,7 @@ paths:
|
|
|
29784
29814
|
allOf:
|
|
29785
29815
|
- title: files.inforesponse
|
|
29786
29816
|
type: object
|
|
29787
|
-
properties: &
|
|
29817
|
+
properties: &ref_650
|
|
29788
29818
|
data:
|
|
29789
29819
|
type: object
|
|
29790
29820
|
properties:
|
|
@@ -29883,10 +29913,10 @@ paths:
|
|
|
29883
29913
|
schema:
|
|
29884
29914
|
allOf:
|
|
29885
29915
|
- title: files.downloadrequest
|
|
29886
|
-
required: &
|
|
29916
|
+
required: &ref_651
|
|
29887
29917
|
- id
|
|
29888
29918
|
type: object
|
|
29889
|
-
properties: &
|
|
29919
|
+
properties: &ref_652
|
|
29890
29920
|
id:
|
|
29891
29921
|
type: string
|
|
29892
29922
|
example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
|
|
@@ -29905,7 +29935,7 @@ paths:
|
|
|
29905
29935
|
allOf:
|
|
29906
29936
|
- title: files.downloadresponse
|
|
29907
29937
|
type: object
|
|
29908
|
-
properties: &
|
|
29938
|
+
properties: &ref_653
|
|
29909
29939
|
data:
|
|
29910
29940
|
type: object
|
|
29911
29941
|
properties:
|
|
@@ -29941,11 +29971,11 @@ paths:
|
|
|
29941
29971
|
schema:
|
|
29942
29972
|
allOf:
|
|
29943
29973
|
- title: files.uploadrequest
|
|
29944
|
-
required: &
|
|
29974
|
+
required: &ref_654
|
|
29945
29975
|
- name
|
|
29946
29976
|
- subject
|
|
29947
29977
|
type: object
|
|
29948
|
-
properties: &
|
|
29978
|
+
properties: &ref_655
|
|
29949
29979
|
name:
|
|
29950
29980
|
type: string
|
|
29951
29981
|
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.
|
|
@@ -29997,7 +30027,7 @@ paths:
|
|
|
29997
30027
|
allOf:
|
|
29998
30028
|
- title: files.uploadresponse
|
|
29999
30029
|
type: object
|
|
30000
|
-
properties: &
|
|
30030
|
+
properties: &ref_656
|
|
30001
30031
|
data:
|
|
30002
30032
|
type: object
|
|
30003
30033
|
properties:
|
|
@@ -30033,10 +30063,10 @@ paths:
|
|
|
30033
30063
|
schema:
|
|
30034
30064
|
allOf:
|
|
30035
30065
|
- title: files.deleterequest
|
|
30036
|
-
required: &
|
|
30066
|
+
required: &ref_657
|
|
30037
30067
|
- id
|
|
30038
30068
|
type: object
|
|
30039
|
-
properties: &
|
|
30069
|
+
properties: &ref_658
|
|
30040
30070
|
id:
|
|
30041
30071
|
type: string
|
|
30042
30072
|
example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
|
|
@@ -30066,10 +30096,10 @@ paths:
|
|
|
30066
30096
|
schema:
|
|
30067
30097
|
allOf:
|
|
30068
30098
|
- title: mailTemplates.listrequest
|
|
30069
|
-
required: &
|
|
30099
|
+
required: &ref_659
|
|
30070
30100
|
- filter
|
|
30071
30101
|
type: object
|
|
30072
|
-
properties: &
|
|
30102
|
+
properties: &ref_660
|
|
30073
30103
|
filter:
|
|
30074
30104
|
type: object
|
|
30075
30105
|
required:
|
|
@@ -30105,7 +30135,7 @@ paths:
|
|
|
30105
30135
|
allOf:
|
|
30106
30136
|
- title: mailTemplates.listresponse
|
|
30107
30137
|
type: object
|
|
30108
|
-
properties: &
|
|
30138
|
+
properties: &ref_661
|
|
30109
30139
|
data:
|
|
30110
30140
|
type: array
|
|
30111
30141
|
items:
|
|
@@ -30186,7 +30216,7 @@ paths:
|
|
|
30186
30216
|
allOf:
|
|
30187
30217
|
- title: migrate.idrequest
|
|
30188
30218
|
type: object
|
|
30189
|
-
properties: &
|
|
30219
|
+
properties: &ref_662
|
|
30190
30220
|
type:
|
|
30191
30221
|
type: string
|
|
30192
30222
|
enum:
|
|
@@ -30231,7 +30261,7 @@ paths:
|
|
|
30231
30261
|
allOf:
|
|
30232
30262
|
- title: migrate.idresponse
|
|
30233
30263
|
type: object
|
|
30234
|
-
properties: &
|
|
30264
|
+
properties: &ref_663
|
|
30235
30265
|
data:
|
|
30236
30266
|
type: object
|
|
30237
30267
|
properties:
|
|
@@ -30286,7 +30316,7 @@ paths:
|
|
|
30286
30316
|
allOf:
|
|
30287
30317
|
- title: migrate.taxRaterequest
|
|
30288
30318
|
type: object
|
|
30289
|
-
properties: &
|
|
30319
|
+
properties: &ref_664
|
|
30290
30320
|
department_id:
|
|
30291
30321
|
type: string
|
|
30292
30322
|
example: 6ad54ec6-ee2d-4500-afe6-0917c1aa7a38
|
|
@@ -30310,7 +30340,7 @@ paths:
|
|
|
30310
30340
|
allOf:
|
|
30311
30341
|
- title: migrate.taxRateresponse
|
|
30312
30342
|
type: object
|
|
30313
|
-
properties: &
|
|
30343
|
+
properties: &ref_665
|
|
30314
30344
|
data:
|
|
30315
30345
|
title: TypeAndId
|
|
30316
30346
|
type: object
|
|
@@ -30340,7 +30370,7 @@ paths:
|
|
|
30340
30370
|
allOf:
|
|
30341
30371
|
- title: migrate.activityTyperequest
|
|
30342
30372
|
type: object
|
|
30343
|
-
properties: &
|
|
30373
|
+
properties: &ref_666
|
|
30344
30374
|
type:
|
|
30345
30375
|
type: string
|
|
30346
30376
|
enum:
|
|
@@ -30363,7 +30393,7 @@ paths:
|
|
|
30363
30393
|
allOf:
|
|
30364
30394
|
- title: migrate.activityTyperesponse
|
|
30365
30395
|
type: object
|
|
30366
|
-
properties: &
|
|
30396
|
+
properties: &ref_667
|
|
30367
30397
|
data:
|
|
30368
30398
|
title: TypeAndId
|
|
30369
30399
|
type: object
|
|
@@ -30391,10 +30421,10 @@ paths:
|
|
|
30391
30421
|
application/json:
|
|
30392
30422
|
schema:
|
|
30393
30423
|
title: orders.inforequest
|
|
30394
|
-
required: &
|
|
30424
|
+
required: &ref_668
|
|
30395
30425
|
- id
|
|
30396
30426
|
type: object
|
|
30397
|
-
properties: &
|
|
30427
|
+
properties: &ref_669
|
|
30398
30428
|
id:
|
|
30399
30429
|
type: string
|
|
30400
30430
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -30415,7 +30445,7 @@ paths:
|
|
|
30415
30445
|
allOf:
|
|
30416
30446
|
- title: orders.inforesponse
|
|
30417
30447
|
type: object
|
|
30418
|
-
properties: &
|
|
30448
|
+
properties: &ref_671
|
|
30419
30449
|
data:
|
|
30420
30450
|
type: object
|
|
30421
30451
|
properties:
|
|
@@ -30445,7 +30475,7 @@ paths:
|
|
|
30445
30475
|
items:
|
|
30446
30476
|
title: OrdersGroupedLinesResponse
|
|
30447
30477
|
type: object
|
|
30448
|
-
properties: &
|
|
30478
|
+
properties: &ref_670
|
|
30449
30479
|
section:
|
|
30450
30480
|
type: object
|
|
30451
30481
|
properties:
|
|
@@ -30629,7 +30659,7 @@ paths:
|
|
|
30629
30659
|
allOf:
|
|
30630
30660
|
- title: orders.listrequest
|
|
30631
30661
|
type: object
|
|
30632
|
-
properties: &
|
|
30662
|
+
properties: &ref_672
|
|
30633
30663
|
filter:
|
|
30634
30664
|
type: object
|
|
30635
30665
|
properties:
|
|
@@ -30663,7 +30693,7 @@ paths:
|
|
|
30663
30693
|
schema:
|
|
30664
30694
|
title: orders.listresponse
|
|
30665
30695
|
type: object
|
|
30666
|
-
properties: &
|
|
30696
|
+
properties: &ref_673
|
|
30667
30697
|
data:
|
|
30668
30698
|
type: array
|
|
30669
30699
|
items:
|
|
@@ -30880,6 +30910,20 @@ paths:
|
|
|
30880
30910
|
- deal.moved
|
|
30881
30911
|
- deal.updated
|
|
30882
30912
|
- deal.won
|
|
30913
|
+
- incomingCreditNote.added
|
|
30914
|
+
- incomingCreditNote.approved
|
|
30915
|
+
- incomingCreditNote.bookkeepingSubmissionFailed
|
|
30916
|
+
- incomingCreditNote.bookkeepingSubmissionSucceeded
|
|
30917
|
+
- incomingCreditNote.deleted
|
|
30918
|
+
- incomingCreditNote.refused
|
|
30919
|
+
- incomingCreditNote.updated
|
|
30920
|
+
- incomingInvoice.added
|
|
30921
|
+
- incomingInvoice.approved
|
|
30922
|
+
- incomingInvoice.bookkeepingSubmissionFailed
|
|
30923
|
+
- incomingInvoice.bookkeepingSubmissionSucceeded
|
|
30924
|
+
- incomingInvoice.deleted
|
|
30925
|
+
- incomingInvoice.refused
|
|
30926
|
+
- incomingInvoice.updated
|
|
30883
30927
|
- invoice.booked
|
|
30884
30928
|
- invoice.deleted
|
|
30885
30929
|
- invoice.drafted
|
|
@@ -30907,6 +30951,13 @@ paths:
|
|
|
30907
30951
|
- project.created
|
|
30908
30952
|
- project.deleted
|
|
30909
30953
|
- project.updated
|
|
30954
|
+
- receipt.added
|
|
30955
|
+
- receipt.approved
|
|
30956
|
+
- receipt.bookkeepingSubmissionFailed
|
|
30957
|
+
- receipt.bookkeepingSubmissionSucceeded
|
|
30958
|
+
- receipt.deleted
|
|
30959
|
+
- receipt.refused
|
|
30960
|
+
- receipt.updated
|
|
30910
30961
|
- subscription.added
|
|
30911
30962
|
- subscription.deactivated
|
|
30912
30963
|
- subscription.deleted
|
|
@@ -30960,7 +31011,7 @@ paths:
|
|
|
30960
31011
|
schema:
|
|
30961
31012
|
title: webhooks.listresponse
|
|
30962
31013
|
type: object
|
|
30963
|
-
properties: &
|
|
31014
|
+
properties: &ref_674
|
|
30964
31015
|
data:
|
|
30965
31016
|
type: array
|
|
30966
31017
|
items:
|
|
@@ -31009,11 +31060,11 @@ paths:
|
|
|
31009
31060
|
schema:
|
|
31010
31061
|
allOf:
|
|
31011
31062
|
- title: cloudPlatforms.urlrequest
|
|
31012
|
-
required: &
|
|
31063
|
+
required: &ref_675
|
|
31013
31064
|
- type
|
|
31014
31065
|
- id
|
|
31015
31066
|
type: object
|
|
31016
|
-
properties: &
|
|
31067
|
+
properties: &ref_676
|
|
31017
31068
|
type:
|
|
31018
31069
|
type: string
|
|
31019
31070
|
enum:
|
|
@@ -31040,7 +31091,7 @@ paths:
|
|
|
31040
31091
|
allOf:
|
|
31041
31092
|
- title: cloudPlatforms.urlresponse
|
|
31042
31093
|
type: object
|
|
31043
|
-
properties: &
|
|
31094
|
+
properties: &ref_677
|
|
31044
31095
|
data:
|
|
31045
31096
|
type: object
|
|
31046
31097
|
properties:
|
|
@@ -31082,7 +31133,7 @@ paths:
|
|
|
31082
31133
|
allOf:
|
|
31083
31134
|
- title: accounts.projects-v2-statusresponse
|
|
31084
31135
|
type: object
|
|
31085
|
-
properties: &
|
|
31136
|
+
properties: &ref_678
|
|
31086
31137
|
data:
|
|
31087
31138
|
type: object
|
|
31088
31139
|
properties:
|
|
@@ -32253,10 +32304,15 @@ components:
|
|
|
32253
32304
|
title: creditNotes.downloadresponse
|
|
32254
32305
|
type: object
|
|
32255
32306
|
properties: *ref_400
|
|
32307
|
+
creditNotes.sendViaPeppol:
|
|
32308
|
+
title: creditNotes.sendViaPeppol
|
|
32309
|
+
required: *ref_401
|
|
32310
|
+
type: object
|
|
32311
|
+
properties: *ref_402
|
|
32256
32312
|
subscriptions.listrequest:
|
|
32257
32313
|
title: subscriptions.listrequest
|
|
32258
32314
|
type: object
|
|
32259
|
-
properties: *
|
|
32315
|
+
properties: *ref_403
|
|
32260
32316
|
SubscriptionsResponseInvoicee:
|
|
32261
32317
|
title: SubscriptionsResponseInvoicee
|
|
32262
32318
|
type: object
|
|
@@ -32268,20 +32324,20 @@ components:
|
|
|
32268
32324
|
subscriptions.listresponse:
|
|
32269
32325
|
title: subscriptions.listresponse
|
|
32270
32326
|
type: object
|
|
32271
|
-
properties: *
|
|
32327
|
+
properties: *ref_404
|
|
32272
32328
|
subscriptions.inforequest:
|
|
32273
32329
|
title: subscriptions.inforequest
|
|
32274
|
-
required: *
|
|
32330
|
+
required: *ref_405
|
|
32275
32331
|
type: object
|
|
32276
|
-
properties: *
|
|
32332
|
+
properties: *ref_406
|
|
32277
32333
|
SubscriptionsGroupedLinesResponse:
|
|
32278
32334
|
title: SubscriptionsGroupedLinesResponse
|
|
32279
32335
|
type: object
|
|
32280
|
-
properties: *
|
|
32336
|
+
properties: *ref_407
|
|
32281
32337
|
subscriptions.inforesponse:
|
|
32282
32338
|
title: subscriptions.inforesponse
|
|
32283
32339
|
type: object
|
|
32284
|
-
properties: *
|
|
32340
|
+
properties: *ref_408
|
|
32285
32341
|
SubscriptionsGroupedLinesRequest:
|
|
32286
32342
|
title: SubscriptionsGroupedLinesRequest
|
|
32287
32343
|
required: *ref_78
|
|
@@ -32290,78 +32346,78 @@ components:
|
|
|
32290
32346
|
InvoiceGenerationCreate:
|
|
32291
32347
|
title: InvoiceGenerationCreate
|
|
32292
32348
|
type: object
|
|
32293
|
-
oneOf: *
|
|
32349
|
+
oneOf: *ref_409
|
|
32294
32350
|
subscriptions.createrequest:
|
|
32295
32351
|
title: subscriptions.createrequest
|
|
32296
32352
|
type: object
|
|
32297
|
-
required: *
|
|
32298
|
-
properties: *
|
|
32353
|
+
required: *ref_410
|
|
32354
|
+
properties: *ref_411
|
|
32299
32355
|
subscriptions.createresponse:
|
|
32300
32356
|
title: subscriptions.createresponse
|
|
32301
32357
|
type: object
|
|
32302
|
-
properties: *
|
|
32358
|
+
properties: *ref_412
|
|
32303
32359
|
InvoiceGenerationUpdate:
|
|
32304
32360
|
title: InvoiceGenerationUpdate
|
|
32305
32361
|
type: object
|
|
32306
|
-
oneOf: *
|
|
32362
|
+
oneOf: *ref_413
|
|
32307
32363
|
subscriptions.updaterequest:
|
|
32308
32364
|
title: subscriptions.updaterequest
|
|
32309
|
-
required: *
|
|
32365
|
+
required: *ref_414
|
|
32310
32366
|
type: object
|
|
32311
|
-
properties: *
|
|
32367
|
+
properties: *ref_415
|
|
32312
32368
|
subscriptions.deactivaterequest:
|
|
32313
32369
|
title: subscriptions.deactivaterequest
|
|
32314
|
-
required: *
|
|
32370
|
+
required: *ref_416
|
|
32315
32371
|
type: object
|
|
32316
|
-
properties: *
|
|
32372
|
+
properties: *ref_417
|
|
32317
32373
|
taxRates.listrequest:
|
|
32318
32374
|
title: taxRates.listrequest
|
|
32319
32375
|
type: object
|
|
32320
|
-
properties: *
|
|
32376
|
+
properties: *ref_418
|
|
32321
32377
|
taxRates.listresponse:
|
|
32322
32378
|
title: taxRates.listresponse
|
|
32323
32379
|
type: object
|
|
32324
|
-
properties: *
|
|
32380
|
+
properties: *ref_419
|
|
32325
32381
|
paymentTerms.listresponse:
|
|
32326
32382
|
title: paymentTerms.listresponse
|
|
32327
32383
|
type: object
|
|
32328
|
-
properties: *
|
|
32384
|
+
properties: *ref_420
|
|
32329
32385
|
withholdingTaxRates.listrequest:
|
|
32330
32386
|
title: withholdingTaxRates.listrequest
|
|
32331
32387
|
type: object
|
|
32332
|
-
properties: *
|
|
32388
|
+
properties: *ref_421
|
|
32333
32389
|
withholdingTaxRates.listresponse:
|
|
32334
32390
|
title: withholdingTaxRates.listresponse
|
|
32335
32391
|
type: object
|
|
32336
|
-
properties: *
|
|
32392
|
+
properties: *ref_422
|
|
32337
32393
|
commercialDiscounts.listrequest:
|
|
32338
32394
|
title: commercialDiscounts.listrequest
|
|
32339
32395
|
type: object
|
|
32340
|
-
properties: *
|
|
32396
|
+
properties: *ref_423
|
|
32341
32397
|
commercialDiscounts.listresponse:
|
|
32342
32398
|
title: commercialDiscounts.listresponse
|
|
32343
32399
|
type: object
|
|
32344
|
-
properties: *
|
|
32400
|
+
properties: *ref_424
|
|
32345
32401
|
paymentMethods.listrequest:
|
|
32346
32402
|
title: paymentMethods.listrequest
|
|
32347
32403
|
type: object
|
|
32348
|
-
properties: *
|
|
32404
|
+
properties: *ref_425
|
|
32349
32405
|
paymentMethods.listresponse:
|
|
32350
32406
|
title: paymentMethods.listresponse
|
|
32351
32407
|
type: object
|
|
32352
|
-
properties: *
|
|
32408
|
+
properties: *ref_426
|
|
32353
32409
|
productCategories.listrequest:
|
|
32354
32410
|
title: productCategories.listrequest
|
|
32355
32411
|
type: object
|
|
32356
|
-
properties: *
|
|
32412
|
+
properties: *ref_427
|
|
32357
32413
|
productCategories.listresponse:
|
|
32358
32414
|
title: productCategories.listresponse
|
|
32359
32415
|
type: object
|
|
32360
|
-
properties: *
|
|
32416
|
+
properties: *ref_428
|
|
32361
32417
|
products.listrequest:
|
|
32362
32418
|
title: products.listrequest
|
|
32363
32419
|
type: object
|
|
32364
|
-
properties: *
|
|
32420
|
+
properties: *ref_429
|
|
32365
32421
|
Stock:
|
|
32366
32422
|
title: Stock
|
|
32367
32423
|
type: object
|
|
@@ -32374,26 +32430,26 @@ components:
|
|
|
32374
32430
|
products.listresponse:
|
|
32375
32431
|
title: products.listresponse
|
|
32376
32432
|
type: object
|
|
32377
|
-
properties: *
|
|
32433
|
+
properties: *ref_430
|
|
32378
32434
|
products.inforequest:
|
|
32379
32435
|
title: products.inforequest
|
|
32380
|
-
required: *
|
|
32436
|
+
required: *ref_431
|
|
32381
32437
|
type: object
|
|
32382
|
-
properties: *
|
|
32438
|
+
properties: *ref_432
|
|
32383
32439
|
products.inforesponse:
|
|
32384
32440
|
title: products.inforesponse
|
|
32385
32441
|
type: object
|
|
32386
|
-
properties: *
|
|
32442
|
+
properties: *ref_433
|
|
32387
32443
|
ProductPriceWrite:
|
|
32388
32444
|
title: ProductPriceWrite
|
|
32389
|
-
required: *
|
|
32445
|
+
required: *ref_434
|
|
32390
32446
|
type: object
|
|
32391
|
-
properties: *
|
|
32447
|
+
properties: *ref_435
|
|
32392
32448
|
StockThreshold:
|
|
32393
32449
|
title: StockThreshold
|
|
32394
|
-
required: *
|
|
32450
|
+
required: *ref_436
|
|
32395
32451
|
type: object
|
|
32396
|
-
properties: *
|
|
32452
|
+
properties: *ref_437
|
|
32397
32453
|
description: Only available when stock management feature is enabled
|
|
32398
32454
|
ProductConfigurationWrite:
|
|
32399
32455
|
title: ProductConfigurationWrite
|
|
@@ -32406,33 +32462,33 @@ components:
|
|
|
32406
32462
|
products.addresponse:
|
|
32407
32463
|
title: products.addresponse
|
|
32408
32464
|
type: object
|
|
32409
|
-
properties: *
|
|
32465
|
+
properties: *ref_438
|
|
32410
32466
|
products.updaterequest:
|
|
32411
32467
|
title: products.updaterequest
|
|
32412
|
-
required: *
|
|
32468
|
+
required: *ref_439
|
|
32413
32469
|
type: object
|
|
32414
|
-
properties: *
|
|
32470
|
+
properties: *ref_440
|
|
32415
32471
|
products.deleterequest:
|
|
32416
32472
|
title: products.deleterequest
|
|
32417
|
-
required: *
|
|
32473
|
+
required: *ref_441
|
|
32418
32474
|
type: object
|
|
32419
|
-
properties: *
|
|
32475
|
+
properties: *ref_442
|
|
32420
32476
|
unitsOfMeasure.listresponse:
|
|
32421
32477
|
title: unitsOfMeasure.listresponse
|
|
32422
32478
|
type: object
|
|
32423
|
-
properties: *
|
|
32479
|
+
properties: *ref_443
|
|
32424
32480
|
priceLists.listrequest:
|
|
32425
32481
|
title: priceLists.listrequest
|
|
32426
32482
|
type: object
|
|
32427
|
-
properties: *
|
|
32483
|
+
properties: *ref_444
|
|
32428
32484
|
priceLists.listresponse:
|
|
32429
32485
|
title: priceLists.listresponse
|
|
32430
32486
|
type: object
|
|
32431
|
-
properties: *
|
|
32487
|
+
properties: *ref_445
|
|
32432
32488
|
projects.listrequest:
|
|
32433
32489
|
title: projects.listrequest
|
|
32434
32490
|
type: object
|
|
32435
|
-
properties: *
|
|
32491
|
+
properties: *ref_446
|
|
32436
32492
|
ProjectsActuals:
|
|
32437
32493
|
title: ProjectsActuals
|
|
32438
32494
|
type: object
|
|
@@ -32446,12 +32502,12 @@ components:
|
|
|
32446
32502
|
projects.listresponse:
|
|
32447
32503
|
title: projects.listresponse
|
|
32448
32504
|
type: object
|
|
32449
|
-
properties: *
|
|
32505
|
+
properties: *ref_447
|
|
32450
32506
|
projects.inforequest:
|
|
32451
32507
|
title: projects.inforequest
|
|
32452
|
-
required: *
|
|
32508
|
+
required: *ref_448
|
|
32453
32509
|
type: object
|
|
32454
|
-
properties: *
|
|
32510
|
+
properties: *ref_449
|
|
32455
32511
|
Role:
|
|
32456
32512
|
title: Role
|
|
32457
32513
|
enum: *ref_87
|
|
@@ -32463,26 +32519,26 @@ components:
|
|
|
32463
32519
|
projects.inforesponse:
|
|
32464
32520
|
title: projects.inforesponse
|
|
32465
32521
|
type: object
|
|
32466
|
-
properties: *
|
|
32522
|
+
properties: *ref_450
|
|
32467
32523
|
projects.createrequest:
|
|
32468
32524
|
title: projects.createrequest
|
|
32469
|
-
required: *
|
|
32525
|
+
required: *ref_451
|
|
32470
32526
|
type: object
|
|
32471
|
-
properties: *
|
|
32527
|
+
properties: *ref_452
|
|
32472
32528
|
projects.createresponse:
|
|
32473
32529
|
title: projects.createresponse
|
|
32474
32530
|
type: object
|
|
32475
32531
|
properties: *ref_92
|
|
32476
32532
|
projects.updaterequest:
|
|
32477
32533
|
title: projects.updaterequest
|
|
32478
|
-
required: *
|
|
32534
|
+
required: *ref_453
|
|
32479
32535
|
type: object
|
|
32480
|
-
properties: *
|
|
32536
|
+
properties: *ref_454
|
|
32481
32537
|
projects.closerequest:
|
|
32482
32538
|
title: projects.closerequest
|
|
32483
|
-
required: *
|
|
32539
|
+
required: *ref_455
|
|
32484
32540
|
type: object
|
|
32485
|
-
properties: *
|
|
32541
|
+
properties: *ref_456
|
|
32486
32542
|
projects.reopenrequest:
|
|
32487
32543
|
title: projects.reopenrequest
|
|
32488
32544
|
required: *ref_93
|
|
@@ -32490,23 +32546,23 @@ components:
|
|
|
32490
32546
|
properties: *ref_94
|
|
32491
32547
|
projects.deleterequest:
|
|
32492
32548
|
title: projects.deleterequest
|
|
32493
|
-
required: *
|
|
32549
|
+
required: *ref_457
|
|
32494
32550
|
type: object
|
|
32495
|
-
properties: *
|
|
32551
|
+
properties: *ref_458
|
|
32496
32552
|
projects.addParticipantrequest:
|
|
32497
32553
|
title: projects.addParticipantrequest
|
|
32498
|
-
required: *
|
|
32554
|
+
required: *ref_459
|
|
32499
32555
|
type: object
|
|
32500
|
-
properties: *
|
|
32556
|
+
properties: *ref_460
|
|
32501
32557
|
projects.updateParticipantrequest:
|
|
32502
32558
|
title: projects.updateParticipantrequest
|
|
32503
|
-
required: *
|
|
32559
|
+
required: *ref_461
|
|
32504
32560
|
type: object
|
|
32505
|
-
properties: *
|
|
32561
|
+
properties: *ref_462
|
|
32506
32562
|
milestones.listrequest:
|
|
32507
32563
|
title: milestones.listrequest
|
|
32508
32564
|
type: object
|
|
32509
|
-
properties: *
|
|
32565
|
+
properties: *ref_463
|
|
32510
32566
|
MilestonesActuals:
|
|
32511
32567
|
title: MilestonesActuals
|
|
32512
32568
|
type: object
|
|
@@ -32520,50 +32576,50 @@ components:
|
|
|
32520
32576
|
milestones.listresponse:
|
|
32521
32577
|
title: milestones.listresponse
|
|
32522
32578
|
type: object
|
|
32523
|
-
properties: *
|
|
32579
|
+
properties: *ref_464
|
|
32524
32580
|
milestones.inforequest:
|
|
32525
32581
|
title: milestones.inforequest
|
|
32526
|
-
required: *
|
|
32582
|
+
required: *ref_465
|
|
32527
32583
|
type: object
|
|
32528
|
-
properties: *
|
|
32584
|
+
properties: *ref_466
|
|
32529
32585
|
milestones.inforesponse:
|
|
32530
32586
|
title: milestones.inforesponse
|
|
32531
32587
|
type: object
|
|
32532
|
-
properties: *
|
|
32588
|
+
properties: *ref_467
|
|
32533
32589
|
milestones.createrequest:
|
|
32534
32590
|
title: milestones.createrequest
|
|
32535
|
-
required: *
|
|
32591
|
+
required: *ref_468
|
|
32536
32592
|
type: object
|
|
32537
|
-
properties: *
|
|
32538
|
-
oneOf: *
|
|
32593
|
+
properties: *ref_469
|
|
32594
|
+
oneOf: *ref_470
|
|
32539
32595
|
milestones.createresponse:
|
|
32540
32596
|
title: milestones.createresponse
|
|
32541
32597
|
type: object
|
|
32542
|
-
properties: *
|
|
32598
|
+
properties: *ref_471
|
|
32543
32599
|
milestones.updaterequest:
|
|
32544
32600
|
title: milestones.updaterequest
|
|
32545
|
-
required: *
|
|
32601
|
+
required: *ref_472
|
|
32546
32602
|
type: object
|
|
32547
|
-
properties: *
|
|
32603
|
+
properties: *ref_473
|
|
32548
32604
|
milestones.deleterequest:
|
|
32549
32605
|
title: milestones.deleterequest
|
|
32550
|
-
required: *
|
|
32606
|
+
required: *ref_474
|
|
32551
32607
|
type: object
|
|
32552
|
-
properties: *
|
|
32608
|
+
properties: *ref_475
|
|
32553
32609
|
milestones.closerequest:
|
|
32554
32610
|
title: milestones.closerequest
|
|
32555
|
-
required: *
|
|
32611
|
+
required: *ref_476
|
|
32556
32612
|
type: object
|
|
32557
|
-
properties: *
|
|
32613
|
+
properties: *ref_477
|
|
32558
32614
|
milestones.openrequest:
|
|
32559
32615
|
title: milestones.openrequest
|
|
32560
|
-
required: *
|
|
32616
|
+
required: *ref_478
|
|
32561
32617
|
type: object
|
|
32562
|
-
properties: *
|
|
32618
|
+
properties: *ref_479
|
|
32563
32619
|
projects-v2.listrequest:
|
|
32564
32620
|
title: projects-v2.listrequest
|
|
32565
32621
|
type: object
|
|
32566
|
-
properties: *
|
|
32622
|
+
properties: *ref_480
|
|
32567
32623
|
Color:
|
|
32568
32624
|
title: Color
|
|
32569
32625
|
enum: *ref_90
|
|
@@ -32576,21 +32632,21 @@ components:
|
|
|
32576
32632
|
projects-v2.listresponse:
|
|
32577
32633
|
title: projects-v2.listresponse
|
|
32578
32634
|
type: object
|
|
32579
|
-
properties: *
|
|
32635
|
+
properties: *ref_481
|
|
32580
32636
|
projects-v2.inforequest:
|
|
32581
32637
|
title: projects-v2.inforequest
|
|
32582
|
-
required: *
|
|
32638
|
+
required: *ref_482
|
|
32583
32639
|
type: object
|
|
32584
|
-
properties: *
|
|
32640
|
+
properties: *ref_483
|
|
32585
32641
|
projects-v2.inforesponse:
|
|
32586
32642
|
title: projects.inforesponse1
|
|
32587
32643
|
type: object
|
|
32588
|
-
properties: *
|
|
32644
|
+
properties: *ref_484
|
|
32589
32645
|
projects-v2.createrequest:
|
|
32590
32646
|
title: projects-v2.createrequest
|
|
32591
|
-
required: *
|
|
32647
|
+
required: *ref_485
|
|
32592
32648
|
type: object
|
|
32593
|
-
properties: *
|
|
32649
|
+
properties: *ref_486
|
|
32594
32650
|
BillingMethod:
|
|
32595
32651
|
title: BillingMethod
|
|
32596
32652
|
required: *ref_96
|
|
@@ -32598,116 +32654,116 @@ components:
|
|
|
32598
32654
|
properties: *ref_97
|
|
32599
32655
|
projects-v2.updaterequest:
|
|
32600
32656
|
title: projects-v2.updaterequest
|
|
32601
|
-
required: *
|
|
32657
|
+
required: *ref_487
|
|
32602
32658
|
type: object
|
|
32603
|
-
properties: *
|
|
32659
|
+
properties: *ref_488
|
|
32604
32660
|
projects-v2.closerequest:
|
|
32605
32661
|
title: projects-v2.closerequest
|
|
32606
|
-
required: *
|
|
32662
|
+
required: *ref_489
|
|
32607
32663
|
type: object
|
|
32608
|
-
properties: *
|
|
32664
|
+
properties: *ref_490
|
|
32609
32665
|
projects-v2.duplicaterequest:
|
|
32610
32666
|
title: projects-v2.duplicaterequest
|
|
32611
|
-
required: *
|
|
32667
|
+
required: *ref_491
|
|
32612
32668
|
type: object
|
|
32613
|
-
properties: *
|
|
32669
|
+
properties: *ref_492
|
|
32614
32670
|
projects-v2.duplicateresponse:
|
|
32615
32671
|
title: projects-v2.duplicateresponse
|
|
32616
32672
|
type: object
|
|
32617
|
-
properties: *
|
|
32673
|
+
properties: *ref_493
|
|
32618
32674
|
projects-v2.deleterequest:
|
|
32619
32675
|
title: projects-v2.deleterequest
|
|
32620
|
-
required: *
|
|
32676
|
+
required: *ref_494
|
|
32621
32677
|
type: object
|
|
32622
|
-
properties: *
|
|
32678
|
+
properties: *ref_495
|
|
32623
32679
|
projects-v2.addOwnerrequest:
|
|
32624
32680
|
title: projects-v2.addOwnerrequest
|
|
32625
|
-
required: *
|
|
32681
|
+
required: *ref_496
|
|
32626
32682
|
type: object
|
|
32627
|
-
properties: *
|
|
32683
|
+
properties: *ref_497
|
|
32628
32684
|
projects-v2.removeOwnerrequest:
|
|
32629
32685
|
title: projects-v2.removeOwnerrequest
|
|
32630
|
-
required: *
|
|
32686
|
+
required: *ref_498
|
|
32631
32687
|
type: object
|
|
32632
|
-
properties: *
|
|
32688
|
+
properties: *ref_499
|
|
32633
32689
|
projects-v2.assignrequest:
|
|
32634
32690
|
title: projects-v2.assignrequest
|
|
32635
|
-
required: *
|
|
32691
|
+
required: *ref_500
|
|
32636
32692
|
type: object
|
|
32637
|
-
properties: *
|
|
32693
|
+
properties: *ref_501
|
|
32638
32694
|
projects-v2.unassignrequest:
|
|
32639
32695
|
title: projects-v2.unassignrequest
|
|
32640
|
-
required: *
|
|
32696
|
+
required: *ref_502
|
|
32641
32697
|
type: object
|
|
32642
|
-
properties: *
|
|
32698
|
+
properties: *ref_503
|
|
32643
32699
|
projects-v2.addCustomerrequest:
|
|
32644
32700
|
title: projects-v2.addCustomerrequest
|
|
32645
|
-
required: *
|
|
32701
|
+
required: *ref_504
|
|
32646
32702
|
type: object
|
|
32647
|
-
properties: *
|
|
32703
|
+
properties: *ref_505
|
|
32648
32704
|
projects-v2.removeCustomerrequest:
|
|
32649
32705
|
title: projects-v2.removeCustomerrequest
|
|
32650
|
-
required: *
|
|
32706
|
+
required: *ref_506
|
|
32651
32707
|
type: object
|
|
32652
|
-
properties: *
|
|
32708
|
+
properties: *ref_507
|
|
32653
32709
|
projects-v2.addDealrequest:
|
|
32654
32710
|
title: projects-v2.addDealrequest
|
|
32655
|
-
required: *
|
|
32711
|
+
required: *ref_508
|
|
32656
32712
|
type: object
|
|
32657
|
-
properties: *
|
|
32713
|
+
properties: *ref_509
|
|
32658
32714
|
projects-v2.removeDealrequest:
|
|
32659
32715
|
title: projects-v2.removeDealrequest
|
|
32660
|
-
required: *
|
|
32716
|
+
required: *ref_510
|
|
32661
32717
|
type: object
|
|
32662
|
-
properties: *
|
|
32718
|
+
properties: *ref_511
|
|
32663
32719
|
projects-v2.addQuotationrequest:
|
|
32664
32720
|
title: projects-v2.addQuotationrequest
|
|
32665
|
-
required: *
|
|
32721
|
+
required: *ref_512
|
|
32666
32722
|
type: object
|
|
32667
|
-
properties: *
|
|
32723
|
+
properties: *ref_513
|
|
32668
32724
|
projects-v2.removeQuotationrequest:
|
|
32669
32725
|
title: projects-v2.removeQuotationrequest
|
|
32670
|
-
required: *
|
|
32726
|
+
required: *ref_514
|
|
32671
32727
|
type: object
|
|
32672
|
-
properties: *
|
|
32728
|
+
properties: *ref_515
|
|
32673
32729
|
projects-v2_externalParties.addToProjectrequest:
|
|
32674
32730
|
title: projects-v2_externalParties.addToProjectrequest
|
|
32675
|
-
required: *
|
|
32731
|
+
required: *ref_516
|
|
32676
32732
|
type: object
|
|
32677
|
-
properties: *
|
|
32733
|
+
properties: *ref_517
|
|
32678
32734
|
projects-v2_externalParties.updaterequest:
|
|
32679
32735
|
title: projects-v2_externalParties.updaterequest
|
|
32680
|
-
required: *
|
|
32736
|
+
required: *ref_518
|
|
32681
32737
|
type: object
|
|
32682
|
-
properties: *
|
|
32738
|
+
properties: *ref_519
|
|
32683
32739
|
projects-v2_externalParties.deleterequest:
|
|
32684
32740
|
title: projects-v2_externalParties.deleterequest
|
|
32685
|
-
required: *
|
|
32741
|
+
required: *ref_520
|
|
32686
32742
|
type: object
|
|
32687
|
-
properties: *
|
|
32743
|
+
properties: *ref_521
|
|
32688
32744
|
projects-v2_projectLines.listrequest:
|
|
32689
32745
|
title: projects-v2_projectLines.listrequest
|
|
32690
|
-
required: *
|
|
32746
|
+
required: *ref_522
|
|
32691
32747
|
type: object
|
|
32692
|
-
properties: *
|
|
32748
|
+
properties: *ref_523
|
|
32693
32749
|
projects-v2_projectLines.listresponse:
|
|
32694
32750
|
title: projects-v2_projectLines.listresponse
|
|
32695
32751
|
type: object
|
|
32696
|
-
properties: *
|
|
32752
|
+
properties: *ref_524
|
|
32697
32753
|
projects-v2_projectLines.addToGrouprequest:
|
|
32698
32754
|
title: projects-v2_projectLines.addToGrouprequest
|
|
32699
|
-
required: *
|
|
32755
|
+
required: *ref_525
|
|
32700
32756
|
type: object
|
|
32701
|
-
properties: *
|
|
32757
|
+
properties: *ref_526
|
|
32702
32758
|
projects-v2_projectLines.removeFromGrouprequest:
|
|
32703
32759
|
title: projects-v2_projectLines.removeFromGrouprequest
|
|
32704
|
-
required: *
|
|
32760
|
+
required: *ref_527
|
|
32705
32761
|
type: object
|
|
32706
|
-
properties: *
|
|
32762
|
+
properties: *ref_528
|
|
32707
32763
|
projects-v2_projectGroups.listrequest:
|
|
32708
32764
|
title: projects-v2_projectGroups.listrequest
|
|
32709
32765
|
type: object
|
|
32710
|
-
properties: *
|
|
32766
|
+
properties: *ref_529
|
|
32711
32767
|
BillingStatus:
|
|
32712
32768
|
title: BillingStatus
|
|
32713
32769
|
enum: *ref_95
|
|
@@ -32716,62 +32772,62 @@ components:
|
|
|
32716
32772
|
projects-v2_projectGroups.listresponse:
|
|
32717
32773
|
title: projects-v2_projectGroups.listresponse
|
|
32718
32774
|
type: object
|
|
32719
|
-
properties: *
|
|
32775
|
+
properties: *ref_530
|
|
32720
32776
|
projects-v2_projectGroups.inforequest:
|
|
32721
32777
|
title: projects-v2_projectGroups.inforequest
|
|
32722
|
-
required: *
|
|
32778
|
+
required: *ref_531
|
|
32723
32779
|
type: object
|
|
32724
|
-
properties: *
|
|
32780
|
+
properties: *ref_532
|
|
32725
32781
|
projects-v2_projectGroups.inforesponse:
|
|
32726
32782
|
title: projects-v2_projectGroups.inforesponse
|
|
32727
32783
|
type: object
|
|
32728
|
-
properties: *
|
|
32784
|
+
properties: *ref_533
|
|
32729
32785
|
projects-v2_projectGroups.createrequest:
|
|
32730
32786
|
title: projects-v2_projectGroups.createrequest
|
|
32731
|
-
required: *
|
|
32787
|
+
required: *ref_534
|
|
32732
32788
|
type: object
|
|
32733
|
-
properties: *
|
|
32789
|
+
properties: *ref_535
|
|
32734
32790
|
projects-v2_projectGroups.createresponse:
|
|
32735
32791
|
title: projects-v2_projectGroups.createresponse
|
|
32736
32792
|
type: object
|
|
32737
|
-
properties: *
|
|
32793
|
+
properties: *ref_536
|
|
32738
32794
|
projects-v2_projectGroups.updaterequest:
|
|
32739
32795
|
title: projects-v2_projectGroups.updaterequest
|
|
32740
|
-
required: *
|
|
32796
|
+
required: *ref_537
|
|
32741
32797
|
type: object
|
|
32742
|
-
properties: *
|
|
32798
|
+
properties: *ref_538
|
|
32743
32799
|
projects-v2_projectGroups.duplicaterequest:
|
|
32744
32800
|
title: projects-v2_projectGroups.duplicaterequest
|
|
32745
|
-
required: *
|
|
32801
|
+
required: *ref_539
|
|
32746
32802
|
type: object
|
|
32747
|
-
properties: *
|
|
32803
|
+
properties: *ref_540
|
|
32748
32804
|
projects-v2_projectGroups.duplicateresponse:
|
|
32749
32805
|
title: projects-v2_projectGroups.duplicateresponse
|
|
32750
32806
|
type: object
|
|
32751
|
-
properties: *
|
|
32807
|
+
properties: *ref_541
|
|
32752
32808
|
projects-v2_projectGroups.deleterequest:
|
|
32753
32809
|
title: projects-v2_projectGroups.deleterequest
|
|
32754
|
-
required: *
|
|
32810
|
+
required: *ref_542
|
|
32755
32811
|
type: object
|
|
32756
|
-
properties: *
|
|
32812
|
+
properties: *ref_543
|
|
32757
32813
|
projects-v2_projectGroups.assignrequest:
|
|
32758
32814
|
title: projects-v2_projectGroups.assignrequest
|
|
32759
|
-
required: *
|
|
32815
|
+
required: *ref_544
|
|
32760
32816
|
type: object
|
|
32761
|
-
properties: *
|
|
32817
|
+
properties: *ref_545
|
|
32762
32818
|
projects-v2_projectGroups.unassignrequest:
|
|
32763
32819
|
title: projects-v2_projectGroups.unassignrequest
|
|
32764
|
-
required: *
|
|
32820
|
+
required: *ref_546
|
|
32765
32821
|
type: object
|
|
32766
|
-
properties: *
|
|
32822
|
+
properties: *ref_547
|
|
32767
32823
|
projects-v2_tasks.listrequest:
|
|
32768
32824
|
title: projects-v2_tasks.listrequest
|
|
32769
32825
|
type: object
|
|
32770
|
-
properties: *
|
|
32826
|
+
properties: *ref_548
|
|
32771
32827
|
projects-v2_tasks.listresponse:
|
|
32772
32828
|
title: projects-v2_tasks.listresponse
|
|
32773
32829
|
type: object
|
|
32774
|
-
properties: *
|
|
32830
|
+
properties: *ref_549
|
|
32775
32831
|
tasks.inforequest:
|
|
32776
32832
|
title: tasks.inforequest
|
|
32777
32833
|
required: *ref_98
|
|
@@ -32780,104 +32836,104 @@ components:
|
|
|
32780
32836
|
projects-v2_tasks.inforesponse:
|
|
32781
32837
|
title: projects-v2_tasks.inforesponse
|
|
32782
32838
|
type: object
|
|
32783
|
-
properties: *
|
|
32839
|
+
properties: *ref_550
|
|
32784
32840
|
projects-v2_tasks.createrequest:
|
|
32785
32841
|
title: projects-v2_tasks.createrequest
|
|
32786
|
-
required: *
|
|
32842
|
+
required: *ref_551
|
|
32787
32843
|
type: object
|
|
32788
|
-
properties: *
|
|
32844
|
+
properties: *ref_552
|
|
32789
32845
|
tasks.createresponse:
|
|
32790
32846
|
title: tasks.createresponse
|
|
32791
32847
|
type: object
|
|
32792
32848
|
properties: *ref_101
|
|
32793
32849
|
projects-v2_tasks.updaterequest:
|
|
32794
32850
|
title: projects-v2_tasks.updaterequest
|
|
32795
|
-
required: *
|
|
32851
|
+
required: *ref_553
|
|
32796
32852
|
type: object
|
|
32797
|
-
properties: *
|
|
32853
|
+
properties: *ref_554
|
|
32798
32854
|
projects-v2_tasks.duplicaterequest:
|
|
32799
32855
|
title: projects-v2_tasks.duplicaterequest
|
|
32800
|
-
required: *
|
|
32856
|
+
required: *ref_555
|
|
32801
32857
|
type: object
|
|
32802
|
-
properties: *
|
|
32858
|
+
properties: *ref_556
|
|
32803
32859
|
projects-v2_tasks.duplicateresponse:
|
|
32804
32860
|
title: projects-v2_tasks.duplicateresponse
|
|
32805
32861
|
type: object
|
|
32806
|
-
properties: *
|
|
32862
|
+
properties: *ref_557
|
|
32807
32863
|
projects-v2_tasks.deleterequest:
|
|
32808
32864
|
title: projects-v2_tasks.deleterequest
|
|
32809
|
-
required: *
|
|
32865
|
+
required: *ref_558
|
|
32810
32866
|
type: object
|
|
32811
|
-
properties: *
|
|
32867
|
+
properties: *ref_559
|
|
32812
32868
|
projects-v2_tasks.assignrequest:
|
|
32813
32869
|
title: projects-v2_tasks.assignrequest
|
|
32814
|
-
required: *
|
|
32870
|
+
required: *ref_560
|
|
32815
32871
|
type: object
|
|
32816
|
-
properties: *
|
|
32872
|
+
properties: *ref_561
|
|
32817
32873
|
projects-v2_tasks.unassignrequest:
|
|
32818
32874
|
title: projects-v2_tasks.unassignrequest
|
|
32819
|
-
required: *
|
|
32875
|
+
required: *ref_562
|
|
32820
32876
|
type: object
|
|
32821
|
-
properties: *
|
|
32877
|
+
properties: *ref_563
|
|
32822
32878
|
projects-v2_materials.listrequest:
|
|
32823
32879
|
title: projects-v2_materials.listrequest
|
|
32824
32880
|
type: object
|
|
32825
|
-
properties: *
|
|
32881
|
+
properties: *ref_564
|
|
32826
32882
|
projects-v2_materials.listresponse:
|
|
32827
32883
|
title: projects-v2_materials.listresponse
|
|
32828
32884
|
type: object
|
|
32829
|
-
properties: *
|
|
32885
|
+
properties: *ref_565
|
|
32830
32886
|
projects-v2_materials.inforequest:
|
|
32831
32887
|
title: projects-v2_materials.inforequest
|
|
32832
|
-
required: *
|
|
32888
|
+
required: *ref_566
|
|
32833
32889
|
type: object
|
|
32834
|
-
properties: *
|
|
32890
|
+
properties: *ref_567
|
|
32835
32891
|
projects-v2_materials.inforesponse:
|
|
32836
32892
|
title: projects-v2_materials.inforesponse
|
|
32837
32893
|
type: object
|
|
32838
|
-
properties: *
|
|
32894
|
+
properties: *ref_568
|
|
32839
32895
|
projects-v2_materials.createrequest:
|
|
32840
32896
|
title: projects-v2_materials.createrequest
|
|
32841
|
-
required: *
|
|
32897
|
+
required: *ref_569
|
|
32842
32898
|
type: object
|
|
32843
|
-
properties: *
|
|
32899
|
+
properties: *ref_570
|
|
32844
32900
|
projects-v2_materials.createresponse:
|
|
32845
32901
|
title: projects-v2_materials.createresponse
|
|
32846
32902
|
type: object
|
|
32847
|
-
properties: *
|
|
32903
|
+
properties: *ref_571
|
|
32848
32904
|
projects-v2_materials.updaterequest:
|
|
32849
32905
|
title: projects-v2_materials.updaterequest
|
|
32850
|
-
required: *
|
|
32906
|
+
required: *ref_572
|
|
32851
32907
|
type: object
|
|
32852
|
-
properties: *
|
|
32908
|
+
properties: *ref_573
|
|
32853
32909
|
projects-v2_materials.duplicaterequest:
|
|
32854
32910
|
title: projects-v2_materials.duplicaterequest
|
|
32855
|
-
required: *
|
|
32911
|
+
required: *ref_574
|
|
32856
32912
|
type: object
|
|
32857
|
-
properties: *
|
|
32913
|
+
properties: *ref_575
|
|
32858
32914
|
projects-v2_materials.duplicateresponse:
|
|
32859
32915
|
title: projects-v2_materials.duplicateresponse
|
|
32860
32916
|
type: object
|
|
32861
|
-
properties: *
|
|
32917
|
+
properties: *ref_576
|
|
32862
32918
|
projects-v2_materials.deleterequest:
|
|
32863
32919
|
title: projects-v2_materials.deleterequest
|
|
32864
|
-
required: *
|
|
32920
|
+
required: *ref_577
|
|
32865
32921
|
type: object
|
|
32866
|
-
properties: *
|
|
32922
|
+
properties: *ref_578
|
|
32867
32923
|
projects-v2_materials.assignrequest:
|
|
32868
32924
|
title: projects-v2_materials.assignrequest
|
|
32869
|
-
required: *
|
|
32925
|
+
required: *ref_579
|
|
32870
32926
|
type: object
|
|
32871
|
-
properties: *
|
|
32927
|
+
properties: *ref_580
|
|
32872
32928
|
projects-v2_materials.unassignrequest:
|
|
32873
32929
|
title: projects-v2_materials.unassignrequest
|
|
32874
|
-
required: *
|
|
32930
|
+
required: *ref_581
|
|
32875
32931
|
type: object
|
|
32876
|
-
properties: *
|
|
32932
|
+
properties: *ref_582
|
|
32877
32933
|
tasks.listrequest:
|
|
32878
32934
|
title: tasks.listrequest1
|
|
32879
32935
|
type: object
|
|
32880
|
-
properties: *
|
|
32936
|
+
properties: *ref_583
|
|
32881
32937
|
Priority:
|
|
32882
32938
|
title: Priority
|
|
32883
32939
|
enum: *ref_100
|
|
@@ -32885,49 +32941,49 @@ components:
|
|
|
32885
32941
|
tasks.listresponse:
|
|
32886
32942
|
title: tasks.listresponse1
|
|
32887
32943
|
type: object
|
|
32888
|
-
properties: *
|
|
32944
|
+
properties: *ref_584
|
|
32889
32945
|
tasks.inforesponse:
|
|
32890
32946
|
title: tasks.inforesponse1
|
|
32891
32947
|
type: object
|
|
32892
|
-
properties: *
|
|
32948
|
+
properties: *ref_585
|
|
32893
32949
|
tasks.createrequest:
|
|
32894
32950
|
title: tasks.createrequest1
|
|
32895
|
-
required: *
|
|
32951
|
+
required: *ref_586
|
|
32896
32952
|
type: object
|
|
32897
|
-
properties: *
|
|
32953
|
+
properties: *ref_587
|
|
32898
32954
|
tasks.updaterequest:
|
|
32899
32955
|
title: tasks.updaterequest1
|
|
32900
|
-
required: *
|
|
32956
|
+
required: *ref_588
|
|
32901
32957
|
type: object
|
|
32902
|
-
properties: *
|
|
32958
|
+
properties: *ref_589
|
|
32903
32959
|
tasks.completerequest:
|
|
32904
32960
|
title: tasks.completerequest
|
|
32905
|
-
required: *
|
|
32961
|
+
required: *ref_590
|
|
32906
32962
|
type: object
|
|
32907
|
-
properties: *
|
|
32963
|
+
properties: *ref_591
|
|
32908
32964
|
tasks.reopenrequest:
|
|
32909
32965
|
title: tasks.reopenrequest
|
|
32910
|
-
required: *
|
|
32966
|
+
required: *ref_592
|
|
32911
32967
|
type: object
|
|
32912
|
-
properties: *
|
|
32968
|
+
properties: *ref_593
|
|
32913
32969
|
tasks.deleterequest:
|
|
32914
32970
|
title: tasks.deleterequest1
|
|
32915
|
-
required: *
|
|
32971
|
+
required: *ref_594
|
|
32916
32972
|
type: object
|
|
32917
|
-
properties: *
|
|
32973
|
+
properties: *ref_595
|
|
32918
32974
|
tasks.schedulerequest:
|
|
32919
32975
|
title: tasks.schedulerequest
|
|
32920
|
-
required: *
|
|
32976
|
+
required: *ref_596
|
|
32921
32977
|
type: object
|
|
32922
|
-
properties: *
|
|
32978
|
+
properties: *ref_597
|
|
32923
32979
|
tasks.scheduleresponse:
|
|
32924
32980
|
title: tasks.scheduleresponse
|
|
32925
32981
|
type: object
|
|
32926
|
-
properties: *
|
|
32982
|
+
properties: *ref_598
|
|
32927
32983
|
timeTracking.listrequest:
|
|
32928
32984
|
title: timeTracking.listrequest
|
|
32929
32985
|
type: object
|
|
32930
|
-
properties: *
|
|
32986
|
+
properties: *ref_599
|
|
32931
32987
|
BillingInfo:
|
|
32932
32988
|
title: BillingInfo
|
|
32933
32989
|
type: object
|
|
@@ -32943,82 +32999,82 @@ components:
|
|
|
32943
32999
|
timeTracking.listresponse:
|
|
32944
33000
|
title: timeTracking.listresponse
|
|
32945
33001
|
type: object
|
|
32946
|
-
properties: *
|
|
33002
|
+
properties: *ref_600
|
|
32947
33003
|
timeTracking.inforequest:
|
|
32948
33004
|
title: timeTracking.inforequest
|
|
32949
|
-
required: *
|
|
33005
|
+
required: *ref_601
|
|
32950
33006
|
type: object
|
|
32951
|
-
properties: *
|
|
33007
|
+
properties: *ref_602
|
|
32952
33008
|
timeTracking.inforesponse:
|
|
32953
33009
|
title: timeTracking.inforesponse
|
|
32954
33010
|
type: object
|
|
32955
|
-
properties: *
|
|
33011
|
+
properties: *ref_603
|
|
32956
33012
|
timeTracking.addrequest:
|
|
32957
33013
|
title: timeTracking.addrequest
|
|
32958
33014
|
type: object
|
|
32959
|
-
properties: *
|
|
32960
|
-
oneOf: *
|
|
33015
|
+
properties: *ref_604
|
|
33016
|
+
oneOf: *ref_605
|
|
32961
33017
|
timeTracking.addresponse:
|
|
32962
33018
|
title: timeTracking.addresponse
|
|
32963
33019
|
type: object
|
|
32964
|
-
properties: *
|
|
33020
|
+
properties: *ref_606
|
|
32965
33021
|
timeTracking.updaterequest:
|
|
32966
33022
|
title: timeTracking.updaterequest
|
|
32967
|
-
required: *
|
|
33023
|
+
required: *ref_607
|
|
32968
33024
|
type: object
|
|
32969
|
-
properties: *
|
|
32970
|
-
oneOf: *
|
|
33025
|
+
properties: *ref_608
|
|
33026
|
+
oneOf: *ref_609
|
|
32971
33027
|
timeTracking.resumerequest:
|
|
32972
33028
|
title: timeTracking.resumerequest
|
|
32973
|
-
required: *
|
|
33029
|
+
required: *ref_610
|
|
32974
33030
|
type: object
|
|
32975
|
-
properties: *
|
|
33031
|
+
properties: *ref_611
|
|
32976
33032
|
timeTracking.resumeresponse:
|
|
32977
33033
|
title: timeTracking.resumeresponse
|
|
32978
33034
|
type: object
|
|
32979
|
-
properties: *
|
|
33035
|
+
properties: *ref_612
|
|
32980
33036
|
timeTracking.deleterequest:
|
|
32981
33037
|
title: timeTracking.deleterequest
|
|
32982
|
-
required: *
|
|
33038
|
+
required: *ref_613
|
|
32983
33039
|
type: object
|
|
32984
|
-
properties: *
|
|
33040
|
+
properties: *ref_614
|
|
32985
33041
|
timers.currentresponse:
|
|
32986
33042
|
title: timers.currentresponse
|
|
32987
33043
|
type: object
|
|
32988
|
-
properties: *
|
|
33044
|
+
properties: *ref_615
|
|
32989
33045
|
timers.startrequest:
|
|
32990
33046
|
title: timers.startrequest
|
|
32991
33047
|
type: object
|
|
32992
|
-
properties: *
|
|
33048
|
+
properties: *ref_616
|
|
32993
33049
|
timers.startresponse:
|
|
32994
33050
|
title: timers.startresponse
|
|
32995
33051
|
type: object
|
|
32996
|
-
properties: *
|
|
33052
|
+
properties: *ref_617
|
|
32997
33053
|
timers.stopresponse:
|
|
32998
33054
|
title: timers.stopresponse
|
|
32999
33055
|
type: object
|
|
33000
|
-
properties: *
|
|
33056
|
+
properties: *ref_618
|
|
33001
33057
|
timers.updaterequest:
|
|
33002
33058
|
title: timers.updaterequest
|
|
33003
33059
|
type: object
|
|
33004
|
-
properties: *
|
|
33060
|
+
properties: *ref_619
|
|
33005
33061
|
tickets.listrequest:
|
|
33006
33062
|
title: tickets.listrequest
|
|
33007
33063
|
type: object
|
|
33008
|
-
properties: *
|
|
33064
|
+
properties: *ref_620
|
|
33009
33065
|
tickets.listresponse:
|
|
33010
33066
|
title: tickets.listresponse
|
|
33011
33067
|
type: object
|
|
33012
|
-
properties: *
|
|
33068
|
+
properties: *ref_621
|
|
33013
33069
|
tickets.inforequest:
|
|
33014
33070
|
title: tickets.inforequest
|
|
33015
|
-
required: *
|
|
33071
|
+
required: *ref_622
|
|
33016
33072
|
type: object
|
|
33017
|
-
properties: *
|
|
33073
|
+
properties: *ref_623
|
|
33018
33074
|
tickets.inforesponse:
|
|
33019
33075
|
title: tickets.inforesponse
|
|
33020
33076
|
type: object
|
|
33021
|
-
properties: *
|
|
33077
|
+
properties: *ref_624
|
|
33022
33078
|
CompanyCustomer:
|
|
33023
33079
|
title: CompanyCustomer
|
|
33024
33080
|
required: *ref_105
|
|
@@ -33026,22 +33082,22 @@ components:
|
|
|
33026
33082
|
properties: *ref_106
|
|
33027
33083
|
tickets.createrequest:
|
|
33028
33084
|
title: tickets.createrequest
|
|
33029
|
-
required: *
|
|
33085
|
+
required: *ref_625
|
|
33030
33086
|
type: object
|
|
33031
|
-
properties: *
|
|
33087
|
+
properties: *ref_626
|
|
33032
33088
|
tickets.createresponse:
|
|
33033
33089
|
title: tickets.createresponse
|
|
33034
33090
|
type: object
|
|
33035
|
-
properties: *
|
|
33091
|
+
properties: *ref_627
|
|
33036
33092
|
tickets.updaterequest:
|
|
33037
33093
|
title: tickets.updaterequest
|
|
33038
|
-
required: *
|
|
33094
|
+
required: *ref_628
|
|
33039
33095
|
type: object
|
|
33040
|
-
properties: *
|
|
33096
|
+
properties: *ref_629
|
|
33041
33097
|
tickets.listMessagesrequest:
|
|
33042
33098
|
title: tickets.listMessagesrequest
|
|
33043
33099
|
type: object
|
|
33044
|
-
properties: *
|
|
33100
|
+
properties: *ref_630
|
|
33045
33101
|
SentBy:
|
|
33046
33102
|
title: SentBy
|
|
33047
33103
|
type: object
|
|
@@ -33049,55 +33105,55 @@ components:
|
|
|
33049
33105
|
tickets.listMessagesresponse:
|
|
33050
33106
|
title: tickets.listMessagesresponse
|
|
33051
33107
|
type: object
|
|
33052
|
-
properties: *
|
|
33108
|
+
properties: *ref_631
|
|
33053
33109
|
tickets.getMessagerequest:
|
|
33054
33110
|
title: tickets.getMessagerequest
|
|
33055
33111
|
type: object
|
|
33056
|
-
properties: *
|
|
33112
|
+
properties: *ref_632
|
|
33057
33113
|
tickets.getMessageresponse:
|
|
33058
33114
|
title: tickets.getMessageresponse
|
|
33059
33115
|
type: object
|
|
33060
|
-
properties: *
|
|
33116
|
+
properties: *ref_633
|
|
33061
33117
|
tickets.importMessagerequest:
|
|
33062
33118
|
title: tickets.importMessagerequest
|
|
33063
|
-
required: *
|
|
33119
|
+
required: *ref_634
|
|
33064
33120
|
type: object
|
|
33065
|
-
properties: *
|
|
33121
|
+
properties: *ref_635
|
|
33066
33122
|
tickets.importMessageresponse:
|
|
33067
33123
|
title: tickets.importMessageresponse
|
|
33068
33124
|
type: object
|
|
33069
|
-
properties: *
|
|
33125
|
+
properties: *ref_636
|
|
33070
33126
|
tickets.addReplyrequest:
|
|
33071
33127
|
title: tickets.addReplyrequest
|
|
33072
|
-
required: *
|
|
33128
|
+
required: *ref_637
|
|
33073
33129
|
type: object
|
|
33074
|
-
properties: *
|
|
33130
|
+
properties: *ref_638
|
|
33075
33131
|
tickets.addReplyresponse:
|
|
33076
33132
|
title: tickets.addReplyresponse
|
|
33077
33133
|
type: object
|
|
33078
|
-
properties: *
|
|
33134
|
+
properties: *ref_639
|
|
33079
33135
|
tickets.addInternalMessagerequest:
|
|
33080
33136
|
title: tickets.addInternalMessagerequest
|
|
33081
|
-
required: *
|
|
33137
|
+
required: *ref_640
|
|
33082
33138
|
type: object
|
|
33083
|
-
properties: *
|
|
33139
|
+
properties: *ref_641
|
|
33084
33140
|
tickets.addInternalMessageresponse:
|
|
33085
33141
|
title: tickets.addInternalMessageresponse
|
|
33086
33142
|
type: object
|
|
33087
|
-
properties: *
|
|
33143
|
+
properties: *ref_642
|
|
33088
33144
|
ticketStatus.listrequest:
|
|
33089
33145
|
title: ticketStatus.listrequest
|
|
33090
33146
|
type: object
|
|
33091
|
-
properties: *
|
|
33147
|
+
properties: *ref_643
|
|
33092
33148
|
ticketStatus.listresponse:
|
|
33093
33149
|
title: ticketStatus.listresponse
|
|
33094
33150
|
type: object
|
|
33095
|
-
properties: *
|
|
33151
|
+
properties: *ref_644
|
|
33096
33152
|
files.listrequest:
|
|
33097
33153
|
title: files.listrequest
|
|
33098
|
-
required: *
|
|
33154
|
+
required: *ref_645
|
|
33099
33155
|
type: object
|
|
33100
|
-
properties: *
|
|
33156
|
+
properties: *ref_646
|
|
33101
33157
|
MimeType:
|
|
33102
33158
|
title: MimeType
|
|
33103
33159
|
enum: *ref_108
|
|
@@ -33105,93 +33161,93 @@ components:
|
|
|
33105
33161
|
files.listresponse:
|
|
33106
33162
|
title: files.listresponse
|
|
33107
33163
|
type: object
|
|
33108
|
-
properties: *
|
|
33164
|
+
properties: *ref_647
|
|
33109
33165
|
files.inforequest:
|
|
33110
33166
|
title: files.inforequest
|
|
33111
|
-
required: *
|
|
33167
|
+
required: *ref_648
|
|
33112
33168
|
type: object
|
|
33113
|
-
properties: *
|
|
33169
|
+
properties: *ref_649
|
|
33114
33170
|
files.inforesponse:
|
|
33115
33171
|
title: files.inforesponse
|
|
33116
33172
|
type: object
|
|
33117
|
-
properties: *
|
|
33173
|
+
properties: *ref_650
|
|
33118
33174
|
files.downloadrequest:
|
|
33119
33175
|
title: files.downloadrequest
|
|
33120
|
-
required: *
|
|
33176
|
+
required: *ref_651
|
|
33121
33177
|
type: object
|
|
33122
|
-
properties: *
|
|
33178
|
+
properties: *ref_652
|
|
33123
33179
|
files.downloadresponse:
|
|
33124
33180
|
title: files.downloadresponse
|
|
33125
33181
|
type: object
|
|
33126
|
-
properties: *
|
|
33182
|
+
properties: *ref_653
|
|
33127
33183
|
files.uploadrequest:
|
|
33128
33184
|
title: files.uploadrequest
|
|
33129
|
-
required: *
|
|
33185
|
+
required: *ref_654
|
|
33130
33186
|
type: object
|
|
33131
|
-
properties: *
|
|
33187
|
+
properties: *ref_655
|
|
33132
33188
|
files.uploadresponse:
|
|
33133
33189
|
title: files.uploadresponse
|
|
33134
33190
|
type: object
|
|
33135
|
-
properties: *
|
|
33191
|
+
properties: *ref_656
|
|
33136
33192
|
files.deleterequest:
|
|
33137
33193
|
title: files.deleterequest
|
|
33138
|
-
required: *
|
|
33194
|
+
required: *ref_657
|
|
33139
33195
|
type: object
|
|
33140
|
-
properties: *
|
|
33196
|
+
properties: *ref_658
|
|
33141
33197
|
mailTemplates.listrequest:
|
|
33142
33198
|
title: mailTemplates.listrequest
|
|
33143
|
-
required: *
|
|
33199
|
+
required: *ref_659
|
|
33144
33200
|
type: object
|
|
33145
|
-
properties: *
|
|
33201
|
+
properties: *ref_660
|
|
33146
33202
|
mailTemplates.listresponse:
|
|
33147
33203
|
title: mailTemplates.listresponse
|
|
33148
33204
|
type: object
|
|
33149
|
-
properties: *
|
|
33205
|
+
properties: *ref_661
|
|
33150
33206
|
migrate.idrequest:
|
|
33151
33207
|
title: migrate.idrequest
|
|
33152
33208
|
type: object
|
|
33153
|
-
properties: *
|
|
33209
|
+
properties: *ref_662
|
|
33154
33210
|
migrate.idresponse:
|
|
33155
33211
|
title: migrate.idresponse
|
|
33156
33212
|
type: object
|
|
33157
|
-
properties: *
|
|
33213
|
+
properties: *ref_663
|
|
33158
33214
|
migrate.taxRaterequest:
|
|
33159
33215
|
title: migrate.taxRaterequest
|
|
33160
33216
|
type: object
|
|
33161
|
-
properties: *
|
|
33217
|
+
properties: *ref_664
|
|
33162
33218
|
migrate.taxRateresponse:
|
|
33163
33219
|
title: migrate.taxRateresponse
|
|
33164
33220
|
type: object
|
|
33165
|
-
properties: *
|
|
33221
|
+
properties: *ref_665
|
|
33166
33222
|
migrate.activityTyperequest:
|
|
33167
33223
|
title: migrate.activityTyperequest
|
|
33168
33224
|
type: object
|
|
33169
|
-
properties: *
|
|
33225
|
+
properties: *ref_666
|
|
33170
33226
|
migrate.activityTyperesponse:
|
|
33171
33227
|
title: migrate.activityTyperesponse
|
|
33172
33228
|
type: object
|
|
33173
|
-
properties: *
|
|
33229
|
+
properties: *ref_667
|
|
33174
33230
|
orders.inforequest:
|
|
33175
33231
|
title: orders.inforequest
|
|
33176
|
-
required: *
|
|
33232
|
+
required: *ref_668
|
|
33177
33233
|
type: object
|
|
33178
|
-
properties: *
|
|
33234
|
+
properties: *ref_669
|
|
33179
33235
|
OrdersGroupedLinesResponse:
|
|
33180
33236
|
title: OrdersGroupedLinesResponse
|
|
33181
33237
|
type: object
|
|
33182
|
-
properties: *
|
|
33238
|
+
properties: *ref_670
|
|
33183
33239
|
orders.inforesponse:
|
|
33184
33240
|
title: orders.inforesponse
|
|
33185
33241
|
type: object
|
|
33186
|
-
properties: *
|
|
33242
|
+
properties: *ref_671
|
|
33187
33243
|
orders.listrequest:
|
|
33188
33244
|
title: orders.listrequest
|
|
33189
33245
|
type: object
|
|
33190
|
-
properties: *
|
|
33246
|
+
properties: *ref_672
|
|
33191
33247
|
orders.listresponse:
|
|
33192
33248
|
title: orders.listresponse
|
|
33193
33249
|
type: object
|
|
33194
|
-
properties: *
|
|
33250
|
+
properties: *ref_673
|
|
33195
33251
|
WebHook:
|
|
33196
33252
|
title: WebHook
|
|
33197
33253
|
required: *ref_109
|
|
@@ -33200,20 +33256,20 @@ components:
|
|
|
33200
33256
|
webhooks.listresponse:
|
|
33201
33257
|
title: webhooks.listresponse
|
|
33202
33258
|
type: object
|
|
33203
|
-
properties: *
|
|
33259
|
+
properties: *ref_674
|
|
33204
33260
|
cloudPlatforms.urlrequest:
|
|
33205
33261
|
title: cloudPlatforms.urlrequest
|
|
33206
|
-
required: *
|
|
33262
|
+
required: *ref_675
|
|
33207
33263
|
type: object
|
|
33208
|
-
properties: *
|
|
33264
|
+
properties: *ref_676
|
|
33209
33265
|
cloudPlatforms.urlresponse:
|
|
33210
33266
|
title: cloudPlatforms.urlresponse
|
|
33211
33267
|
type: object
|
|
33212
|
-
properties: *
|
|
33268
|
+
properties: *ref_677
|
|
33213
33269
|
accounts.projects-v2-statusresponse:
|
|
33214
33270
|
title: accounts.projects-v2-statusresponse
|
|
33215
33271
|
type: object
|
|
33216
|
-
properties: *
|
|
33272
|
+
properties: *ref_678
|
|
33217
33273
|
x-tagGroups:
|
|
33218
33274
|
- name: General
|
|
33219
33275
|
tags:
|