@teamleader/focus-api-specification 1.26.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.
|
@@ -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:
|
|
@@ -30981,7 +31011,7 @@ paths:
|
|
|
30981
31011
|
schema:
|
|
30982
31012
|
title: webhooks.listresponse
|
|
30983
31013
|
type: object
|
|
30984
|
-
properties: &
|
|
31014
|
+
properties: &ref_674
|
|
30985
31015
|
data:
|
|
30986
31016
|
type: array
|
|
30987
31017
|
items:
|
|
@@ -31030,11 +31060,11 @@ paths:
|
|
|
31030
31060
|
schema:
|
|
31031
31061
|
allOf:
|
|
31032
31062
|
- title: cloudPlatforms.urlrequest
|
|
31033
|
-
required: &
|
|
31063
|
+
required: &ref_675
|
|
31034
31064
|
- type
|
|
31035
31065
|
- id
|
|
31036
31066
|
type: object
|
|
31037
|
-
properties: &
|
|
31067
|
+
properties: &ref_676
|
|
31038
31068
|
type:
|
|
31039
31069
|
type: string
|
|
31040
31070
|
enum:
|
|
@@ -31061,7 +31091,7 @@ paths:
|
|
|
31061
31091
|
allOf:
|
|
31062
31092
|
- title: cloudPlatforms.urlresponse
|
|
31063
31093
|
type: object
|
|
31064
|
-
properties: &
|
|
31094
|
+
properties: &ref_677
|
|
31065
31095
|
data:
|
|
31066
31096
|
type: object
|
|
31067
31097
|
properties:
|
|
@@ -31103,7 +31133,7 @@ paths:
|
|
|
31103
31133
|
allOf:
|
|
31104
31134
|
- title: accounts.projects-v2-statusresponse
|
|
31105
31135
|
type: object
|
|
31106
|
-
properties: &
|
|
31136
|
+
properties: &ref_678
|
|
31107
31137
|
data:
|
|
31108
31138
|
type: object
|
|
31109
31139
|
properties:
|
|
@@ -32274,10 +32304,15 @@ components:
|
|
|
32274
32304
|
title: creditNotes.downloadresponse
|
|
32275
32305
|
type: object
|
|
32276
32306
|
properties: *ref_400
|
|
32307
|
+
creditNotes.sendViaPeppol:
|
|
32308
|
+
title: creditNotes.sendViaPeppol
|
|
32309
|
+
required: *ref_401
|
|
32310
|
+
type: object
|
|
32311
|
+
properties: *ref_402
|
|
32277
32312
|
subscriptions.listrequest:
|
|
32278
32313
|
title: subscriptions.listrequest
|
|
32279
32314
|
type: object
|
|
32280
|
-
properties: *
|
|
32315
|
+
properties: *ref_403
|
|
32281
32316
|
SubscriptionsResponseInvoicee:
|
|
32282
32317
|
title: SubscriptionsResponseInvoicee
|
|
32283
32318
|
type: object
|
|
@@ -32289,20 +32324,20 @@ components:
|
|
|
32289
32324
|
subscriptions.listresponse:
|
|
32290
32325
|
title: subscriptions.listresponse
|
|
32291
32326
|
type: object
|
|
32292
|
-
properties: *
|
|
32327
|
+
properties: *ref_404
|
|
32293
32328
|
subscriptions.inforequest:
|
|
32294
32329
|
title: subscriptions.inforequest
|
|
32295
|
-
required: *
|
|
32330
|
+
required: *ref_405
|
|
32296
32331
|
type: object
|
|
32297
|
-
properties: *
|
|
32332
|
+
properties: *ref_406
|
|
32298
32333
|
SubscriptionsGroupedLinesResponse:
|
|
32299
32334
|
title: SubscriptionsGroupedLinesResponse
|
|
32300
32335
|
type: object
|
|
32301
|
-
properties: *
|
|
32336
|
+
properties: *ref_407
|
|
32302
32337
|
subscriptions.inforesponse:
|
|
32303
32338
|
title: subscriptions.inforesponse
|
|
32304
32339
|
type: object
|
|
32305
|
-
properties: *
|
|
32340
|
+
properties: *ref_408
|
|
32306
32341
|
SubscriptionsGroupedLinesRequest:
|
|
32307
32342
|
title: SubscriptionsGroupedLinesRequest
|
|
32308
32343
|
required: *ref_78
|
|
@@ -32311,78 +32346,78 @@ components:
|
|
|
32311
32346
|
InvoiceGenerationCreate:
|
|
32312
32347
|
title: InvoiceGenerationCreate
|
|
32313
32348
|
type: object
|
|
32314
|
-
oneOf: *
|
|
32349
|
+
oneOf: *ref_409
|
|
32315
32350
|
subscriptions.createrequest:
|
|
32316
32351
|
title: subscriptions.createrequest
|
|
32317
32352
|
type: object
|
|
32318
|
-
required: *
|
|
32319
|
-
properties: *
|
|
32353
|
+
required: *ref_410
|
|
32354
|
+
properties: *ref_411
|
|
32320
32355
|
subscriptions.createresponse:
|
|
32321
32356
|
title: subscriptions.createresponse
|
|
32322
32357
|
type: object
|
|
32323
|
-
properties: *
|
|
32358
|
+
properties: *ref_412
|
|
32324
32359
|
InvoiceGenerationUpdate:
|
|
32325
32360
|
title: InvoiceGenerationUpdate
|
|
32326
32361
|
type: object
|
|
32327
|
-
oneOf: *
|
|
32362
|
+
oneOf: *ref_413
|
|
32328
32363
|
subscriptions.updaterequest:
|
|
32329
32364
|
title: subscriptions.updaterequest
|
|
32330
|
-
required: *
|
|
32365
|
+
required: *ref_414
|
|
32331
32366
|
type: object
|
|
32332
|
-
properties: *
|
|
32367
|
+
properties: *ref_415
|
|
32333
32368
|
subscriptions.deactivaterequest:
|
|
32334
32369
|
title: subscriptions.deactivaterequest
|
|
32335
|
-
required: *
|
|
32370
|
+
required: *ref_416
|
|
32336
32371
|
type: object
|
|
32337
|
-
properties: *
|
|
32372
|
+
properties: *ref_417
|
|
32338
32373
|
taxRates.listrequest:
|
|
32339
32374
|
title: taxRates.listrequest
|
|
32340
32375
|
type: object
|
|
32341
|
-
properties: *
|
|
32376
|
+
properties: *ref_418
|
|
32342
32377
|
taxRates.listresponse:
|
|
32343
32378
|
title: taxRates.listresponse
|
|
32344
32379
|
type: object
|
|
32345
|
-
properties: *
|
|
32380
|
+
properties: *ref_419
|
|
32346
32381
|
paymentTerms.listresponse:
|
|
32347
32382
|
title: paymentTerms.listresponse
|
|
32348
32383
|
type: object
|
|
32349
|
-
properties: *
|
|
32384
|
+
properties: *ref_420
|
|
32350
32385
|
withholdingTaxRates.listrequest:
|
|
32351
32386
|
title: withholdingTaxRates.listrequest
|
|
32352
32387
|
type: object
|
|
32353
|
-
properties: *
|
|
32388
|
+
properties: *ref_421
|
|
32354
32389
|
withholdingTaxRates.listresponse:
|
|
32355
32390
|
title: withholdingTaxRates.listresponse
|
|
32356
32391
|
type: object
|
|
32357
|
-
properties: *
|
|
32392
|
+
properties: *ref_422
|
|
32358
32393
|
commercialDiscounts.listrequest:
|
|
32359
32394
|
title: commercialDiscounts.listrequest
|
|
32360
32395
|
type: object
|
|
32361
|
-
properties: *
|
|
32396
|
+
properties: *ref_423
|
|
32362
32397
|
commercialDiscounts.listresponse:
|
|
32363
32398
|
title: commercialDiscounts.listresponse
|
|
32364
32399
|
type: object
|
|
32365
|
-
properties: *
|
|
32400
|
+
properties: *ref_424
|
|
32366
32401
|
paymentMethods.listrequest:
|
|
32367
32402
|
title: paymentMethods.listrequest
|
|
32368
32403
|
type: object
|
|
32369
|
-
properties: *
|
|
32404
|
+
properties: *ref_425
|
|
32370
32405
|
paymentMethods.listresponse:
|
|
32371
32406
|
title: paymentMethods.listresponse
|
|
32372
32407
|
type: object
|
|
32373
|
-
properties: *
|
|
32408
|
+
properties: *ref_426
|
|
32374
32409
|
productCategories.listrequest:
|
|
32375
32410
|
title: productCategories.listrequest
|
|
32376
32411
|
type: object
|
|
32377
|
-
properties: *
|
|
32412
|
+
properties: *ref_427
|
|
32378
32413
|
productCategories.listresponse:
|
|
32379
32414
|
title: productCategories.listresponse
|
|
32380
32415
|
type: object
|
|
32381
|
-
properties: *
|
|
32416
|
+
properties: *ref_428
|
|
32382
32417
|
products.listrequest:
|
|
32383
32418
|
title: products.listrequest
|
|
32384
32419
|
type: object
|
|
32385
|
-
properties: *
|
|
32420
|
+
properties: *ref_429
|
|
32386
32421
|
Stock:
|
|
32387
32422
|
title: Stock
|
|
32388
32423
|
type: object
|
|
@@ -32395,26 +32430,26 @@ components:
|
|
|
32395
32430
|
products.listresponse:
|
|
32396
32431
|
title: products.listresponse
|
|
32397
32432
|
type: object
|
|
32398
|
-
properties: *
|
|
32433
|
+
properties: *ref_430
|
|
32399
32434
|
products.inforequest:
|
|
32400
32435
|
title: products.inforequest
|
|
32401
|
-
required: *
|
|
32436
|
+
required: *ref_431
|
|
32402
32437
|
type: object
|
|
32403
|
-
properties: *
|
|
32438
|
+
properties: *ref_432
|
|
32404
32439
|
products.inforesponse:
|
|
32405
32440
|
title: products.inforesponse
|
|
32406
32441
|
type: object
|
|
32407
|
-
properties: *
|
|
32442
|
+
properties: *ref_433
|
|
32408
32443
|
ProductPriceWrite:
|
|
32409
32444
|
title: ProductPriceWrite
|
|
32410
|
-
required: *
|
|
32445
|
+
required: *ref_434
|
|
32411
32446
|
type: object
|
|
32412
|
-
properties: *
|
|
32447
|
+
properties: *ref_435
|
|
32413
32448
|
StockThreshold:
|
|
32414
32449
|
title: StockThreshold
|
|
32415
|
-
required: *
|
|
32450
|
+
required: *ref_436
|
|
32416
32451
|
type: object
|
|
32417
|
-
properties: *
|
|
32452
|
+
properties: *ref_437
|
|
32418
32453
|
description: Only available when stock management feature is enabled
|
|
32419
32454
|
ProductConfigurationWrite:
|
|
32420
32455
|
title: ProductConfigurationWrite
|
|
@@ -32427,33 +32462,33 @@ components:
|
|
|
32427
32462
|
products.addresponse:
|
|
32428
32463
|
title: products.addresponse
|
|
32429
32464
|
type: object
|
|
32430
|
-
properties: *
|
|
32465
|
+
properties: *ref_438
|
|
32431
32466
|
products.updaterequest:
|
|
32432
32467
|
title: products.updaterequest
|
|
32433
|
-
required: *
|
|
32468
|
+
required: *ref_439
|
|
32434
32469
|
type: object
|
|
32435
|
-
properties: *
|
|
32470
|
+
properties: *ref_440
|
|
32436
32471
|
products.deleterequest:
|
|
32437
32472
|
title: products.deleterequest
|
|
32438
|
-
required: *
|
|
32473
|
+
required: *ref_441
|
|
32439
32474
|
type: object
|
|
32440
|
-
properties: *
|
|
32475
|
+
properties: *ref_442
|
|
32441
32476
|
unitsOfMeasure.listresponse:
|
|
32442
32477
|
title: unitsOfMeasure.listresponse
|
|
32443
32478
|
type: object
|
|
32444
|
-
properties: *
|
|
32479
|
+
properties: *ref_443
|
|
32445
32480
|
priceLists.listrequest:
|
|
32446
32481
|
title: priceLists.listrequest
|
|
32447
32482
|
type: object
|
|
32448
|
-
properties: *
|
|
32483
|
+
properties: *ref_444
|
|
32449
32484
|
priceLists.listresponse:
|
|
32450
32485
|
title: priceLists.listresponse
|
|
32451
32486
|
type: object
|
|
32452
|
-
properties: *
|
|
32487
|
+
properties: *ref_445
|
|
32453
32488
|
projects.listrequest:
|
|
32454
32489
|
title: projects.listrequest
|
|
32455
32490
|
type: object
|
|
32456
|
-
properties: *
|
|
32491
|
+
properties: *ref_446
|
|
32457
32492
|
ProjectsActuals:
|
|
32458
32493
|
title: ProjectsActuals
|
|
32459
32494
|
type: object
|
|
@@ -32467,12 +32502,12 @@ components:
|
|
|
32467
32502
|
projects.listresponse:
|
|
32468
32503
|
title: projects.listresponse
|
|
32469
32504
|
type: object
|
|
32470
|
-
properties: *
|
|
32505
|
+
properties: *ref_447
|
|
32471
32506
|
projects.inforequest:
|
|
32472
32507
|
title: projects.inforequest
|
|
32473
|
-
required: *
|
|
32508
|
+
required: *ref_448
|
|
32474
32509
|
type: object
|
|
32475
|
-
properties: *
|
|
32510
|
+
properties: *ref_449
|
|
32476
32511
|
Role:
|
|
32477
32512
|
title: Role
|
|
32478
32513
|
enum: *ref_87
|
|
@@ -32484,26 +32519,26 @@ components:
|
|
|
32484
32519
|
projects.inforesponse:
|
|
32485
32520
|
title: projects.inforesponse
|
|
32486
32521
|
type: object
|
|
32487
|
-
properties: *
|
|
32522
|
+
properties: *ref_450
|
|
32488
32523
|
projects.createrequest:
|
|
32489
32524
|
title: projects.createrequest
|
|
32490
|
-
required: *
|
|
32525
|
+
required: *ref_451
|
|
32491
32526
|
type: object
|
|
32492
|
-
properties: *
|
|
32527
|
+
properties: *ref_452
|
|
32493
32528
|
projects.createresponse:
|
|
32494
32529
|
title: projects.createresponse
|
|
32495
32530
|
type: object
|
|
32496
32531
|
properties: *ref_92
|
|
32497
32532
|
projects.updaterequest:
|
|
32498
32533
|
title: projects.updaterequest
|
|
32499
|
-
required: *
|
|
32534
|
+
required: *ref_453
|
|
32500
32535
|
type: object
|
|
32501
|
-
properties: *
|
|
32536
|
+
properties: *ref_454
|
|
32502
32537
|
projects.closerequest:
|
|
32503
32538
|
title: projects.closerequest
|
|
32504
|
-
required: *
|
|
32539
|
+
required: *ref_455
|
|
32505
32540
|
type: object
|
|
32506
|
-
properties: *
|
|
32541
|
+
properties: *ref_456
|
|
32507
32542
|
projects.reopenrequest:
|
|
32508
32543
|
title: projects.reopenrequest
|
|
32509
32544
|
required: *ref_93
|
|
@@ -32511,23 +32546,23 @@ components:
|
|
|
32511
32546
|
properties: *ref_94
|
|
32512
32547
|
projects.deleterequest:
|
|
32513
32548
|
title: projects.deleterequest
|
|
32514
|
-
required: *
|
|
32549
|
+
required: *ref_457
|
|
32515
32550
|
type: object
|
|
32516
|
-
properties: *
|
|
32551
|
+
properties: *ref_458
|
|
32517
32552
|
projects.addParticipantrequest:
|
|
32518
32553
|
title: projects.addParticipantrequest
|
|
32519
|
-
required: *
|
|
32554
|
+
required: *ref_459
|
|
32520
32555
|
type: object
|
|
32521
|
-
properties: *
|
|
32556
|
+
properties: *ref_460
|
|
32522
32557
|
projects.updateParticipantrequest:
|
|
32523
32558
|
title: projects.updateParticipantrequest
|
|
32524
|
-
required: *
|
|
32559
|
+
required: *ref_461
|
|
32525
32560
|
type: object
|
|
32526
|
-
properties: *
|
|
32561
|
+
properties: *ref_462
|
|
32527
32562
|
milestones.listrequest:
|
|
32528
32563
|
title: milestones.listrequest
|
|
32529
32564
|
type: object
|
|
32530
|
-
properties: *
|
|
32565
|
+
properties: *ref_463
|
|
32531
32566
|
MilestonesActuals:
|
|
32532
32567
|
title: MilestonesActuals
|
|
32533
32568
|
type: object
|
|
@@ -32541,50 +32576,50 @@ components:
|
|
|
32541
32576
|
milestones.listresponse:
|
|
32542
32577
|
title: milestones.listresponse
|
|
32543
32578
|
type: object
|
|
32544
|
-
properties: *
|
|
32579
|
+
properties: *ref_464
|
|
32545
32580
|
milestones.inforequest:
|
|
32546
32581
|
title: milestones.inforequest
|
|
32547
|
-
required: *
|
|
32582
|
+
required: *ref_465
|
|
32548
32583
|
type: object
|
|
32549
|
-
properties: *
|
|
32584
|
+
properties: *ref_466
|
|
32550
32585
|
milestones.inforesponse:
|
|
32551
32586
|
title: milestones.inforesponse
|
|
32552
32587
|
type: object
|
|
32553
|
-
properties: *
|
|
32588
|
+
properties: *ref_467
|
|
32554
32589
|
milestones.createrequest:
|
|
32555
32590
|
title: milestones.createrequest
|
|
32556
|
-
required: *
|
|
32591
|
+
required: *ref_468
|
|
32557
32592
|
type: object
|
|
32558
|
-
properties: *
|
|
32559
|
-
oneOf: *
|
|
32593
|
+
properties: *ref_469
|
|
32594
|
+
oneOf: *ref_470
|
|
32560
32595
|
milestones.createresponse:
|
|
32561
32596
|
title: milestones.createresponse
|
|
32562
32597
|
type: object
|
|
32563
|
-
properties: *
|
|
32598
|
+
properties: *ref_471
|
|
32564
32599
|
milestones.updaterequest:
|
|
32565
32600
|
title: milestones.updaterequest
|
|
32566
|
-
required: *
|
|
32601
|
+
required: *ref_472
|
|
32567
32602
|
type: object
|
|
32568
|
-
properties: *
|
|
32603
|
+
properties: *ref_473
|
|
32569
32604
|
milestones.deleterequest:
|
|
32570
32605
|
title: milestones.deleterequest
|
|
32571
|
-
required: *
|
|
32606
|
+
required: *ref_474
|
|
32572
32607
|
type: object
|
|
32573
|
-
properties: *
|
|
32608
|
+
properties: *ref_475
|
|
32574
32609
|
milestones.closerequest:
|
|
32575
32610
|
title: milestones.closerequest
|
|
32576
|
-
required: *
|
|
32611
|
+
required: *ref_476
|
|
32577
32612
|
type: object
|
|
32578
|
-
properties: *
|
|
32613
|
+
properties: *ref_477
|
|
32579
32614
|
milestones.openrequest:
|
|
32580
32615
|
title: milestones.openrequest
|
|
32581
|
-
required: *
|
|
32616
|
+
required: *ref_478
|
|
32582
32617
|
type: object
|
|
32583
|
-
properties: *
|
|
32618
|
+
properties: *ref_479
|
|
32584
32619
|
projects-v2.listrequest:
|
|
32585
32620
|
title: projects-v2.listrequest
|
|
32586
32621
|
type: object
|
|
32587
|
-
properties: *
|
|
32622
|
+
properties: *ref_480
|
|
32588
32623
|
Color:
|
|
32589
32624
|
title: Color
|
|
32590
32625
|
enum: *ref_90
|
|
@@ -32597,21 +32632,21 @@ components:
|
|
|
32597
32632
|
projects-v2.listresponse:
|
|
32598
32633
|
title: projects-v2.listresponse
|
|
32599
32634
|
type: object
|
|
32600
|
-
properties: *
|
|
32635
|
+
properties: *ref_481
|
|
32601
32636
|
projects-v2.inforequest:
|
|
32602
32637
|
title: projects-v2.inforequest
|
|
32603
|
-
required: *
|
|
32638
|
+
required: *ref_482
|
|
32604
32639
|
type: object
|
|
32605
|
-
properties: *
|
|
32640
|
+
properties: *ref_483
|
|
32606
32641
|
projects-v2.inforesponse:
|
|
32607
32642
|
title: projects.inforesponse1
|
|
32608
32643
|
type: object
|
|
32609
|
-
properties: *
|
|
32644
|
+
properties: *ref_484
|
|
32610
32645
|
projects-v2.createrequest:
|
|
32611
32646
|
title: projects-v2.createrequest
|
|
32612
|
-
required: *
|
|
32647
|
+
required: *ref_485
|
|
32613
32648
|
type: object
|
|
32614
|
-
properties: *
|
|
32649
|
+
properties: *ref_486
|
|
32615
32650
|
BillingMethod:
|
|
32616
32651
|
title: BillingMethod
|
|
32617
32652
|
required: *ref_96
|
|
@@ -32619,116 +32654,116 @@ components:
|
|
|
32619
32654
|
properties: *ref_97
|
|
32620
32655
|
projects-v2.updaterequest:
|
|
32621
32656
|
title: projects-v2.updaterequest
|
|
32622
|
-
required: *
|
|
32657
|
+
required: *ref_487
|
|
32623
32658
|
type: object
|
|
32624
|
-
properties: *
|
|
32659
|
+
properties: *ref_488
|
|
32625
32660
|
projects-v2.closerequest:
|
|
32626
32661
|
title: projects-v2.closerequest
|
|
32627
|
-
required: *
|
|
32662
|
+
required: *ref_489
|
|
32628
32663
|
type: object
|
|
32629
|
-
properties: *
|
|
32664
|
+
properties: *ref_490
|
|
32630
32665
|
projects-v2.duplicaterequest:
|
|
32631
32666
|
title: projects-v2.duplicaterequest
|
|
32632
|
-
required: *
|
|
32667
|
+
required: *ref_491
|
|
32633
32668
|
type: object
|
|
32634
|
-
properties: *
|
|
32669
|
+
properties: *ref_492
|
|
32635
32670
|
projects-v2.duplicateresponse:
|
|
32636
32671
|
title: projects-v2.duplicateresponse
|
|
32637
32672
|
type: object
|
|
32638
|
-
properties: *
|
|
32673
|
+
properties: *ref_493
|
|
32639
32674
|
projects-v2.deleterequest:
|
|
32640
32675
|
title: projects-v2.deleterequest
|
|
32641
|
-
required: *
|
|
32676
|
+
required: *ref_494
|
|
32642
32677
|
type: object
|
|
32643
|
-
properties: *
|
|
32678
|
+
properties: *ref_495
|
|
32644
32679
|
projects-v2.addOwnerrequest:
|
|
32645
32680
|
title: projects-v2.addOwnerrequest
|
|
32646
|
-
required: *
|
|
32681
|
+
required: *ref_496
|
|
32647
32682
|
type: object
|
|
32648
|
-
properties: *
|
|
32683
|
+
properties: *ref_497
|
|
32649
32684
|
projects-v2.removeOwnerrequest:
|
|
32650
32685
|
title: projects-v2.removeOwnerrequest
|
|
32651
|
-
required: *
|
|
32686
|
+
required: *ref_498
|
|
32652
32687
|
type: object
|
|
32653
|
-
properties: *
|
|
32688
|
+
properties: *ref_499
|
|
32654
32689
|
projects-v2.assignrequest:
|
|
32655
32690
|
title: projects-v2.assignrequest
|
|
32656
|
-
required: *
|
|
32691
|
+
required: *ref_500
|
|
32657
32692
|
type: object
|
|
32658
|
-
properties: *
|
|
32693
|
+
properties: *ref_501
|
|
32659
32694
|
projects-v2.unassignrequest:
|
|
32660
32695
|
title: projects-v2.unassignrequest
|
|
32661
|
-
required: *
|
|
32696
|
+
required: *ref_502
|
|
32662
32697
|
type: object
|
|
32663
|
-
properties: *
|
|
32698
|
+
properties: *ref_503
|
|
32664
32699
|
projects-v2.addCustomerrequest:
|
|
32665
32700
|
title: projects-v2.addCustomerrequest
|
|
32666
|
-
required: *
|
|
32701
|
+
required: *ref_504
|
|
32667
32702
|
type: object
|
|
32668
|
-
properties: *
|
|
32703
|
+
properties: *ref_505
|
|
32669
32704
|
projects-v2.removeCustomerrequest:
|
|
32670
32705
|
title: projects-v2.removeCustomerrequest
|
|
32671
|
-
required: *
|
|
32706
|
+
required: *ref_506
|
|
32672
32707
|
type: object
|
|
32673
|
-
properties: *
|
|
32708
|
+
properties: *ref_507
|
|
32674
32709
|
projects-v2.addDealrequest:
|
|
32675
32710
|
title: projects-v2.addDealrequest
|
|
32676
|
-
required: *
|
|
32711
|
+
required: *ref_508
|
|
32677
32712
|
type: object
|
|
32678
|
-
properties: *
|
|
32713
|
+
properties: *ref_509
|
|
32679
32714
|
projects-v2.removeDealrequest:
|
|
32680
32715
|
title: projects-v2.removeDealrequest
|
|
32681
|
-
required: *
|
|
32716
|
+
required: *ref_510
|
|
32682
32717
|
type: object
|
|
32683
|
-
properties: *
|
|
32718
|
+
properties: *ref_511
|
|
32684
32719
|
projects-v2.addQuotationrequest:
|
|
32685
32720
|
title: projects-v2.addQuotationrequest
|
|
32686
|
-
required: *
|
|
32721
|
+
required: *ref_512
|
|
32687
32722
|
type: object
|
|
32688
|
-
properties: *
|
|
32723
|
+
properties: *ref_513
|
|
32689
32724
|
projects-v2.removeQuotationrequest:
|
|
32690
32725
|
title: projects-v2.removeQuotationrequest
|
|
32691
|
-
required: *
|
|
32726
|
+
required: *ref_514
|
|
32692
32727
|
type: object
|
|
32693
|
-
properties: *
|
|
32728
|
+
properties: *ref_515
|
|
32694
32729
|
projects-v2_externalParties.addToProjectrequest:
|
|
32695
32730
|
title: projects-v2_externalParties.addToProjectrequest
|
|
32696
|
-
required: *
|
|
32731
|
+
required: *ref_516
|
|
32697
32732
|
type: object
|
|
32698
|
-
properties: *
|
|
32733
|
+
properties: *ref_517
|
|
32699
32734
|
projects-v2_externalParties.updaterequest:
|
|
32700
32735
|
title: projects-v2_externalParties.updaterequest
|
|
32701
|
-
required: *
|
|
32736
|
+
required: *ref_518
|
|
32702
32737
|
type: object
|
|
32703
|
-
properties: *
|
|
32738
|
+
properties: *ref_519
|
|
32704
32739
|
projects-v2_externalParties.deleterequest:
|
|
32705
32740
|
title: projects-v2_externalParties.deleterequest
|
|
32706
|
-
required: *
|
|
32741
|
+
required: *ref_520
|
|
32707
32742
|
type: object
|
|
32708
|
-
properties: *
|
|
32743
|
+
properties: *ref_521
|
|
32709
32744
|
projects-v2_projectLines.listrequest:
|
|
32710
32745
|
title: projects-v2_projectLines.listrequest
|
|
32711
|
-
required: *
|
|
32746
|
+
required: *ref_522
|
|
32712
32747
|
type: object
|
|
32713
|
-
properties: *
|
|
32748
|
+
properties: *ref_523
|
|
32714
32749
|
projects-v2_projectLines.listresponse:
|
|
32715
32750
|
title: projects-v2_projectLines.listresponse
|
|
32716
32751
|
type: object
|
|
32717
|
-
properties: *
|
|
32752
|
+
properties: *ref_524
|
|
32718
32753
|
projects-v2_projectLines.addToGrouprequest:
|
|
32719
32754
|
title: projects-v2_projectLines.addToGrouprequest
|
|
32720
|
-
required: *
|
|
32755
|
+
required: *ref_525
|
|
32721
32756
|
type: object
|
|
32722
|
-
properties: *
|
|
32757
|
+
properties: *ref_526
|
|
32723
32758
|
projects-v2_projectLines.removeFromGrouprequest:
|
|
32724
32759
|
title: projects-v2_projectLines.removeFromGrouprequest
|
|
32725
|
-
required: *
|
|
32760
|
+
required: *ref_527
|
|
32726
32761
|
type: object
|
|
32727
|
-
properties: *
|
|
32762
|
+
properties: *ref_528
|
|
32728
32763
|
projects-v2_projectGroups.listrequest:
|
|
32729
32764
|
title: projects-v2_projectGroups.listrequest
|
|
32730
32765
|
type: object
|
|
32731
|
-
properties: *
|
|
32766
|
+
properties: *ref_529
|
|
32732
32767
|
BillingStatus:
|
|
32733
32768
|
title: BillingStatus
|
|
32734
32769
|
enum: *ref_95
|
|
@@ -32737,62 +32772,62 @@ components:
|
|
|
32737
32772
|
projects-v2_projectGroups.listresponse:
|
|
32738
32773
|
title: projects-v2_projectGroups.listresponse
|
|
32739
32774
|
type: object
|
|
32740
|
-
properties: *
|
|
32775
|
+
properties: *ref_530
|
|
32741
32776
|
projects-v2_projectGroups.inforequest:
|
|
32742
32777
|
title: projects-v2_projectGroups.inforequest
|
|
32743
|
-
required: *
|
|
32778
|
+
required: *ref_531
|
|
32744
32779
|
type: object
|
|
32745
|
-
properties: *
|
|
32780
|
+
properties: *ref_532
|
|
32746
32781
|
projects-v2_projectGroups.inforesponse:
|
|
32747
32782
|
title: projects-v2_projectGroups.inforesponse
|
|
32748
32783
|
type: object
|
|
32749
|
-
properties: *
|
|
32784
|
+
properties: *ref_533
|
|
32750
32785
|
projects-v2_projectGroups.createrequest:
|
|
32751
32786
|
title: projects-v2_projectGroups.createrequest
|
|
32752
|
-
required: *
|
|
32787
|
+
required: *ref_534
|
|
32753
32788
|
type: object
|
|
32754
|
-
properties: *
|
|
32789
|
+
properties: *ref_535
|
|
32755
32790
|
projects-v2_projectGroups.createresponse:
|
|
32756
32791
|
title: projects-v2_projectGroups.createresponse
|
|
32757
32792
|
type: object
|
|
32758
|
-
properties: *
|
|
32793
|
+
properties: *ref_536
|
|
32759
32794
|
projects-v2_projectGroups.updaterequest:
|
|
32760
32795
|
title: projects-v2_projectGroups.updaterequest
|
|
32761
|
-
required: *
|
|
32796
|
+
required: *ref_537
|
|
32762
32797
|
type: object
|
|
32763
|
-
properties: *
|
|
32798
|
+
properties: *ref_538
|
|
32764
32799
|
projects-v2_projectGroups.duplicaterequest:
|
|
32765
32800
|
title: projects-v2_projectGroups.duplicaterequest
|
|
32766
|
-
required: *
|
|
32801
|
+
required: *ref_539
|
|
32767
32802
|
type: object
|
|
32768
|
-
properties: *
|
|
32803
|
+
properties: *ref_540
|
|
32769
32804
|
projects-v2_projectGroups.duplicateresponse:
|
|
32770
32805
|
title: projects-v2_projectGroups.duplicateresponse
|
|
32771
32806
|
type: object
|
|
32772
|
-
properties: *
|
|
32807
|
+
properties: *ref_541
|
|
32773
32808
|
projects-v2_projectGroups.deleterequest:
|
|
32774
32809
|
title: projects-v2_projectGroups.deleterequest
|
|
32775
|
-
required: *
|
|
32810
|
+
required: *ref_542
|
|
32776
32811
|
type: object
|
|
32777
|
-
properties: *
|
|
32812
|
+
properties: *ref_543
|
|
32778
32813
|
projects-v2_projectGroups.assignrequest:
|
|
32779
32814
|
title: projects-v2_projectGroups.assignrequest
|
|
32780
|
-
required: *
|
|
32815
|
+
required: *ref_544
|
|
32781
32816
|
type: object
|
|
32782
|
-
properties: *
|
|
32817
|
+
properties: *ref_545
|
|
32783
32818
|
projects-v2_projectGroups.unassignrequest:
|
|
32784
32819
|
title: projects-v2_projectGroups.unassignrequest
|
|
32785
|
-
required: *
|
|
32820
|
+
required: *ref_546
|
|
32786
32821
|
type: object
|
|
32787
|
-
properties: *
|
|
32822
|
+
properties: *ref_547
|
|
32788
32823
|
projects-v2_tasks.listrequest:
|
|
32789
32824
|
title: projects-v2_tasks.listrequest
|
|
32790
32825
|
type: object
|
|
32791
|
-
properties: *
|
|
32826
|
+
properties: *ref_548
|
|
32792
32827
|
projects-v2_tasks.listresponse:
|
|
32793
32828
|
title: projects-v2_tasks.listresponse
|
|
32794
32829
|
type: object
|
|
32795
|
-
properties: *
|
|
32830
|
+
properties: *ref_549
|
|
32796
32831
|
tasks.inforequest:
|
|
32797
32832
|
title: tasks.inforequest
|
|
32798
32833
|
required: *ref_98
|
|
@@ -32801,104 +32836,104 @@ components:
|
|
|
32801
32836
|
projects-v2_tasks.inforesponse:
|
|
32802
32837
|
title: projects-v2_tasks.inforesponse
|
|
32803
32838
|
type: object
|
|
32804
|
-
properties: *
|
|
32839
|
+
properties: *ref_550
|
|
32805
32840
|
projects-v2_tasks.createrequest:
|
|
32806
32841
|
title: projects-v2_tasks.createrequest
|
|
32807
|
-
required: *
|
|
32842
|
+
required: *ref_551
|
|
32808
32843
|
type: object
|
|
32809
|
-
properties: *
|
|
32844
|
+
properties: *ref_552
|
|
32810
32845
|
tasks.createresponse:
|
|
32811
32846
|
title: tasks.createresponse
|
|
32812
32847
|
type: object
|
|
32813
32848
|
properties: *ref_101
|
|
32814
32849
|
projects-v2_tasks.updaterequest:
|
|
32815
32850
|
title: projects-v2_tasks.updaterequest
|
|
32816
|
-
required: *
|
|
32851
|
+
required: *ref_553
|
|
32817
32852
|
type: object
|
|
32818
|
-
properties: *
|
|
32853
|
+
properties: *ref_554
|
|
32819
32854
|
projects-v2_tasks.duplicaterequest:
|
|
32820
32855
|
title: projects-v2_tasks.duplicaterequest
|
|
32821
|
-
required: *
|
|
32856
|
+
required: *ref_555
|
|
32822
32857
|
type: object
|
|
32823
|
-
properties: *
|
|
32858
|
+
properties: *ref_556
|
|
32824
32859
|
projects-v2_tasks.duplicateresponse:
|
|
32825
32860
|
title: projects-v2_tasks.duplicateresponse
|
|
32826
32861
|
type: object
|
|
32827
|
-
properties: *
|
|
32862
|
+
properties: *ref_557
|
|
32828
32863
|
projects-v2_tasks.deleterequest:
|
|
32829
32864
|
title: projects-v2_tasks.deleterequest
|
|
32830
|
-
required: *
|
|
32865
|
+
required: *ref_558
|
|
32831
32866
|
type: object
|
|
32832
|
-
properties: *
|
|
32867
|
+
properties: *ref_559
|
|
32833
32868
|
projects-v2_tasks.assignrequest:
|
|
32834
32869
|
title: projects-v2_tasks.assignrequest
|
|
32835
|
-
required: *
|
|
32870
|
+
required: *ref_560
|
|
32836
32871
|
type: object
|
|
32837
|
-
properties: *
|
|
32872
|
+
properties: *ref_561
|
|
32838
32873
|
projects-v2_tasks.unassignrequest:
|
|
32839
32874
|
title: projects-v2_tasks.unassignrequest
|
|
32840
|
-
required: *
|
|
32875
|
+
required: *ref_562
|
|
32841
32876
|
type: object
|
|
32842
|
-
properties: *
|
|
32877
|
+
properties: *ref_563
|
|
32843
32878
|
projects-v2_materials.listrequest:
|
|
32844
32879
|
title: projects-v2_materials.listrequest
|
|
32845
32880
|
type: object
|
|
32846
|
-
properties: *
|
|
32881
|
+
properties: *ref_564
|
|
32847
32882
|
projects-v2_materials.listresponse:
|
|
32848
32883
|
title: projects-v2_materials.listresponse
|
|
32849
32884
|
type: object
|
|
32850
|
-
properties: *
|
|
32885
|
+
properties: *ref_565
|
|
32851
32886
|
projects-v2_materials.inforequest:
|
|
32852
32887
|
title: projects-v2_materials.inforequest
|
|
32853
|
-
required: *
|
|
32888
|
+
required: *ref_566
|
|
32854
32889
|
type: object
|
|
32855
|
-
properties: *
|
|
32890
|
+
properties: *ref_567
|
|
32856
32891
|
projects-v2_materials.inforesponse:
|
|
32857
32892
|
title: projects-v2_materials.inforesponse
|
|
32858
32893
|
type: object
|
|
32859
|
-
properties: *
|
|
32894
|
+
properties: *ref_568
|
|
32860
32895
|
projects-v2_materials.createrequest:
|
|
32861
32896
|
title: projects-v2_materials.createrequest
|
|
32862
|
-
required: *
|
|
32897
|
+
required: *ref_569
|
|
32863
32898
|
type: object
|
|
32864
|
-
properties: *
|
|
32899
|
+
properties: *ref_570
|
|
32865
32900
|
projects-v2_materials.createresponse:
|
|
32866
32901
|
title: projects-v2_materials.createresponse
|
|
32867
32902
|
type: object
|
|
32868
|
-
properties: *
|
|
32903
|
+
properties: *ref_571
|
|
32869
32904
|
projects-v2_materials.updaterequest:
|
|
32870
32905
|
title: projects-v2_materials.updaterequest
|
|
32871
|
-
required: *
|
|
32906
|
+
required: *ref_572
|
|
32872
32907
|
type: object
|
|
32873
|
-
properties: *
|
|
32908
|
+
properties: *ref_573
|
|
32874
32909
|
projects-v2_materials.duplicaterequest:
|
|
32875
32910
|
title: projects-v2_materials.duplicaterequest
|
|
32876
|
-
required: *
|
|
32911
|
+
required: *ref_574
|
|
32877
32912
|
type: object
|
|
32878
|
-
properties: *
|
|
32913
|
+
properties: *ref_575
|
|
32879
32914
|
projects-v2_materials.duplicateresponse:
|
|
32880
32915
|
title: projects-v2_materials.duplicateresponse
|
|
32881
32916
|
type: object
|
|
32882
|
-
properties: *
|
|
32917
|
+
properties: *ref_576
|
|
32883
32918
|
projects-v2_materials.deleterequest:
|
|
32884
32919
|
title: projects-v2_materials.deleterequest
|
|
32885
|
-
required: *
|
|
32920
|
+
required: *ref_577
|
|
32886
32921
|
type: object
|
|
32887
|
-
properties: *
|
|
32922
|
+
properties: *ref_578
|
|
32888
32923
|
projects-v2_materials.assignrequest:
|
|
32889
32924
|
title: projects-v2_materials.assignrequest
|
|
32890
|
-
required: *
|
|
32925
|
+
required: *ref_579
|
|
32891
32926
|
type: object
|
|
32892
|
-
properties: *
|
|
32927
|
+
properties: *ref_580
|
|
32893
32928
|
projects-v2_materials.unassignrequest:
|
|
32894
32929
|
title: projects-v2_materials.unassignrequest
|
|
32895
|
-
required: *
|
|
32930
|
+
required: *ref_581
|
|
32896
32931
|
type: object
|
|
32897
|
-
properties: *
|
|
32932
|
+
properties: *ref_582
|
|
32898
32933
|
tasks.listrequest:
|
|
32899
32934
|
title: tasks.listrequest1
|
|
32900
32935
|
type: object
|
|
32901
|
-
properties: *
|
|
32936
|
+
properties: *ref_583
|
|
32902
32937
|
Priority:
|
|
32903
32938
|
title: Priority
|
|
32904
32939
|
enum: *ref_100
|
|
@@ -32906,49 +32941,49 @@ components:
|
|
|
32906
32941
|
tasks.listresponse:
|
|
32907
32942
|
title: tasks.listresponse1
|
|
32908
32943
|
type: object
|
|
32909
|
-
properties: *
|
|
32944
|
+
properties: *ref_584
|
|
32910
32945
|
tasks.inforesponse:
|
|
32911
32946
|
title: tasks.inforesponse1
|
|
32912
32947
|
type: object
|
|
32913
|
-
properties: *
|
|
32948
|
+
properties: *ref_585
|
|
32914
32949
|
tasks.createrequest:
|
|
32915
32950
|
title: tasks.createrequest1
|
|
32916
|
-
required: *
|
|
32951
|
+
required: *ref_586
|
|
32917
32952
|
type: object
|
|
32918
|
-
properties: *
|
|
32953
|
+
properties: *ref_587
|
|
32919
32954
|
tasks.updaterequest:
|
|
32920
32955
|
title: tasks.updaterequest1
|
|
32921
|
-
required: *
|
|
32956
|
+
required: *ref_588
|
|
32922
32957
|
type: object
|
|
32923
|
-
properties: *
|
|
32958
|
+
properties: *ref_589
|
|
32924
32959
|
tasks.completerequest:
|
|
32925
32960
|
title: tasks.completerequest
|
|
32926
|
-
required: *
|
|
32961
|
+
required: *ref_590
|
|
32927
32962
|
type: object
|
|
32928
|
-
properties: *
|
|
32963
|
+
properties: *ref_591
|
|
32929
32964
|
tasks.reopenrequest:
|
|
32930
32965
|
title: tasks.reopenrequest
|
|
32931
|
-
required: *
|
|
32966
|
+
required: *ref_592
|
|
32932
32967
|
type: object
|
|
32933
|
-
properties: *
|
|
32968
|
+
properties: *ref_593
|
|
32934
32969
|
tasks.deleterequest:
|
|
32935
32970
|
title: tasks.deleterequest1
|
|
32936
|
-
required: *
|
|
32971
|
+
required: *ref_594
|
|
32937
32972
|
type: object
|
|
32938
|
-
properties: *
|
|
32973
|
+
properties: *ref_595
|
|
32939
32974
|
tasks.schedulerequest:
|
|
32940
32975
|
title: tasks.schedulerequest
|
|
32941
|
-
required: *
|
|
32976
|
+
required: *ref_596
|
|
32942
32977
|
type: object
|
|
32943
|
-
properties: *
|
|
32978
|
+
properties: *ref_597
|
|
32944
32979
|
tasks.scheduleresponse:
|
|
32945
32980
|
title: tasks.scheduleresponse
|
|
32946
32981
|
type: object
|
|
32947
|
-
properties: *
|
|
32982
|
+
properties: *ref_598
|
|
32948
32983
|
timeTracking.listrequest:
|
|
32949
32984
|
title: timeTracking.listrequest
|
|
32950
32985
|
type: object
|
|
32951
|
-
properties: *
|
|
32986
|
+
properties: *ref_599
|
|
32952
32987
|
BillingInfo:
|
|
32953
32988
|
title: BillingInfo
|
|
32954
32989
|
type: object
|
|
@@ -32964,82 +32999,82 @@ components:
|
|
|
32964
32999
|
timeTracking.listresponse:
|
|
32965
33000
|
title: timeTracking.listresponse
|
|
32966
33001
|
type: object
|
|
32967
|
-
properties: *
|
|
33002
|
+
properties: *ref_600
|
|
32968
33003
|
timeTracking.inforequest:
|
|
32969
33004
|
title: timeTracking.inforequest
|
|
32970
|
-
required: *
|
|
33005
|
+
required: *ref_601
|
|
32971
33006
|
type: object
|
|
32972
|
-
properties: *
|
|
33007
|
+
properties: *ref_602
|
|
32973
33008
|
timeTracking.inforesponse:
|
|
32974
33009
|
title: timeTracking.inforesponse
|
|
32975
33010
|
type: object
|
|
32976
|
-
properties: *
|
|
33011
|
+
properties: *ref_603
|
|
32977
33012
|
timeTracking.addrequest:
|
|
32978
33013
|
title: timeTracking.addrequest
|
|
32979
33014
|
type: object
|
|
32980
|
-
properties: *
|
|
32981
|
-
oneOf: *
|
|
33015
|
+
properties: *ref_604
|
|
33016
|
+
oneOf: *ref_605
|
|
32982
33017
|
timeTracking.addresponse:
|
|
32983
33018
|
title: timeTracking.addresponse
|
|
32984
33019
|
type: object
|
|
32985
|
-
properties: *
|
|
33020
|
+
properties: *ref_606
|
|
32986
33021
|
timeTracking.updaterequest:
|
|
32987
33022
|
title: timeTracking.updaterequest
|
|
32988
|
-
required: *
|
|
33023
|
+
required: *ref_607
|
|
32989
33024
|
type: object
|
|
32990
|
-
properties: *
|
|
32991
|
-
oneOf: *
|
|
33025
|
+
properties: *ref_608
|
|
33026
|
+
oneOf: *ref_609
|
|
32992
33027
|
timeTracking.resumerequest:
|
|
32993
33028
|
title: timeTracking.resumerequest
|
|
32994
|
-
required: *
|
|
33029
|
+
required: *ref_610
|
|
32995
33030
|
type: object
|
|
32996
|
-
properties: *
|
|
33031
|
+
properties: *ref_611
|
|
32997
33032
|
timeTracking.resumeresponse:
|
|
32998
33033
|
title: timeTracking.resumeresponse
|
|
32999
33034
|
type: object
|
|
33000
|
-
properties: *
|
|
33035
|
+
properties: *ref_612
|
|
33001
33036
|
timeTracking.deleterequest:
|
|
33002
33037
|
title: timeTracking.deleterequest
|
|
33003
|
-
required: *
|
|
33038
|
+
required: *ref_613
|
|
33004
33039
|
type: object
|
|
33005
|
-
properties: *
|
|
33040
|
+
properties: *ref_614
|
|
33006
33041
|
timers.currentresponse:
|
|
33007
33042
|
title: timers.currentresponse
|
|
33008
33043
|
type: object
|
|
33009
|
-
properties: *
|
|
33044
|
+
properties: *ref_615
|
|
33010
33045
|
timers.startrequest:
|
|
33011
33046
|
title: timers.startrequest
|
|
33012
33047
|
type: object
|
|
33013
|
-
properties: *
|
|
33048
|
+
properties: *ref_616
|
|
33014
33049
|
timers.startresponse:
|
|
33015
33050
|
title: timers.startresponse
|
|
33016
33051
|
type: object
|
|
33017
|
-
properties: *
|
|
33052
|
+
properties: *ref_617
|
|
33018
33053
|
timers.stopresponse:
|
|
33019
33054
|
title: timers.stopresponse
|
|
33020
33055
|
type: object
|
|
33021
|
-
properties: *
|
|
33056
|
+
properties: *ref_618
|
|
33022
33057
|
timers.updaterequest:
|
|
33023
33058
|
title: timers.updaterequest
|
|
33024
33059
|
type: object
|
|
33025
|
-
properties: *
|
|
33060
|
+
properties: *ref_619
|
|
33026
33061
|
tickets.listrequest:
|
|
33027
33062
|
title: tickets.listrequest
|
|
33028
33063
|
type: object
|
|
33029
|
-
properties: *
|
|
33064
|
+
properties: *ref_620
|
|
33030
33065
|
tickets.listresponse:
|
|
33031
33066
|
title: tickets.listresponse
|
|
33032
33067
|
type: object
|
|
33033
|
-
properties: *
|
|
33068
|
+
properties: *ref_621
|
|
33034
33069
|
tickets.inforequest:
|
|
33035
33070
|
title: tickets.inforequest
|
|
33036
|
-
required: *
|
|
33071
|
+
required: *ref_622
|
|
33037
33072
|
type: object
|
|
33038
|
-
properties: *
|
|
33073
|
+
properties: *ref_623
|
|
33039
33074
|
tickets.inforesponse:
|
|
33040
33075
|
title: tickets.inforesponse
|
|
33041
33076
|
type: object
|
|
33042
|
-
properties: *
|
|
33077
|
+
properties: *ref_624
|
|
33043
33078
|
CompanyCustomer:
|
|
33044
33079
|
title: CompanyCustomer
|
|
33045
33080
|
required: *ref_105
|
|
@@ -33047,22 +33082,22 @@ components:
|
|
|
33047
33082
|
properties: *ref_106
|
|
33048
33083
|
tickets.createrequest:
|
|
33049
33084
|
title: tickets.createrequest
|
|
33050
|
-
required: *
|
|
33085
|
+
required: *ref_625
|
|
33051
33086
|
type: object
|
|
33052
|
-
properties: *
|
|
33087
|
+
properties: *ref_626
|
|
33053
33088
|
tickets.createresponse:
|
|
33054
33089
|
title: tickets.createresponse
|
|
33055
33090
|
type: object
|
|
33056
|
-
properties: *
|
|
33091
|
+
properties: *ref_627
|
|
33057
33092
|
tickets.updaterequest:
|
|
33058
33093
|
title: tickets.updaterequest
|
|
33059
|
-
required: *
|
|
33094
|
+
required: *ref_628
|
|
33060
33095
|
type: object
|
|
33061
|
-
properties: *
|
|
33096
|
+
properties: *ref_629
|
|
33062
33097
|
tickets.listMessagesrequest:
|
|
33063
33098
|
title: tickets.listMessagesrequest
|
|
33064
33099
|
type: object
|
|
33065
|
-
properties: *
|
|
33100
|
+
properties: *ref_630
|
|
33066
33101
|
SentBy:
|
|
33067
33102
|
title: SentBy
|
|
33068
33103
|
type: object
|
|
@@ -33070,55 +33105,55 @@ components:
|
|
|
33070
33105
|
tickets.listMessagesresponse:
|
|
33071
33106
|
title: tickets.listMessagesresponse
|
|
33072
33107
|
type: object
|
|
33073
|
-
properties: *
|
|
33108
|
+
properties: *ref_631
|
|
33074
33109
|
tickets.getMessagerequest:
|
|
33075
33110
|
title: tickets.getMessagerequest
|
|
33076
33111
|
type: object
|
|
33077
|
-
properties: *
|
|
33112
|
+
properties: *ref_632
|
|
33078
33113
|
tickets.getMessageresponse:
|
|
33079
33114
|
title: tickets.getMessageresponse
|
|
33080
33115
|
type: object
|
|
33081
|
-
properties: *
|
|
33116
|
+
properties: *ref_633
|
|
33082
33117
|
tickets.importMessagerequest:
|
|
33083
33118
|
title: tickets.importMessagerequest
|
|
33084
|
-
required: *
|
|
33119
|
+
required: *ref_634
|
|
33085
33120
|
type: object
|
|
33086
|
-
properties: *
|
|
33121
|
+
properties: *ref_635
|
|
33087
33122
|
tickets.importMessageresponse:
|
|
33088
33123
|
title: tickets.importMessageresponse
|
|
33089
33124
|
type: object
|
|
33090
|
-
properties: *
|
|
33125
|
+
properties: *ref_636
|
|
33091
33126
|
tickets.addReplyrequest:
|
|
33092
33127
|
title: tickets.addReplyrequest
|
|
33093
|
-
required: *
|
|
33128
|
+
required: *ref_637
|
|
33094
33129
|
type: object
|
|
33095
|
-
properties: *
|
|
33130
|
+
properties: *ref_638
|
|
33096
33131
|
tickets.addReplyresponse:
|
|
33097
33132
|
title: tickets.addReplyresponse
|
|
33098
33133
|
type: object
|
|
33099
|
-
properties: *
|
|
33134
|
+
properties: *ref_639
|
|
33100
33135
|
tickets.addInternalMessagerequest:
|
|
33101
33136
|
title: tickets.addInternalMessagerequest
|
|
33102
|
-
required: *
|
|
33137
|
+
required: *ref_640
|
|
33103
33138
|
type: object
|
|
33104
|
-
properties: *
|
|
33139
|
+
properties: *ref_641
|
|
33105
33140
|
tickets.addInternalMessageresponse:
|
|
33106
33141
|
title: tickets.addInternalMessageresponse
|
|
33107
33142
|
type: object
|
|
33108
|
-
properties: *
|
|
33143
|
+
properties: *ref_642
|
|
33109
33144
|
ticketStatus.listrequest:
|
|
33110
33145
|
title: ticketStatus.listrequest
|
|
33111
33146
|
type: object
|
|
33112
|
-
properties: *
|
|
33147
|
+
properties: *ref_643
|
|
33113
33148
|
ticketStatus.listresponse:
|
|
33114
33149
|
title: ticketStatus.listresponse
|
|
33115
33150
|
type: object
|
|
33116
|
-
properties: *
|
|
33151
|
+
properties: *ref_644
|
|
33117
33152
|
files.listrequest:
|
|
33118
33153
|
title: files.listrequest
|
|
33119
|
-
required: *
|
|
33154
|
+
required: *ref_645
|
|
33120
33155
|
type: object
|
|
33121
|
-
properties: *
|
|
33156
|
+
properties: *ref_646
|
|
33122
33157
|
MimeType:
|
|
33123
33158
|
title: MimeType
|
|
33124
33159
|
enum: *ref_108
|
|
@@ -33126,93 +33161,93 @@ components:
|
|
|
33126
33161
|
files.listresponse:
|
|
33127
33162
|
title: files.listresponse
|
|
33128
33163
|
type: object
|
|
33129
|
-
properties: *
|
|
33164
|
+
properties: *ref_647
|
|
33130
33165
|
files.inforequest:
|
|
33131
33166
|
title: files.inforequest
|
|
33132
|
-
required: *
|
|
33167
|
+
required: *ref_648
|
|
33133
33168
|
type: object
|
|
33134
|
-
properties: *
|
|
33169
|
+
properties: *ref_649
|
|
33135
33170
|
files.inforesponse:
|
|
33136
33171
|
title: files.inforesponse
|
|
33137
33172
|
type: object
|
|
33138
|
-
properties: *
|
|
33173
|
+
properties: *ref_650
|
|
33139
33174
|
files.downloadrequest:
|
|
33140
33175
|
title: files.downloadrequest
|
|
33141
|
-
required: *
|
|
33176
|
+
required: *ref_651
|
|
33142
33177
|
type: object
|
|
33143
|
-
properties: *
|
|
33178
|
+
properties: *ref_652
|
|
33144
33179
|
files.downloadresponse:
|
|
33145
33180
|
title: files.downloadresponse
|
|
33146
33181
|
type: object
|
|
33147
|
-
properties: *
|
|
33182
|
+
properties: *ref_653
|
|
33148
33183
|
files.uploadrequest:
|
|
33149
33184
|
title: files.uploadrequest
|
|
33150
|
-
required: *
|
|
33185
|
+
required: *ref_654
|
|
33151
33186
|
type: object
|
|
33152
|
-
properties: *
|
|
33187
|
+
properties: *ref_655
|
|
33153
33188
|
files.uploadresponse:
|
|
33154
33189
|
title: files.uploadresponse
|
|
33155
33190
|
type: object
|
|
33156
|
-
properties: *
|
|
33191
|
+
properties: *ref_656
|
|
33157
33192
|
files.deleterequest:
|
|
33158
33193
|
title: files.deleterequest
|
|
33159
|
-
required: *
|
|
33194
|
+
required: *ref_657
|
|
33160
33195
|
type: object
|
|
33161
|
-
properties: *
|
|
33196
|
+
properties: *ref_658
|
|
33162
33197
|
mailTemplates.listrequest:
|
|
33163
33198
|
title: mailTemplates.listrequest
|
|
33164
|
-
required: *
|
|
33199
|
+
required: *ref_659
|
|
33165
33200
|
type: object
|
|
33166
|
-
properties: *
|
|
33201
|
+
properties: *ref_660
|
|
33167
33202
|
mailTemplates.listresponse:
|
|
33168
33203
|
title: mailTemplates.listresponse
|
|
33169
33204
|
type: object
|
|
33170
|
-
properties: *
|
|
33205
|
+
properties: *ref_661
|
|
33171
33206
|
migrate.idrequest:
|
|
33172
33207
|
title: migrate.idrequest
|
|
33173
33208
|
type: object
|
|
33174
|
-
properties: *
|
|
33209
|
+
properties: *ref_662
|
|
33175
33210
|
migrate.idresponse:
|
|
33176
33211
|
title: migrate.idresponse
|
|
33177
33212
|
type: object
|
|
33178
|
-
properties: *
|
|
33213
|
+
properties: *ref_663
|
|
33179
33214
|
migrate.taxRaterequest:
|
|
33180
33215
|
title: migrate.taxRaterequest
|
|
33181
33216
|
type: object
|
|
33182
|
-
properties: *
|
|
33217
|
+
properties: *ref_664
|
|
33183
33218
|
migrate.taxRateresponse:
|
|
33184
33219
|
title: migrate.taxRateresponse
|
|
33185
33220
|
type: object
|
|
33186
|
-
properties: *
|
|
33221
|
+
properties: *ref_665
|
|
33187
33222
|
migrate.activityTyperequest:
|
|
33188
33223
|
title: migrate.activityTyperequest
|
|
33189
33224
|
type: object
|
|
33190
|
-
properties: *
|
|
33225
|
+
properties: *ref_666
|
|
33191
33226
|
migrate.activityTyperesponse:
|
|
33192
33227
|
title: migrate.activityTyperesponse
|
|
33193
33228
|
type: object
|
|
33194
|
-
properties: *
|
|
33229
|
+
properties: *ref_667
|
|
33195
33230
|
orders.inforequest:
|
|
33196
33231
|
title: orders.inforequest
|
|
33197
|
-
required: *
|
|
33232
|
+
required: *ref_668
|
|
33198
33233
|
type: object
|
|
33199
|
-
properties: *
|
|
33234
|
+
properties: *ref_669
|
|
33200
33235
|
OrdersGroupedLinesResponse:
|
|
33201
33236
|
title: OrdersGroupedLinesResponse
|
|
33202
33237
|
type: object
|
|
33203
|
-
properties: *
|
|
33238
|
+
properties: *ref_670
|
|
33204
33239
|
orders.inforesponse:
|
|
33205
33240
|
title: orders.inforesponse
|
|
33206
33241
|
type: object
|
|
33207
|
-
properties: *
|
|
33242
|
+
properties: *ref_671
|
|
33208
33243
|
orders.listrequest:
|
|
33209
33244
|
title: orders.listrequest
|
|
33210
33245
|
type: object
|
|
33211
|
-
properties: *
|
|
33246
|
+
properties: *ref_672
|
|
33212
33247
|
orders.listresponse:
|
|
33213
33248
|
title: orders.listresponse
|
|
33214
33249
|
type: object
|
|
33215
|
-
properties: *
|
|
33250
|
+
properties: *ref_673
|
|
33216
33251
|
WebHook:
|
|
33217
33252
|
title: WebHook
|
|
33218
33253
|
required: *ref_109
|
|
@@ -33221,20 +33256,20 @@ components:
|
|
|
33221
33256
|
webhooks.listresponse:
|
|
33222
33257
|
title: webhooks.listresponse
|
|
33223
33258
|
type: object
|
|
33224
|
-
properties: *
|
|
33259
|
+
properties: *ref_674
|
|
33225
33260
|
cloudPlatforms.urlrequest:
|
|
33226
33261
|
title: cloudPlatforms.urlrequest
|
|
33227
|
-
required: *
|
|
33262
|
+
required: *ref_675
|
|
33228
33263
|
type: object
|
|
33229
|
-
properties: *
|
|
33264
|
+
properties: *ref_676
|
|
33230
33265
|
cloudPlatforms.urlresponse:
|
|
33231
33266
|
title: cloudPlatforms.urlresponse
|
|
33232
33267
|
type: object
|
|
33233
|
-
properties: *
|
|
33268
|
+
properties: *ref_677
|
|
33234
33269
|
accounts.projects-v2-statusresponse:
|
|
33235
33270
|
title: accounts.projects-v2-statusresponse
|
|
33236
33271
|
type: object
|
|
33237
|
-
properties: *
|
|
33272
|
+
properties: *ref_678
|
|
33238
33273
|
x-tagGroups:
|
|
33239
33274
|
- name: General
|
|
33240
33275
|
tags:
|