@teamleader/focus-api-specification 1.147.0 → 1.149.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.149.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -11332,6 +11332,39 @@ paths:
|
|
|
11332
11332
|
headers: {}
|
|
11333
11333
|
content: {}
|
|
11334
11334
|
deprecated: false
|
|
11335
|
+
/calls.delete:
|
|
11336
|
+
post:
|
|
11337
|
+
tags:
|
|
11338
|
+
- calls
|
|
11339
|
+
summary: calls.delete
|
|
11340
|
+
description: Deletes a call.
|
|
11341
|
+
operationId: calls.delete
|
|
11342
|
+
parameters: []
|
|
11343
|
+
requestBody:
|
|
11344
|
+
description: ''
|
|
11345
|
+
content:
|
|
11346
|
+
application/json:
|
|
11347
|
+
schema:
|
|
11348
|
+
allOf:
|
|
11349
|
+
- title: calls.deleterequest
|
|
11350
|
+
required: &ref_343
|
|
11351
|
+
- id
|
|
11352
|
+
type: object
|
|
11353
|
+
properties: &ref_344
|
|
11354
|
+
id:
|
|
11355
|
+
type: string
|
|
11356
|
+
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
11357
|
+
- example:
|
|
11358
|
+
id: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
11359
|
+
example:
|
|
11360
|
+
id: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
11361
|
+
required: true
|
|
11362
|
+
responses:
|
|
11363
|
+
'204':
|
|
11364
|
+
description: ''
|
|
11365
|
+
headers: {}
|
|
11366
|
+
content: {}
|
|
11367
|
+
deprecated: false
|
|
11335
11368
|
/callOutcomes.list:
|
|
11336
11369
|
post:
|
|
11337
11370
|
tags:
|
|
@@ -11358,7 +11391,7 @@ paths:
|
|
|
11358
11391
|
allOf:
|
|
11359
11392
|
- title: callOutcomes.listrequest
|
|
11360
11393
|
type: object
|
|
11361
|
-
properties: &
|
|
11394
|
+
properties: &ref_345
|
|
11362
11395
|
page:
|
|
11363
11396
|
title: Page
|
|
11364
11397
|
type: object
|
|
@@ -11374,7 +11407,7 @@ paths:
|
|
|
11374
11407
|
allOf:
|
|
11375
11408
|
- title: callOutcomes.listresponse
|
|
11376
11409
|
type: object
|
|
11377
|
-
properties: &
|
|
11410
|
+
properties: &ref_346
|
|
11378
11411
|
data:
|
|
11379
11412
|
type: array
|
|
11380
11413
|
items:
|
|
@@ -11407,7 +11440,7 @@ paths:
|
|
|
11407
11440
|
allOf:
|
|
11408
11441
|
- title: events.listrequest
|
|
11409
11442
|
type: object
|
|
11410
|
-
properties: &
|
|
11443
|
+
properties: &ref_349
|
|
11411
11444
|
filter:
|
|
11412
11445
|
type: object
|
|
11413
11446
|
properties:
|
|
@@ -11436,11 +11469,11 @@ paths:
|
|
|
11436
11469
|
example: coffee
|
|
11437
11470
|
attendee:
|
|
11438
11471
|
title: Attendee
|
|
11439
|
-
required: &
|
|
11472
|
+
required: &ref_347
|
|
11440
11473
|
- type
|
|
11441
11474
|
- id
|
|
11442
11475
|
type: object
|
|
11443
|
-
properties: &
|
|
11476
|
+
properties: &ref_348
|
|
11444
11477
|
type:
|
|
11445
11478
|
enum:
|
|
11446
11479
|
- contact
|
|
@@ -11507,7 +11540,7 @@ paths:
|
|
|
11507
11540
|
allOf:
|
|
11508
11541
|
- title: events.listresponse
|
|
11509
11542
|
type: object
|
|
11510
|
-
properties: &
|
|
11543
|
+
properties: &ref_350
|
|
11511
11544
|
data:
|
|
11512
11545
|
type: array
|
|
11513
11546
|
items:
|
|
@@ -11626,10 +11659,10 @@ paths:
|
|
|
11626
11659
|
schema:
|
|
11627
11660
|
allOf:
|
|
11628
11661
|
- title: events.inforequest
|
|
11629
|
-
required: &
|
|
11662
|
+
required: &ref_351
|
|
11630
11663
|
- id
|
|
11631
11664
|
type: object
|
|
11632
|
-
properties: &
|
|
11665
|
+
properties: &ref_352
|
|
11633
11666
|
id:
|
|
11634
11667
|
type: string
|
|
11635
11668
|
example: 9a5a3984-abfc-40cd-a880-f97683c6a99c
|
|
@@ -11648,7 +11681,7 @@ paths:
|
|
|
11648
11681
|
allOf:
|
|
11649
11682
|
- title: events.inforesponse
|
|
11650
11683
|
type: object
|
|
11651
|
-
properties: &
|
|
11684
|
+
properties: &ref_353
|
|
11652
11685
|
data:
|
|
11653
11686
|
type: object
|
|
11654
11687
|
properties:
|
|
@@ -11766,13 +11799,13 @@ paths:
|
|
|
11766
11799
|
schema:
|
|
11767
11800
|
allOf:
|
|
11768
11801
|
- title: events.createrequest
|
|
11769
|
-
required: &
|
|
11802
|
+
required: &ref_354
|
|
11770
11803
|
- title
|
|
11771
11804
|
- activity_type_id
|
|
11772
11805
|
- starts_at
|
|
11773
11806
|
- ends_at
|
|
11774
11807
|
type: object
|
|
11775
|
-
properties: &
|
|
11808
|
+
properties: &ref_355
|
|
11776
11809
|
title:
|
|
11777
11810
|
type: string
|
|
11778
11811
|
example: Meeting with stakeholders
|
|
@@ -11859,7 +11892,7 @@ paths:
|
|
|
11859
11892
|
allOf:
|
|
11860
11893
|
- title: events.createresponse
|
|
11861
11894
|
type: object
|
|
11862
|
-
properties: &
|
|
11895
|
+
properties: &ref_356
|
|
11863
11896
|
data:
|
|
11864
11897
|
title: TypeAndId
|
|
11865
11898
|
type: object
|
|
@@ -11888,10 +11921,10 @@ paths:
|
|
|
11888
11921
|
schema:
|
|
11889
11922
|
allOf:
|
|
11890
11923
|
- title: events.updaterequest
|
|
11891
|
-
required: &
|
|
11924
|
+
required: &ref_357
|
|
11892
11925
|
- id
|
|
11893
11926
|
type: object
|
|
11894
|
-
properties: &
|
|
11927
|
+
properties: &ref_358
|
|
11895
11928
|
id:
|
|
11896
11929
|
type: string
|
|
11897
11930
|
example: f22fc69d-5d07-40cf-af46-015698a74b63
|
|
@@ -11989,10 +12022,10 @@ paths:
|
|
|
11989
12022
|
schema:
|
|
11990
12023
|
allOf:
|
|
11991
12024
|
- title: events.cancelrequest
|
|
11992
|
-
required: &
|
|
12025
|
+
required: &ref_359
|
|
11993
12026
|
- id
|
|
11994
12027
|
type: object
|
|
11995
|
-
properties: &
|
|
12028
|
+
properties: &ref_360
|
|
11996
12029
|
id:
|
|
11997
12030
|
type: string
|
|
11998
12031
|
example: b519491e-ca80-4efb-bb7b-3f08544936b0
|
|
@@ -12023,7 +12056,7 @@ paths:
|
|
|
12023
12056
|
allOf:
|
|
12024
12057
|
- title: activityTypes.listrequest
|
|
12025
12058
|
type: object
|
|
12026
|
-
properties: &
|
|
12059
|
+
properties: &ref_361
|
|
12027
12060
|
filter:
|
|
12028
12061
|
type: object
|
|
12029
12062
|
properties:
|
|
@@ -12062,7 +12095,7 @@ paths:
|
|
|
12062
12095
|
allOf:
|
|
12063
12096
|
- title: activityTypes.listresponse
|
|
12064
12097
|
type: object
|
|
12065
|
-
properties: &
|
|
12098
|
+
properties: &ref_362
|
|
12066
12099
|
data:
|
|
12067
12100
|
type: array
|
|
12068
12101
|
items:
|
|
@@ -12095,7 +12128,7 @@ paths:
|
|
|
12095
12128
|
allOf:
|
|
12096
12129
|
- title: invoices.listrequest
|
|
12097
12130
|
type: object
|
|
12098
|
-
properties: &
|
|
12131
|
+
properties: &ref_363
|
|
12099
12132
|
filter:
|
|
12100
12133
|
type: object
|
|
12101
12134
|
properties:
|
|
@@ -12258,7 +12291,7 @@ paths:
|
|
|
12258
12291
|
allOf:
|
|
12259
12292
|
- title: invoices.listresponse
|
|
12260
12293
|
type: object
|
|
12261
|
-
properties: &
|
|
12294
|
+
properties: &ref_365
|
|
12262
12295
|
data:
|
|
12263
12296
|
type: array
|
|
12264
12297
|
items:
|
|
@@ -12311,7 +12344,7 @@ paths:
|
|
|
12311
12344
|
invoicee:
|
|
12312
12345
|
title: InvoicesListInvoicee
|
|
12313
12346
|
type: object
|
|
12314
|
-
properties: &
|
|
12347
|
+
properties: &ref_364
|
|
12315
12348
|
name:
|
|
12316
12349
|
type: string
|
|
12317
12350
|
example: De Rode Duivels
|
|
@@ -12599,7 +12632,7 @@ paths:
|
|
|
12599
12632
|
allOf:
|
|
12600
12633
|
- title: invoices.inforequest
|
|
12601
12634
|
type: object
|
|
12602
|
-
properties: &
|
|
12635
|
+
properties: &ref_366
|
|
12603
12636
|
id:
|
|
12604
12637
|
type: string
|
|
12605
12638
|
example: 27300f09-6250-4a23-8557-d84c52f99ecf
|
|
@@ -12624,7 +12657,7 @@ paths:
|
|
|
12624
12657
|
allOf:
|
|
12625
12658
|
- title: invoices.inforesponse
|
|
12626
12659
|
type: object
|
|
12627
|
-
properties: &
|
|
12660
|
+
properties: &ref_369
|
|
12628
12661
|
data:
|
|
12629
12662
|
type: object
|
|
12630
12663
|
properties:
|
|
@@ -12671,7 +12704,7 @@ paths:
|
|
|
12671
12704
|
invoicee:
|
|
12672
12705
|
title: InvoicesResponseInvoicee
|
|
12673
12706
|
type: object
|
|
12674
|
-
properties: &
|
|
12707
|
+
properties: &ref_367
|
|
12675
12708
|
name:
|
|
12676
12709
|
type: string
|
|
12677
12710
|
example: De Rode Duivels
|
|
@@ -12710,7 +12743,7 @@ paths:
|
|
|
12710
12743
|
items:
|
|
12711
12744
|
title: InvoicesGroupedLinesResponse
|
|
12712
12745
|
type: object
|
|
12713
|
-
properties: &
|
|
12746
|
+
properties: &ref_368
|
|
12714
12747
|
section:
|
|
12715
12748
|
type: object
|
|
12716
12749
|
properties:
|
|
@@ -12982,18 +13015,18 @@ paths:
|
|
|
12982
13015
|
schema:
|
|
12983
13016
|
allOf:
|
|
12984
13017
|
- title: invoices.downloadrequest
|
|
12985
|
-
required: &
|
|
13018
|
+
required: &ref_371
|
|
12986
13019
|
- id
|
|
12987
13020
|
- format
|
|
12988
13021
|
type: object
|
|
12989
|
-
properties: &
|
|
13022
|
+
properties: &ref_372
|
|
12990
13023
|
id:
|
|
12991
13024
|
type: string
|
|
12992
13025
|
example: d885e5d5-bacb-4607-bde9-abc4a04a901b
|
|
12993
13026
|
format:
|
|
12994
13027
|
allOf:
|
|
12995
13028
|
- title: Format
|
|
12996
|
-
enum: &
|
|
13029
|
+
enum: &ref_370
|
|
12997
13030
|
- pdf
|
|
12998
13031
|
- ubl/e-fff
|
|
12999
13032
|
- ubl/peppol_bis_3
|
|
@@ -13017,7 +13050,7 @@ paths:
|
|
|
13017
13050
|
allOf:
|
|
13018
13051
|
- title: invoices.downloadresponse
|
|
13019
13052
|
type: object
|
|
13020
|
-
properties: &
|
|
13053
|
+
properties: &ref_373
|
|
13021
13054
|
data:
|
|
13022
13055
|
title: Download
|
|
13023
13056
|
type: object
|
|
@@ -13046,13 +13079,13 @@ paths:
|
|
|
13046
13079
|
schema:
|
|
13047
13080
|
allOf:
|
|
13048
13081
|
- title: invoices.draftrequest
|
|
13049
|
-
required: &
|
|
13082
|
+
required: &ref_374
|
|
13050
13083
|
- invoicee
|
|
13051
13084
|
- department_id
|
|
13052
13085
|
- payment_term
|
|
13053
13086
|
- grouped_lines
|
|
13054
13087
|
type: object
|
|
13055
|
-
properties: &
|
|
13088
|
+
properties: &ref_375
|
|
13056
13089
|
invoicee:
|
|
13057
13090
|
title: InvoicesRequestInvoicee
|
|
13058
13091
|
required: &ref_69
|
|
@@ -13178,7 +13211,7 @@ paths:
|
|
|
13178
13211
|
allOf:
|
|
13179
13212
|
- title: invoices.draftresponse
|
|
13180
13213
|
type: object
|
|
13181
|
-
properties: &
|
|
13214
|
+
properties: &ref_376
|
|
13182
13215
|
data:
|
|
13183
13216
|
title: TypeAndId
|
|
13184
13217
|
type: object
|
|
@@ -13207,10 +13240,10 @@ paths:
|
|
|
13207
13240
|
schema:
|
|
13208
13241
|
allOf:
|
|
13209
13242
|
- title: invoices.updaterequest
|
|
13210
|
-
required: &
|
|
13243
|
+
required: &ref_377
|
|
13211
13244
|
- id
|
|
13212
13245
|
type: object
|
|
13213
|
-
properties: &
|
|
13246
|
+
properties: &ref_378
|
|
13214
13247
|
id:
|
|
13215
13248
|
type: string
|
|
13216
13249
|
example: b7023c11-455e-4fa5-bb96-87f37dbc7d07
|
|
@@ -13302,10 +13335,10 @@ paths:
|
|
|
13302
13335
|
schema:
|
|
13303
13336
|
allOf:
|
|
13304
13337
|
- title: invoices.updateBookedrequest
|
|
13305
|
-
required: &
|
|
13338
|
+
required: &ref_379
|
|
13306
13339
|
- id
|
|
13307
13340
|
type: object
|
|
13308
|
-
properties: &
|
|
13341
|
+
properties: &ref_380
|
|
13309
13342
|
id:
|
|
13310
13343
|
type: string
|
|
13311
13344
|
example: b7023c11-455e-4fa5-bb96-87f37dbc7d07
|
|
@@ -13375,10 +13408,10 @@ paths:
|
|
|
13375
13408
|
schema:
|
|
13376
13409
|
allOf:
|
|
13377
13410
|
- title: invoices.copyrequest
|
|
13378
|
-
required: &
|
|
13411
|
+
required: &ref_381
|
|
13379
13412
|
- id
|
|
13380
13413
|
type: object
|
|
13381
|
-
properties: &
|
|
13414
|
+
properties: &ref_382
|
|
13382
13415
|
id:
|
|
13383
13416
|
type: string
|
|
13384
13417
|
example: b7023c11-455e-4fa5-bb96-87f37dbc7d07
|
|
@@ -13397,7 +13430,7 @@ paths:
|
|
|
13397
13430
|
allOf:
|
|
13398
13431
|
- title: invoices.copyresponse
|
|
13399
13432
|
type: object
|
|
13400
|
-
properties: &
|
|
13433
|
+
properties: &ref_383
|
|
13401
13434
|
data:
|
|
13402
13435
|
title: TypeAndId
|
|
13403
13436
|
type: object
|
|
@@ -13426,11 +13459,11 @@ paths:
|
|
|
13426
13459
|
schema:
|
|
13427
13460
|
allOf:
|
|
13428
13461
|
- title: invoices.bookrequest
|
|
13429
|
-
required: &
|
|
13462
|
+
required: &ref_384
|
|
13430
13463
|
- id
|
|
13431
13464
|
- 'on'
|
|
13432
13465
|
type: object
|
|
13433
|
-
properties: &
|
|
13466
|
+
properties: &ref_385
|
|
13434
13467
|
id:
|
|
13435
13468
|
type: string
|
|
13436
13469
|
example: 7abb325c-e063-42a4-8fb4-1b730759645a
|
|
@@ -13465,10 +13498,10 @@ paths:
|
|
|
13465
13498
|
schema:
|
|
13466
13499
|
allOf:
|
|
13467
13500
|
- title: invoices.deleterequest
|
|
13468
|
-
required: &
|
|
13501
|
+
required: &ref_386
|
|
13469
13502
|
- id
|
|
13470
13503
|
type: object
|
|
13471
|
-
properties: &
|
|
13504
|
+
properties: &ref_387
|
|
13472
13505
|
id:
|
|
13473
13506
|
type: string
|
|
13474
13507
|
example: 7517d21c-75c1-4b89-8956-0e67f46c8532
|
|
@@ -13498,12 +13531,12 @@ paths:
|
|
|
13498
13531
|
schema:
|
|
13499
13532
|
allOf:
|
|
13500
13533
|
- title: invoices.registerPaymentrequest
|
|
13501
|
-
required: &
|
|
13534
|
+
required: &ref_388
|
|
13502
13535
|
- id
|
|
13503
13536
|
- payment
|
|
13504
13537
|
- paid_at
|
|
13505
13538
|
type: object
|
|
13506
|
-
properties: &
|
|
13539
|
+
properties: &ref_389
|
|
13507
13540
|
id:
|
|
13508
13541
|
type: string
|
|
13509
13542
|
example: 7abb325c-e063-42a4-8fb4-1b730759645a
|
|
@@ -13554,10 +13587,10 @@ paths:
|
|
|
13554
13587
|
schema:
|
|
13555
13588
|
allOf:
|
|
13556
13589
|
- title: invoices.removePaymentsrequest
|
|
13557
|
-
required: &
|
|
13590
|
+
required: &ref_390
|
|
13558
13591
|
- id
|
|
13559
13592
|
type: object
|
|
13560
|
-
properties: &
|
|
13593
|
+
properties: &ref_391
|
|
13561
13594
|
id:
|
|
13562
13595
|
type: string
|
|
13563
13596
|
example: d885e5d5-bacb-4607-bde9-abc4a04a901b
|
|
@@ -13587,10 +13620,10 @@ paths:
|
|
|
13587
13620
|
schema:
|
|
13588
13621
|
allOf:
|
|
13589
13622
|
- title: invoices.creditrequest
|
|
13590
|
-
required: &
|
|
13623
|
+
required: &ref_392
|
|
13591
13624
|
- id
|
|
13592
13625
|
type: object
|
|
13593
|
-
properties: &
|
|
13626
|
+
properties: &ref_393
|
|
13594
13627
|
id:
|
|
13595
13628
|
type: string
|
|
13596
13629
|
example: d885e5d5-bacb-4607-bde9-abc4a04a901b
|
|
@@ -13614,7 +13647,7 @@ paths:
|
|
|
13614
13647
|
allOf:
|
|
13615
13648
|
- title: invoices.creditresponse
|
|
13616
13649
|
type: object
|
|
13617
|
-
properties: &
|
|
13650
|
+
properties: &ref_394
|
|
13618
13651
|
data:
|
|
13619
13652
|
title: TypeAndId
|
|
13620
13653
|
type: object
|
|
@@ -13643,11 +13676,11 @@ paths:
|
|
|
13643
13676
|
schema:
|
|
13644
13677
|
allOf:
|
|
13645
13678
|
- title: invoices.creditPartiallyrequest
|
|
13646
|
-
required: &
|
|
13679
|
+
required: &ref_395
|
|
13647
13680
|
- id
|
|
13648
13681
|
- grouped_lines
|
|
13649
13682
|
type: object
|
|
13650
|
-
properties: &
|
|
13683
|
+
properties: &ref_396
|
|
13651
13684
|
id:
|
|
13652
13685
|
type: string
|
|
13653
13686
|
example: d885e5d5-bacb-4607-bde9-abc4a04a901b
|
|
@@ -13730,7 +13763,7 @@ paths:
|
|
|
13730
13763
|
allOf:
|
|
13731
13764
|
- title: invoices.creditPartiallyresponse
|
|
13732
13765
|
type: object
|
|
13733
|
-
properties: &
|
|
13766
|
+
properties: &ref_397
|
|
13734
13767
|
data:
|
|
13735
13768
|
title: TypeAndId
|
|
13736
13769
|
type: object
|
|
@@ -13759,11 +13792,11 @@ paths:
|
|
|
13759
13792
|
schema:
|
|
13760
13793
|
allOf:
|
|
13761
13794
|
- title: invoices.sendrequest
|
|
13762
|
-
required: &
|
|
13795
|
+
required: &ref_400
|
|
13763
13796
|
- id
|
|
13764
13797
|
- content
|
|
13765
13798
|
type: object
|
|
13766
|
-
properties: &
|
|
13799
|
+
properties: &ref_401
|
|
13767
13800
|
id:
|
|
13768
13801
|
type: string
|
|
13769
13802
|
example: d885e5d5-bacb-4607-bde9-abc4a04a901b
|
|
@@ -13790,10 +13823,10 @@ paths:
|
|
|
13790
13823
|
type: array
|
|
13791
13824
|
items:
|
|
13792
13825
|
title: ToEmail
|
|
13793
|
-
required: &
|
|
13826
|
+
required: &ref_398
|
|
13794
13827
|
- email
|
|
13795
13828
|
type: object
|
|
13796
|
-
properties: &
|
|
13829
|
+
properties: &ref_399
|
|
13797
13830
|
customer:
|
|
13798
13831
|
type: object
|
|
13799
13832
|
nullable: true
|
|
@@ -13908,10 +13941,10 @@ paths:
|
|
|
13908
13941
|
schema:
|
|
13909
13942
|
allOf:
|
|
13910
13943
|
- title: invoices.sendViaPeppol
|
|
13911
|
-
required: &
|
|
13944
|
+
required: &ref_402
|
|
13912
13945
|
- id
|
|
13913
13946
|
type: object
|
|
13914
|
-
properties: &
|
|
13947
|
+
properties: &ref_403
|
|
13915
13948
|
id:
|
|
13916
13949
|
type: string
|
|
13917
13950
|
example: 018d5965-19fb-701a-af11-e80451931551
|
|
@@ -13940,7 +13973,7 @@ paths:
|
|
|
13940
13973
|
allOf:
|
|
13941
13974
|
- title: creditNotes.listrequest
|
|
13942
13975
|
type: object
|
|
13943
|
-
properties: &
|
|
13976
|
+
properties: &ref_404
|
|
13944
13977
|
filter:
|
|
13945
13978
|
type: object
|
|
13946
13979
|
properties:
|
|
@@ -13990,7 +14023,7 @@ paths:
|
|
|
13990
14023
|
allOf:
|
|
13991
14024
|
- title: creditNotes.listresponse
|
|
13992
14025
|
type: object
|
|
13993
|
-
properties: &
|
|
14026
|
+
properties: &ref_406
|
|
13994
14027
|
data:
|
|
13995
14028
|
type: array
|
|
13996
14029
|
items:
|
|
@@ -14033,7 +14066,7 @@ paths:
|
|
|
14033
14066
|
invoicee:
|
|
14034
14067
|
title: CreditNotesListInvoicee
|
|
14035
14068
|
type: object
|
|
14036
|
-
properties: &
|
|
14069
|
+
properties: &ref_405
|
|
14037
14070
|
name:
|
|
14038
14071
|
type: string
|
|
14039
14072
|
example: De Rode Duivels
|
|
@@ -14173,10 +14206,10 @@ paths:
|
|
|
14173
14206
|
schema:
|
|
14174
14207
|
allOf:
|
|
14175
14208
|
- title: creditNotes.inforequest
|
|
14176
|
-
required: &
|
|
14209
|
+
required: &ref_407
|
|
14177
14210
|
- id
|
|
14178
14211
|
type: object
|
|
14179
|
-
properties: &
|
|
14212
|
+
properties: &ref_408
|
|
14180
14213
|
id:
|
|
14181
14214
|
type: string
|
|
14182
14215
|
example: 27300f09-6250-4a23-8557-d84c52f99ecf
|
|
@@ -14195,7 +14228,7 @@ paths:
|
|
|
14195
14228
|
allOf:
|
|
14196
14229
|
- title: creditNotes.inforesponse
|
|
14197
14230
|
type: object
|
|
14198
|
-
properties: &
|
|
14231
|
+
properties: &ref_411
|
|
14199
14232
|
data:
|
|
14200
14233
|
type: array
|
|
14201
14234
|
items:
|
|
@@ -14238,7 +14271,7 @@ paths:
|
|
|
14238
14271
|
invoicee:
|
|
14239
14272
|
title: CreditNotesResponseInvoicee
|
|
14240
14273
|
type: object
|
|
14241
|
-
properties: &
|
|
14274
|
+
properties: &ref_409
|
|
14242
14275
|
name:
|
|
14243
14276
|
type: string
|
|
14244
14277
|
example: De Rode Duivels
|
|
@@ -14295,7 +14328,7 @@ paths:
|
|
|
14295
14328
|
items:
|
|
14296
14329
|
title: CreditNotesGroupedLinesResponse
|
|
14297
14330
|
type: object
|
|
14298
|
-
properties: &
|
|
14331
|
+
properties: &ref_410
|
|
14299
14332
|
section:
|
|
14300
14333
|
type: object
|
|
14301
14334
|
properties:
|
|
@@ -14555,18 +14588,18 @@ paths:
|
|
|
14555
14588
|
schema:
|
|
14556
14589
|
allOf:
|
|
14557
14590
|
- title: creditNotes.downloadrequest
|
|
14558
|
-
required: &
|
|
14591
|
+
required: &ref_413
|
|
14559
14592
|
- id
|
|
14560
14593
|
- format
|
|
14561
14594
|
type: object
|
|
14562
|
-
properties: &
|
|
14595
|
+
properties: &ref_414
|
|
14563
14596
|
id:
|
|
14564
14597
|
type: string
|
|
14565
14598
|
example: d885e5d5-bacb-4607-bde9-abc4a04a901b
|
|
14566
14599
|
format:
|
|
14567
14600
|
allOf:
|
|
14568
14601
|
- title: Format
|
|
14569
|
-
enum: &
|
|
14602
|
+
enum: &ref_412
|
|
14570
14603
|
- pdf
|
|
14571
14604
|
- ubl/e-fff
|
|
14572
14605
|
type: string
|
|
@@ -14589,7 +14622,7 @@ paths:
|
|
|
14589
14622
|
allOf:
|
|
14590
14623
|
- title: creditNotes.downloadresponse
|
|
14591
14624
|
type: object
|
|
14592
|
-
properties: &
|
|
14625
|
+
properties: &ref_415
|
|
14593
14626
|
data:
|
|
14594
14627
|
title: Download
|
|
14595
14628
|
type: object
|
|
@@ -14617,10 +14650,10 @@ paths:
|
|
|
14617
14650
|
schema:
|
|
14618
14651
|
allOf:
|
|
14619
14652
|
- title: creditNotes.sendViaPeppol
|
|
14620
|
-
required: &
|
|
14653
|
+
required: &ref_416
|
|
14621
14654
|
- id
|
|
14622
14655
|
type: object
|
|
14623
|
-
properties: &
|
|
14656
|
+
properties: &ref_417
|
|
14624
14657
|
id:
|
|
14625
14658
|
type: string
|
|
14626
14659
|
example: 018d5965-19fb-701a-af11-e80451931551
|
|
@@ -14649,7 +14682,7 @@ paths:
|
|
|
14649
14682
|
allOf:
|
|
14650
14683
|
- title: subscriptions.listrequest
|
|
14651
14684
|
type: object
|
|
14652
|
-
properties: &
|
|
14685
|
+
properties: &ref_418
|
|
14653
14686
|
filter:
|
|
14654
14687
|
type: object
|
|
14655
14688
|
properties:
|
|
@@ -14753,7 +14786,7 @@ paths:
|
|
|
14753
14786
|
schema:
|
|
14754
14787
|
title: subscriptions.listresponse
|
|
14755
14788
|
type: object
|
|
14756
|
-
properties: &
|
|
14789
|
+
properties: &ref_419
|
|
14757
14790
|
data:
|
|
14758
14791
|
type: array
|
|
14759
14792
|
items:
|
|
@@ -14888,10 +14921,10 @@ paths:
|
|
|
14888
14921
|
schema:
|
|
14889
14922
|
allOf:
|
|
14890
14923
|
- title: subscriptions.inforequest
|
|
14891
|
-
required: &
|
|
14924
|
+
required: &ref_420
|
|
14892
14925
|
- id
|
|
14893
14926
|
type: object
|
|
14894
|
-
properties: &
|
|
14927
|
+
properties: &ref_421
|
|
14895
14928
|
id:
|
|
14896
14929
|
type: string
|
|
14897
14930
|
example: e2314517-3cab-4aa9-8471-450e73449041
|
|
@@ -14910,7 +14943,7 @@ paths:
|
|
|
14910
14943
|
allOf:
|
|
14911
14944
|
- title: subscriptions.inforesponse
|
|
14912
14945
|
type: object
|
|
14913
|
-
properties: &
|
|
14946
|
+
properties: &ref_423
|
|
14914
14947
|
data:
|
|
14915
14948
|
type: object
|
|
14916
14949
|
properties:
|
|
@@ -14994,7 +15027,7 @@ paths:
|
|
|
14994
15027
|
items:
|
|
14995
15028
|
title: SubscriptionsGroupedLinesResponse
|
|
14996
15029
|
type: object
|
|
14997
|
-
properties: &
|
|
15030
|
+
properties: &ref_422
|
|
14998
15031
|
section:
|
|
14999
15032
|
type: object
|
|
15000
15033
|
properties:
|
|
@@ -15110,7 +15143,7 @@ paths:
|
|
|
15110
15143
|
allOf:
|
|
15111
15144
|
- title: subscriptions.createrequest
|
|
15112
15145
|
type: object
|
|
15113
|
-
required: &
|
|
15146
|
+
required: &ref_425
|
|
15114
15147
|
- invoicee
|
|
15115
15148
|
- department_id
|
|
15116
15149
|
- starts_on
|
|
@@ -15119,7 +15152,7 @@ paths:
|
|
|
15119
15152
|
- grouped_lines
|
|
15120
15153
|
- payment_term
|
|
15121
15154
|
- invoice_generation
|
|
15122
|
-
properties: &
|
|
15155
|
+
properties: &ref_426
|
|
15123
15156
|
invoicee:
|
|
15124
15157
|
title: InvoicesRequestInvoicee
|
|
15125
15158
|
required: *ref_69
|
|
@@ -15198,7 +15231,7 @@ paths:
|
|
|
15198
15231
|
invoice_generation:
|
|
15199
15232
|
title: InvoiceGenerationCreate
|
|
15200
15233
|
type: object
|
|
15201
|
-
oneOf: &
|
|
15234
|
+
oneOf: &ref_424
|
|
15202
15235
|
- type: object
|
|
15203
15236
|
title: With action draft
|
|
15204
15237
|
properties:
|
|
@@ -15291,7 +15324,7 @@ paths:
|
|
|
15291
15324
|
allOf:
|
|
15292
15325
|
- title: subscriptions.createresponse
|
|
15293
15326
|
type: object
|
|
15294
|
-
properties: &
|
|
15327
|
+
properties: &ref_427
|
|
15295
15328
|
data:
|
|
15296
15329
|
title: TypeAndId
|
|
15297
15330
|
type: object
|
|
@@ -15320,10 +15353,10 @@ paths:
|
|
|
15320
15353
|
schema:
|
|
15321
15354
|
allOf:
|
|
15322
15355
|
- title: subscriptions.updaterequest
|
|
15323
|
-
required: &
|
|
15356
|
+
required: &ref_429
|
|
15324
15357
|
- id
|
|
15325
15358
|
type: object
|
|
15326
|
-
properties: &
|
|
15359
|
+
properties: &ref_430
|
|
15327
15360
|
id:
|
|
15328
15361
|
type: string
|
|
15329
15362
|
example: 5b16f6ee-e302-0079-901b-50c26c4a55b1
|
|
@@ -15386,7 +15419,7 @@ paths:
|
|
|
15386
15419
|
invoice_generation:
|
|
15387
15420
|
title: InvoiceGenerationUpdate
|
|
15388
15421
|
type: object
|
|
15389
|
-
oneOf: &
|
|
15422
|
+
oneOf: &ref_428
|
|
15390
15423
|
- type: object
|
|
15391
15424
|
title: With action draft
|
|
15392
15425
|
properties:
|
|
@@ -15491,10 +15524,10 @@ paths:
|
|
|
15491
15524
|
schema:
|
|
15492
15525
|
allOf:
|
|
15493
15526
|
- title: subscriptions.deactivaterequest
|
|
15494
|
-
required: &
|
|
15527
|
+
required: &ref_431
|
|
15495
15528
|
- id
|
|
15496
15529
|
type: object
|
|
15497
|
-
properties: &
|
|
15530
|
+
properties: &ref_432
|
|
15498
15531
|
id:
|
|
15499
15532
|
type: string
|
|
15500
15533
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -15525,7 +15558,7 @@ paths:
|
|
|
15525
15558
|
allOf:
|
|
15526
15559
|
- title: taxRates.listrequest
|
|
15527
15560
|
type: object
|
|
15528
|
-
properties: &
|
|
15561
|
+
properties: &ref_433
|
|
15529
15562
|
filter:
|
|
15530
15563
|
type: object
|
|
15531
15564
|
properties:
|
|
@@ -15568,7 +15601,7 @@ paths:
|
|
|
15568
15601
|
allOf:
|
|
15569
15602
|
- title: taxRates.listresponse
|
|
15570
15603
|
type: object
|
|
15571
|
-
properties: &
|
|
15604
|
+
properties: &ref_434
|
|
15572
15605
|
data:
|
|
15573
15606
|
type: array
|
|
15574
15607
|
items:
|
|
@@ -15633,7 +15666,7 @@ paths:
|
|
|
15633
15666
|
allOf:
|
|
15634
15667
|
- title: paymentTerms.listresponse
|
|
15635
15668
|
type: object
|
|
15636
|
-
properties: &
|
|
15669
|
+
properties: &ref_435
|
|
15637
15670
|
data:
|
|
15638
15671
|
type: array
|
|
15639
15672
|
items:
|
|
@@ -15690,7 +15723,7 @@ paths:
|
|
|
15690
15723
|
allOf:
|
|
15691
15724
|
- title: withholdingTaxRates.listrequest
|
|
15692
15725
|
type: object
|
|
15693
|
-
properties: &
|
|
15726
|
+
properties: &ref_436
|
|
15694
15727
|
filter:
|
|
15695
15728
|
type: object
|
|
15696
15729
|
properties:
|
|
@@ -15715,7 +15748,7 @@ paths:
|
|
|
15715
15748
|
allOf:
|
|
15716
15749
|
- title: withholdingTaxRates.listresponse
|
|
15717
15750
|
type: object
|
|
15718
|
-
properties: &
|
|
15751
|
+
properties: &ref_437
|
|
15719
15752
|
data:
|
|
15720
15753
|
type: array
|
|
15721
15754
|
items:
|
|
@@ -15768,7 +15801,7 @@ paths:
|
|
|
15768
15801
|
allOf:
|
|
15769
15802
|
- title: commercialDiscounts.listrequest
|
|
15770
15803
|
type: object
|
|
15771
|
-
properties: &
|
|
15804
|
+
properties: &ref_438
|
|
15772
15805
|
filter:
|
|
15773
15806
|
type: object
|
|
15774
15807
|
properties:
|
|
@@ -15792,7 +15825,7 @@ paths:
|
|
|
15792
15825
|
allOf:
|
|
15793
15826
|
- title: commercialDiscounts.listresponse
|
|
15794
15827
|
type: object
|
|
15795
|
-
properties: &
|
|
15828
|
+
properties: &ref_439
|
|
15796
15829
|
data:
|
|
15797
15830
|
type: array
|
|
15798
15831
|
items:
|
|
@@ -15835,7 +15868,7 @@ paths:
|
|
|
15835
15868
|
allOf:
|
|
15836
15869
|
- title: paymentMethods.listrequest
|
|
15837
15870
|
type: object
|
|
15838
|
-
properties: &
|
|
15871
|
+
properties: &ref_440
|
|
15839
15872
|
filter:
|
|
15840
15873
|
type: object
|
|
15841
15874
|
properties:
|
|
@@ -15869,7 +15902,7 @@ paths:
|
|
|
15869
15902
|
allOf:
|
|
15870
15903
|
- title: paymentMethods.listresponse
|
|
15871
15904
|
type: object
|
|
15872
|
-
properties: &
|
|
15905
|
+
properties: &ref_441
|
|
15873
15906
|
data:
|
|
15874
15907
|
type: array
|
|
15875
15908
|
items:
|
|
@@ -16001,7 +16034,7 @@ paths:
|
|
|
16001
16034
|
application/json:
|
|
16002
16035
|
schema:
|
|
16003
16036
|
type: object
|
|
16004
|
-
properties: &
|
|
16037
|
+
properties: &ref_442
|
|
16005
16038
|
filter:
|
|
16006
16039
|
type: object
|
|
16007
16040
|
properties:
|
|
@@ -16175,7 +16208,7 @@ paths:
|
|
|
16175
16208
|
application/json:
|
|
16176
16209
|
schema:
|
|
16177
16210
|
type: object
|
|
16178
|
-
properties: &
|
|
16211
|
+
properties: &ref_443
|
|
16179
16212
|
data:
|
|
16180
16213
|
type: array
|
|
16181
16214
|
items:
|
|
@@ -16664,10 +16697,10 @@ paths:
|
|
|
16664
16697
|
schema:
|
|
16665
16698
|
title: incomingCreditNotes.listPaymentsrequest
|
|
16666
16699
|
type: object
|
|
16667
|
-
properties: &
|
|
16700
|
+
properties: &ref_444
|
|
16668
16701
|
id:
|
|
16669
16702
|
type: string
|
|
16670
|
-
required: &
|
|
16703
|
+
required: &ref_445
|
|
16671
16704
|
- id
|
|
16672
16705
|
example:
|
|
16673
16706
|
id: 018d5965-19fb-701a-af11-e80451931551
|
|
@@ -16679,7 +16712,7 @@ paths:
|
|
|
16679
16712
|
schema:
|
|
16680
16713
|
title: receipts.listPaymentsresponse
|
|
16681
16714
|
type: object
|
|
16682
|
-
properties: &
|
|
16715
|
+
properties: &ref_446
|
|
16683
16716
|
data:
|
|
16684
16717
|
type: array
|
|
16685
16718
|
items:
|
|
@@ -16792,7 +16825,7 @@ paths:
|
|
|
16792
16825
|
schema:
|
|
16793
16826
|
title: receipts.incomingCreditNotes
|
|
16794
16827
|
type: object
|
|
16795
|
-
properties: &
|
|
16828
|
+
properties: &ref_447
|
|
16796
16829
|
id:
|
|
16797
16830
|
type: string
|
|
16798
16831
|
payment:
|
|
@@ -16809,7 +16842,7 @@ paths:
|
|
|
16809
16842
|
remark:
|
|
16810
16843
|
type: string
|
|
16811
16844
|
nullable: true
|
|
16812
|
-
required: &
|
|
16845
|
+
required: &ref_448
|
|
16813
16846
|
- id
|
|
16814
16847
|
- payment
|
|
16815
16848
|
- paid_at
|
|
@@ -16829,7 +16862,7 @@ paths:
|
|
|
16829
16862
|
schema:
|
|
16830
16863
|
title: receipts.registerPaymentresponse
|
|
16831
16864
|
type: object
|
|
16832
|
-
properties: &
|
|
16865
|
+
properties: &ref_449
|
|
16833
16866
|
data:
|
|
16834
16867
|
type: object
|
|
16835
16868
|
properties:
|
|
@@ -16855,12 +16888,12 @@ paths:
|
|
|
16855
16888
|
schema:
|
|
16856
16889
|
title: receipts.removePaymentrequest
|
|
16857
16890
|
type: object
|
|
16858
|
-
properties: &
|
|
16891
|
+
properties: &ref_450
|
|
16859
16892
|
id:
|
|
16860
16893
|
type: string
|
|
16861
16894
|
payment_id:
|
|
16862
16895
|
type: string
|
|
16863
|
-
required: &
|
|
16896
|
+
required: &ref_451
|
|
16864
16897
|
- id
|
|
16865
16898
|
- payment_id
|
|
16866
16899
|
example:
|
|
@@ -17004,7 +17037,7 @@ paths:
|
|
|
17004
17037
|
schema:
|
|
17005
17038
|
title: incomingCreditNotes.updatePaymentrequest
|
|
17006
17039
|
type: object
|
|
17007
|
-
properties: &
|
|
17040
|
+
properties: &ref_452
|
|
17008
17041
|
id:
|
|
17009
17042
|
type: string
|
|
17010
17043
|
payment_id:
|
|
@@ -17023,7 +17056,7 @@ paths:
|
|
|
17023
17056
|
remark:
|
|
17024
17057
|
type: string
|
|
17025
17058
|
nullable: true
|
|
17026
|
-
required: &
|
|
17059
|
+
required: &ref_453
|
|
17027
17060
|
- id
|
|
17028
17061
|
- payment_id
|
|
17029
17062
|
example:
|
|
@@ -17366,10 +17399,10 @@ paths:
|
|
|
17366
17399
|
schema:
|
|
17367
17400
|
title: incomingInvoices.listPaymentsrequest
|
|
17368
17401
|
type: object
|
|
17369
|
-
properties: &
|
|
17402
|
+
properties: &ref_454
|
|
17370
17403
|
id:
|
|
17371
17404
|
type: string
|
|
17372
|
-
required: &
|
|
17405
|
+
required: &ref_455
|
|
17373
17406
|
- id
|
|
17374
17407
|
example:
|
|
17375
17408
|
id: 018d5965-19fb-701a-af11-e80451931551
|
|
@@ -17381,7 +17414,7 @@ paths:
|
|
|
17381
17414
|
schema:
|
|
17382
17415
|
title: receipts.listPaymentsresponse
|
|
17383
17416
|
type: object
|
|
17384
|
-
properties: &
|
|
17417
|
+
properties: &ref_456
|
|
17385
17418
|
data:
|
|
17386
17419
|
type: array
|
|
17387
17420
|
items:
|
|
@@ -17494,7 +17527,7 @@ paths:
|
|
|
17494
17527
|
schema:
|
|
17495
17528
|
title: incomingInvoices.registerPaymentrequest
|
|
17496
17529
|
type: object
|
|
17497
|
-
properties: &
|
|
17530
|
+
properties: &ref_457
|
|
17498
17531
|
id:
|
|
17499
17532
|
type: string
|
|
17500
17533
|
payment:
|
|
@@ -17511,7 +17544,7 @@ paths:
|
|
|
17511
17544
|
remark:
|
|
17512
17545
|
type: string
|
|
17513
17546
|
nullable: true
|
|
17514
|
-
required: &
|
|
17547
|
+
required: &ref_458
|
|
17515
17548
|
- id
|
|
17516
17549
|
- payment
|
|
17517
17550
|
- paid_at
|
|
@@ -17531,7 +17564,7 @@ paths:
|
|
|
17531
17564
|
schema:
|
|
17532
17565
|
title: receipts.registerPaymentresponse
|
|
17533
17566
|
type: object
|
|
17534
|
-
properties: &
|
|
17567
|
+
properties: &ref_459
|
|
17535
17568
|
data:
|
|
17536
17569
|
type: object
|
|
17537
17570
|
properties:
|
|
@@ -17557,12 +17590,12 @@ paths:
|
|
|
17557
17590
|
schema:
|
|
17558
17591
|
title: incomingInvoices.removePaymentrequest
|
|
17559
17592
|
type: object
|
|
17560
|
-
properties: &
|
|
17593
|
+
properties: &ref_460
|
|
17561
17594
|
id:
|
|
17562
17595
|
type: string
|
|
17563
17596
|
payment_id:
|
|
17564
17597
|
type: string
|
|
17565
|
-
required: &
|
|
17598
|
+
required: &ref_461
|
|
17566
17599
|
- id
|
|
17567
17600
|
- payment_id
|
|
17568
17601
|
example:
|
|
@@ -17708,7 +17741,7 @@ paths:
|
|
|
17708
17741
|
schema:
|
|
17709
17742
|
title: incomingInvoices.updatePaymentrequest
|
|
17710
17743
|
type: object
|
|
17711
|
-
properties: &
|
|
17744
|
+
properties: &ref_462
|
|
17712
17745
|
id:
|
|
17713
17746
|
type: string
|
|
17714
17747
|
payment_id:
|
|
@@ -17727,7 +17760,7 @@ paths:
|
|
|
17727
17760
|
remark:
|
|
17728
17761
|
type: string
|
|
17729
17762
|
nullable: true
|
|
17730
|
-
required: &
|
|
17763
|
+
required: &ref_463
|
|
17731
17764
|
- id
|
|
17732
17765
|
- payment_id
|
|
17733
17766
|
example:
|
|
@@ -18024,10 +18057,10 @@ paths:
|
|
|
18024
18057
|
schema:
|
|
18025
18058
|
title: receipts.listPaymentsrequest
|
|
18026
18059
|
type: object
|
|
18027
|
-
properties: &
|
|
18060
|
+
properties: &ref_464
|
|
18028
18061
|
id:
|
|
18029
18062
|
type: string
|
|
18030
|
-
required: &
|
|
18063
|
+
required: &ref_465
|
|
18031
18064
|
- id
|
|
18032
18065
|
example:
|
|
18033
18066
|
id: 018d5965-19fb-701a-af11-e80451931551
|
|
@@ -18039,7 +18072,7 @@ paths:
|
|
|
18039
18072
|
schema:
|
|
18040
18073
|
title: receipts.listPaymentsresponse
|
|
18041
18074
|
type: object
|
|
18042
|
-
properties: &
|
|
18075
|
+
properties: &ref_466
|
|
18043
18076
|
data:
|
|
18044
18077
|
type: array
|
|
18045
18078
|
items:
|
|
@@ -18152,7 +18185,7 @@ paths:
|
|
|
18152
18185
|
schema:
|
|
18153
18186
|
title: receipts.registerPaymentrequest
|
|
18154
18187
|
type: object
|
|
18155
|
-
properties: &
|
|
18188
|
+
properties: &ref_467
|
|
18156
18189
|
id:
|
|
18157
18190
|
type: string
|
|
18158
18191
|
payment:
|
|
@@ -18169,7 +18202,7 @@ paths:
|
|
|
18169
18202
|
remark:
|
|
18170
18203
|
type: string
|
|
18171
18204
|
nullable: true
|
|
18172
|
-
required: &
|
|
18205
|
+
required: &ref_468
|
|
18173
18206
|
- id
|
|
18174
18207
|
- payment
|
|
18175
18208
|
- paid_at
|
|
@@ -18189,7 +18222,7 @@ paths:
|
|
|
18189
18222
|
schema:
|
|
18190
18223
|
title: receipts.registerPaymentresponse
|
|
18191
18224
|
type: object
|
|
18192
|
-
properties: &
|
|
18225
|
+
properties: &ref_469
|
|
18193
18226
|
data:
|
|
18194
18227
|
type: object
|
|
18195
18228
|
properties:
|
|
@@ -18215,12 +18248,12 @@ paths:
|
|
|
18215
18248
|
schema:
|
|
18216
18249
|
title: receipts.removePaymentrequest
|
|
18217
18250
|
type: object
|
|
18218
|
-
properties: &
|
|
18251
|
+
properties: &ref_470
|
|
18219
18252
|
id:
|
|
18220
18253
|
type: string
|
|
18221
18254
|
payment_id:
|
|
18222
18255
|
type: string
|
|
18223
|
-
required: &
|
|
18256
|
+
required: &ref_471
|
|
18224
18257
|
- id
|
|
18225
18258
|
- payment_id
|
|
18226
18259
|
example:
|
|
@@ -18344,7 +18377,7 @@ paths:
|
|
|
18344
18377
|
schema:
|
|
18345
18378
|
title: receipts.updatePaymentrequest
|
|
18346
18379
|
type: object
|
|
18347
|
-
properties: &
|
|
18380
|
+
properties: &ref_472
|
|
18348
18381
|
id:
|
|
18349
18382
|
type: string
|
|
18350
18383
|
payment_id:
|
|
@@ -18363,7 +18396,7 @@ paths:
|
|
|
18363
18396
|
remark:
|
|
18364
18397
|
type: string
|
|
18365
18398
|
nullable: true
|
|
18366
|
-
required: &
|
|
18399
|
+
required: &ref_473
|
|
18367
18400
|
- id
|
|
18368
18401
|
- payment_id
|
|
18369
18402
|
example:
|
|
@@ -18396,7 +18429,7 @@ paths:
|
|
|
18396
18429
|
allOf:
|
|
18397
18430
|
- title: productCategories.listrequest
|
|
18398
18431
|
type: object
|
|
18399
|
-
properties: &
|
|
18432
|
+
properties: &ref_474
|
|
18400
18433
|
filter:
|
|
18401
18434
|
type: object
|
|
18402
18435
|
properties:
|
|
@@ -18421,7 +18454,7 @@ paths:
|
|
|
18421
18454
|
allOf:
|
|
18422
18455
|
- title: productCategories.listresponse
|
|
18423
18456
|
type: object
|
|
18424
|
-
properties: &
|
|
18457
|
+
properties: &ref_475
|
|
18425
18458
|
data:
|
|
18426
18459
|
type: array
|
|
18427
18460
|
items:
|
|
@@ -18482,7 +18515,7 @@ paths:
|
|
|
18482
18515
|
allOf:
|
|
18483
18516
|
- title: products.listrequest
|
|
18484
18517
|
type: object
|
|
18485
|
-
properties: &
|
|
18518
|
+
properties: &ref_476
|
|
18486
18519
|
filter:
|
|
18487
18520
|
type: object
|
|
18488
18521
|
properties:
|
|
@@ -18532,7 +18565,7 @@ paths:
|
|
|
18532
18565
|
allOf:
|
|
18533
18566
|
- title: products.listresponse
|
|
18534
18567
|
type: object
|
|
18535
|
-
properties: &
|
|
18568
|
+
properties: &ref_477
|
|
18536
18569
|
data:
|
|
18537
18570
|
type: array
|
|
18538
18571
|
items:
|
|
@@ -18649,10 +18682,10 @@ paths:
|
|
|
18649
18682
|
schema:
|
|
18650
18683
|
allOf:
|
|
18651
18684
|
- title: products.inforequest
|
|
18652
|
-
required: &
|
|
18685
|
+
required: &ref_478
|
|
18653
18686
|
- id
|
|
18654
18687
|
type: object
|
|
18655
|
-
properties: &
|
|
18688
|
+
properties: &ref_479
|
|
18656
18689
|
id:
|
|
18657
18690
|
type: string
|
|
18658
18691
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -18677,7 +18710,7 @@ paths:
|
|
|
18677
18710
|
allOf:
|
|
18678
18711
|
- title: products.inforesponse
|
|
18679
18712
|
type: object
|
|
18680
|
-
properties: &
|
|
18713
|
+
properties: &ref_480
|
|
18681
18714
|
data:
|
|
18682
18715
|
type: object
|
|
18683
18716
|
properties:
|
|
@@ -18968,11 +19001,11 @@ paths:
|
|
|
18968
19001
|
example: d905ff57-e866-0f59-9d1e-1fd4538bfae1
|
|
18969
19002
|
price:
|
|
18970
19003
|
title: ProductPriceWrite
|
|
18971
|
-
required: &
|
|
19004
|
+
required: &ref_481
|
|
18972
19005
|
- amount
|
|
18973
19006
|
- currency
|
|
18974
19007
|
type: object
|
|
18975
|
-
properties: &
|
|
19008
|
+
properties: &ref_482
|
|
18976
19009
|
amount:
|
|
18977
19010
|
type: number
|
|
18978
19011
|
example: 100
|
|
@@ -18999,11 +19032,11 @@ paths:
|
|
|
18999
19032
|
description: Only available when stock management feature is enabled
|
|
19000
19033
|
allOf:
|
|
19001
19034
|
- title: StockThreshold
|
|
19002
|
-
required: &
|
|
19035
|
+
required: &ref_483
|
|
19003
19036
|
- minimum
|
|
19004
19037
|
- action
|
|
19005
19038
|
type: object
|
|
19006
|
-
properties: &
|
|
19039
|
+
properties: &ref_484
|
|
19007
19040
|
minimum:
|
|
19008
19041
|
type: number
|
|
19009
19042
|
description: Cannot be negative
|
|
@@ -19049,7 +19082,7 @@ paths:
|
|
|
19049
19082
|
allOf:
|
|
19050
19083
|
- title: products.addresponse
|
|
19051
19084
|
type: object
|
|
19052
|
-
properties: &
|
|
19085
|
+
properties: &ref_485
|
|
19053
19086
|
data:
|
|
19054
19087
|
title: TypeAndId
|
|
19055
19088
|
type: object
|
|
@@ -19078,10 +19111,10 @@ paths:
|
|
|
19078
19111
|
schema:
|
|
19079
19112
|
allOf:
|
|
19080
19113
|
- title: products.updaterequest
|
|
19081
|
-
required: &
|
|
19114
|
+
required: &ref_486
|
|
19082
19115
|
- id
|
|
19083
19116
|
type: object
|
|
19084
|
-
properties: &
|
|
19117
|
+
properties: &ref_487
|
|
19085
19118
|
id:
|
|
19086
19119
|
type: string
|
|
19087
19120
|
example: 71e91f91-b222-033f-8c7e-59bcc1521e3d
|
|
@@ -19232,10 +19265,10 @@ paths:
|
|
|
19232
19265
|
schema:
|
|
19233
19266
|
allOf:
|
|
19234
19267
|
- title: products.deleterequest
|
|
19235
|
-
required: &
|
|
19268
|
+
required: &ref_488
|
|
19236
19269
|
- id
|
|
19237
19270
|
type: object
|
|
19238
|
-
properties: &
|
|
19271
|
+
properties: &ref_489
|
|
19239
19272
|
id:
|
|
19240
19273
|
type: string
|
|
19241
19274
|
example: 71e91f91-b222-033f-8c7e-59bcc1521e3d
|
|
@@ -19278,7 +19311,7 @@ paths:
|
|
|
19278
19311
|
allOf:
|
|
19279
19312
|
- title: unitsOfMeasure.listresponse
|
|
19280
19313
|
type: object
|
|
19281
|
-
properties: &
|
|
19314
|
+
properties: &ref_490
|
|
19282
19315
|
data:
|
|
19283
19316
|
type: array
|
|
19284
19317
|
items:
|
|
@@ -19311,7 +19344,7 @@ paths:
|
|
|
19311
19344
|
allOf:
|
|
19312
19345
|
- title: priceLists.listrequest
|
|
19313
19346
|
type: object
|
|
19314
|
-
properties: &
|
|
19347
|
+
properties: &ref_491
|
|
19315
19348
|
filter:
|
|
19316
19349
|
type: object
|
|
19317
19350
|
properties:
|
|
@@ -19340,7 +19373,7 @@ paths:
|
|
|
19340
19373
|
allOf:
|
|
19341
19374
|
- title: priceLists.listresponse
|
|
19342
19375
|
type: object
|
|
19343
|
-
properties: &
|
|
19376
|
+
properties: &ref_492
|
|
19344
19377
|
data:
|
|
19345
19378
|
type: array
|
|
19346
19379
|
items:
|
|
@@ -19387,7 +19420,7 @@ paths:
|
|
|
19387
19420
|
allOf:
|
|
19388
19421
|
- title: projects.listrequest
|
|
19389
19422
|
type: object
|
|
19390
|
-
properties: &
|
|
19423
|
+
properties: &ref_493
|
|
19391
19424
|
filter:
|
|
19392
19425
|
type: object
|
|
19393
19426
|
properties:
|
|
@@ -19472,7 +19505,7 @@ paths:
|
|
|
19472
19505
|
allOf:
|
|
19473
19506
|
- title: projects.listresponse
|
|
19474
19507
|
type: object
|
|
19475
|
-
properties: &
|
|
19508
|
+
properties: &ref_494
|
|
19476
19509
|
data:
|
|
19477
19510
|
type: array
|
|
19478
19511
|
items:
|
|
@@ -19707,10 +19740,10 @@ paths:
|
|
|
19707
19740
|
schema:
|
|
19708
19741
|
allOf:
|
|
19709
19742
|
- title: projects.inforequest
|
|
19710
|
-
required: &
|
|
19743
|
+
required: &ref_495
|
|
19711
19744
|
- id
|
|
19712
19745
|
type: object
|
|
19713
|
-
properties: &
|
|
19746
|
+
properties: &ref_496
|
|
19714
19747
|
id:
|
|
19715
19748
|
type: string
|
|
19716
19749
|
example: 8a04371b-2ffb-407b-9b24-d5b5452009c7
|
|
@@ -19729,7 +19762,7 @@ paths:
|
|
|
19729
19762
|
allOf:
|
|
19730
19763
|
- title: projects.inforesponse
|
|
19731
19764
|
type: object
|
|
19732
|
-
properties: &
|
|
19765
|
+
properties: &ref_497
|
|
19733
19766
|
data:
|
|
19734
19767
|
type: object
|
|
19735
19768
|
properties:
|
|
@@ -19965,13 +19998,13 @@ paths:
|
|
|
19965
19998
|
schema:
|
|
19966
19999
|
allOf:
|
|
19967
20000
|
- title: projects.createrequest
|
|
19968
|
-
required: &
|
|
20001
|
+
required: &ref_498
|
|
19969
20002
|
- title
|
|
19970
20003
|
- starts_on
|
|
19971
20004
|
- milestones
|
|
19972
20005
|
- participants
|
|
19973
20006
|
type: object
|
|
19974
|
-
properties: &
|
|
20007
|
+
properties: &ref_499
|
|
19975
20008
|
title:
|
|
19976
20009
|
type: string
|
|
19977
20010
|
example: New company website
|
|
@@ -20119,10 +20152,10 @@ paths:
|
|
|
20119
20152
|
schema:
|
|
20120
20153
|
allOf:
|
|
20121
20154
|
- title: projects.updaterequest
|
|
20122
|
-
required: &
|
|
20155
|
+
required: &ref_500
|
|
20123
20156
|
- id
|
|
20124
20157
|
type: object
|
|
20125
|
-
properties: &
|
|
20158
|
+
properties: &ref_501
|
|
20126
20159
|
id:
|
|
20127
20160
|
type: string
|
|
20128
20161
|
example: dcc2e8ed-51be-4cb6-9c01-034aedac86fd
|
|
@@ -20220,10 +20253,10 @@ paths:
|
|
|
20220
20253
|
schema:
|
|
20221
20254
|
allOf:
|
|
20222
20255
|
- title: projects.closerequest
|
|
20223
|
-
required: &
|
|
20256
|
+
required: &ref_502
|
|
20224
20257
|
- id
|
|
20225
20258
|
type: object
|
|
20226
|
-
properties: &
|
|
20259
|
+
properties: &ref_503
|
|
20227
20260
|
id:
|
|
20228
20261
|
type: string
|
|
20229
20262
|
example: 01548b10-4932-4a18-8a89-005ad09db2c8
|
|
@@ -20286,10 +20319,10 @@ paths:
|
|
|
20286
20319
|
schema:
|
|
20287
20320
|
allOf:
|
|
20288
20321
|
- title: projects.deleterequest
|
|
20289
|
-
required: &
|
|
20322
|
+
required: &ref_504
|
|
20290
20323
|
- id
|
|
20291
20324
|
type: object
|
|
20292
|
-
properties: &
|
|
20325
|
+
properties: &ref_505
|
|
20293
20326
|
id:
|
|
20294
20327
|
type: string
|
|
20295
20328
|
example: 01548b10-4932-4a18-8a89-005ad09db2c8
|
|
@@ -20319,11 +20352,11 @@ paths:
|
|
|
20319
20352
|
schema:
|
|
20320
20353
|
allOf:
|
|
20321
20354
|
- title: projects.addParticipantrequest
|
|
20322
|
-
required: &
|
|
20355
|
+
required: &ref_506
|
|
20323
20356
|
- id
|
|
20324
20357
|
- participant
|
|
20325
20358
|
type: object
|
|
20326
|
-
properties: &
|
|
20359
|
+
properties: &ref_507
|
|
20327
20360
|
id:
|
|
20328
20361
|
type: string
|
|
20329
20362
|
example: 8dbfa9db-c53f-410c-97d3-755b19685809
|
|
@@ -20369,11 +20402,11 @@ paths:
|
|
|
20369
20402
|
schema:
|
|
20370
20403
|
allOf:
|
|
20371
20404
|
- title: projects.updateParticipantrequest
|
|
20372
|
-
required: &
|
|
20405
|
+
required: &ref_508
|
|
20373
20406
|
- id
|
|
20374
20407
|
- role
|
|
20375
20408
|
type: object
|
|
20376
|
-
properties: &
|
|
20409
|
+
properties: &ref_509
|
|
20377
20410
|
id:
|
|
20378
20411
|
type: string
|
|
20379
20412
|
example: 55fbe14f-7399-48e5-b4e0-64b7f5c50451
|
|
@@ -20420,7 +20453,7 @@ paths:
|
|
|
20420
20453
|
allOf:
|
|
20421
20454
|
- title: milestones.listrequest
|
|
20422
20455
|
type: object
|
|
20423
|
-
properties: &
|
|
20456
|
+
properties: &ref_510
|
|
20424
20457
|
filter:
|
|
20425
20458
|
type: object
|
|
20426
20459
|
properties:
|
|
@@ -20507,7 +20540,7 @@ paths:
|
|
|
20507
20540
|
allOf:
|
|
20508
20541
|
- title: milestones.listresponse
|
|
20509
20542
|
type: object
|
|
20510
|
-
properties: &
|
|
20543
|
+
properties: &ref_511
|
|
20511
20544
|
data:
|
|
20512
20545
|
type: array
|
|
20513
20546
|
items:
|
|
@@ -20731,10 +20764,10 @@ paths:
|
|
|
20731
20764
|
schema:
|
|
20732
20765
|
allOf:
|
|
20733
20766
|
- title: milestones.inforequest
|
|
20734
|
-
required: &
|
|
20767
|
+
required: &ref_512
|
|
20735
20768
|
- id
|
|
20736
20769
|
type: object
|
|
20737
|
-
properties: &
|
|
20770
|
+
properties: &ref_513
|
|
20738
20771
|
id:
|
|
20739
20772
|
type: string
|
|
20740
20773
|
example: 64349fa2-6ca2-4b19-82e6-d3258ceab2d8
|
|
@@ -20753,7 +20786,7 @@ paths:
|
|
|
20753
20786
|
allOf:
|
|
20754
20787
|
- title: milestones.inforesponse
|
|
20755
20788
|
type: object
|
|
20756
|
-
properties: &
|
|
20789
|
+
properties: &ref_514
|
|
20757
20790
|
data:
|
|
20758
20791
|
type: object
|
|
20759
20792
|
properties:
|
|
@@ -20947,13 +20980,13 @@ paths:
|
|
|
20947
20980
|
schema:
|
|
20948
20981
|
allOf:
|
|
20949
20982
|
- title: milestones.createrequest
|
|
20950
|
-
required: &
|
|
20983
|
+
required: &ref_515
|
|
20951
20984
|
- project_id
|
|
20952
20985
|
- due_on
|
|
20953
20986
|
- name
|
|
20954
20987
|
- responsible_user_id
|
|
20955
20988
|
type: object
|
|
20956
|
-
properties: &
|
|
20989
|
+
properties: &ref_516
|
|
20957
20990
|
project_id:
|
|
20958
20991
|
type: string
|
|
20959
20992
|
example: 1c159f98-4b07-438a-9f42-fb4206b9530d
|
|
@@ -20983,7 +21016,7 @@ paths:
|
|
|
20983
21016
|
type: object
|
|
20984
21017
|
properties: *ref_24
|
|
20985
21018
|
description: ''
|
|
20986
|
-
oneOf: &
|
|
21019
|
+
oneOf: &ref_517
|
|
20987
21020
|
- type: object
|
|
20988
21021
|
title: With budget
|
|
20989
21022
|
properties:
|
|
@@ -21051,7 +21084,7 @@ paths:
|
|
|
21051
21084
|
allOf:
|
|
21052
21085
|
- title: milestones.createresponse
|
|
21053
21086
|
type: object
|
|
21054
|
-
properties: &
|
|
21087
|
+
properties: &ref_518
|
|
21055
21088
|
data:
|
|
21056
21089
|
title: TypeAndId
|
|
21057
21090
|
type: object
|
|
@@ -21080,10 +21113,10 @@ paths:
|
|
|
21080
21113
|
schema:
|
|
21081
21114
|
allOf:
|
|
21082
21115
|
- title: milestones.updaterequest
|
|
21083
|
-
required: &
|
|
21116
|
+
required: &ref_519
|
|
21084
21117
|
- id
|
|
21085
21118
|
type: object
|
|
21086
|
-
properties: &
|
|
21119
|
+
properties: &ref_520
|
|
21087
21120
|
id:
|
|
21088
21121
|
type: string
|
|
21089
21122
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -21160,10 +21193,10 @@ paths:
|
|
|
21160
21193
|
schema:
|
|
21161
21194
|
allOf:
|
|
21162
21195
|
- title: milestones.deleterequest
|
|
21163
|
-
required: &
|
|
21196
|
+
required: &ref_521
|
|
21164
21197
|
- id
|
|
21165
21198
|
type: object
|
|
21166
|
-
properties: &
|
|
21199
|
+
properties: &ref_522
|
|
21167
21200
|
id:
|
|
21168
21201
|
type: string
|
|
21169
21202
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -21193,10 +21226,10 @@ paths:
|
|
|
21193
21226
|
schema:
|
|
21194
21227
|
allOf:
|
|
21195
21228
|
- title: milestones.closerequest
|
|
21196
|
-
required: &
|
|
21229
|
+
required: &ref_523
|
|
21197
21230
|
- id
|
|
21198
21231
|
type: object
|
|
21199
|
-
properties: &
|
|
21232
|
+
properties: &ref_524
|
|
21200
21233
|
id:
|
|
21201
21234
|
type: string
|
|
21202
21235
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -21226,10 +21259,10 @@ paths:
|
|
|
21226
21259
|
schema:
|
|
21227
21260
|
allOf:
|
|
21228
21261
|
- title: milestones.openrequest
|
|
21229
|
-
required: &
|
|
21262
|
+
required: &ref_525
|
|
21230
21263
|
- id
|
|
21231
21264
|
type: object
|
|
21232
|
-
properties: &
|
|
21265
|
+
properties: &ref_526
|
|
21233
21266
|
id:
|
|
21234
21267
|
type: string
|
|
21235
21268
|
example: 67e80ad8-d14f-4510-a2bd-a4c6aa578c37
|
|
@@ -21260,7 +21293,7 @@ paths:
|
|
|
21260
21293
|
allOf:
|
|
21261
21294
|
- title: projects-v2.listrequest
|
|
21262
21295
|
type: object
|
|
21263
|
-
properties: &
|
|
21296
|
+
properties: &ref_527
|
|
21264
21297
|
filter:
|
|
21265
21298
|
type: object
|
|
21266
21299
|
properties:
|
|
@@ -21398,7 +21431,7 @@ paths:
|
|
|
21398
21431
|
allOf:
|
|
21399
21432
|
- title: projects-v2.listresponse
|
|
21400
21433
|
type: object
|
|
21401
|
-
properties: &
|
|
21434
|
+
properties: &ref_528
|
|
21402
21435
|
data:
|
|
21403
21436
|
type: array
|
|
21404
21437
|
items:
|
|
@@ -21887,10 +21920,10 @@ paths:
|
|
|
21887
21920
|
schema:
|
|
21888
21921
|
allOf:
|
|
21889
21922
|
- title: projects-v2.inforequest
|
|
21890
|
-
required: &
|
|
21923
|
+
required: &ref_529
|
|
21891
21924
|
- id
|
|
21892
21925
|
type: object
|
|
21893
|
-
properties: &
|
|
21926
|
+
properties: &ref_530
|
|
21894
21927
|
id:
|
|
21895
21928
|
type: string
|
|
21896
21929
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -21915,7 +21948,7 @@ paths:
|
|
|
21915
21948
|
allOf:
|
|
21916
21949
|
- title: projects.inforesponse1
|
|
21917
21950
|
type: object
|
|
21918
|
-
properties: &
|
|
21951
|
+
properties: &ref_531
|
|
21919
21952
|
data:
|
|
21920
21953
|
type: object
|
|
21921
21954
|
properties:
|
|
@@ -22420,10 +22453,10 @@ paths:
|
|
|
22420
22453
|
schema:
|
|
22421
22454
|
allOf:
|
|
22422
22455
|
- title: projects-v2.createrequest
|
|
22423
|
-
required: &
|
|
22456
|
+
required: &ref_532
|
|
22424
22457
|
- title
|
|
22425
22458
|
type: object
|
|
22426
|
-
properties: &
|
|
22459
|
+
properties: &ref_533
|
|
22427
22460
|
title:
|
|
22428
22461
|
type: string
|
|
22429
22462
|
example: My cool new project
|
|
@@ -22740,10 +22773,10 @@ paths:
|
|
|
22740
22773
|
schema:
|
|
22741
22774
|
allOf:
|
|
22742
22775
|
- title: projects-v2.updaterequest
|
|
22743
|
-
required: &
|
|
22776
|
+
required: &ref_534
|
|
22744
22777
|
- id
|
|
22745
22778
|
type: object
|
|
22746
|
-
properties: &
|
|
22779
|
+
properties: &ref_535
|
|
22747
22780
|
id:
|
|
22748
22781
|
type: string
|
|
22749
22782
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -22847,6 +22880,60 @@ paths:
|
|
|
22847
22880
|
type: string
|
|
22848
22881
|
example: '#00B2B2'
|
|
22849
22882
|
- example: '#00B2B2'
|
|
22883
|
+
initial_time_tracked:
|
|
22884
|
+
type: object
|
|
22885
|
+
nullable: true
|
|
22886
|
+
allOf:
|
|
22887
|
+
- title: Time
|
|
22888
|
+
type: object
|
|
22889
|
+
properties: *ref_53
|
|
22890
|
+
- properties:
|
|
22891
|
+
unit:
|
|
22892
|
+
type: string
|
|
22893
|
+
enum:
|
|
22894
|
+
- hours
|
|
22895
|
+
- minutes
|
|
22896
|
+
- seconds
|
|
22897
|
+
example: minutes
|
|
22898
|
+
required:
|
|
22899
|
+
- value
|
|
22900
|
+
- unit
|
|
22901
|
+
initial_price:
|
|
22902
|
+
type: object
|
|
22903
|
+
nullable: true
|
|
22904
|
+
description: Must be higher than or equal to zero, and lower than 100000000000 (100 billion).
|
|
22905
|
+
allOf:
|
|
22906
|
+
- title: Money
|
|
22907
|
+
required: *ref_31
|
|
22908
|
+
type: object
|
|
22909
|
+
properties: *ref_32
|
|
22910
|
+
initial_cost:
|
|
22911
|
+
type: object
|
|
22912
|
+
nullable: true
|
|
22913
|
+
description: Must be higher than or equal to zero, and lower than 100000000000 (100 billion).
|
|
22914
|
+
allOf:
|
|
22915
|
+
- title: Money
|
|
22916
|
+
required: *ref_31
|
|
22917
|
+
type: object
|
|
22918
|
+
properties: *ref_32
|
|
22919
|
+
initial_amount_billed:
|
|
22920
|
+
type: object
|
|
22921
|
+
nullable: true
|
|
22922
|
+
description: Must be higher than or equal to zero, and lower than 100000000000 (100 billion).
|
|
22923
|
+
allOf:
|
|
22924
|
+
- title: Money
|
|
22925
|
+
required: *ref_31
|
|
22926
|
+
type: object
|
|
22927
|
+
properties: *ref_32
|
|
22928
|
+
initial_amount_paid:
|
|
22929
|
+
type: object
|
|
22930
|
+
nullable: true
|
|
22931
|
+
description: Must be higher than or equal to zero, and lower than 100000000000 (100 billion).
|
|
22932
|
+
allOf:
|
|
22933
|
+
- title: Money
|
|
22934
|
+
required: *ref_31
|
|
22935
|
+
type: object
|
|
22936
|
+
properties: *ref_32
|
|
22850
22937
|
custom_fields:
|
|
22851
22938
|
type: array
|
|
22852
22939
|
items:
|
|
@@ -22878,6 +22965,21 @@ paths:
|
|
|
22878
22965
|
purchase_order_number: '000023'
|
|
22879
22966
|
company_entity_id: 0d0dec5a-7096-4009-be37-07eab117db07
|
|
22880
22967
|
color: '#00B2B2'
|
|
22968
|
+
initial_time_tracked:
|
|
22969
|
+
value: 43200
|
|
22970
|
+
unit: minutes
|
|
22971
|
+
initial_price:
|
|
22972
|
+
amount: 123.3
|
|
22973
|
+
currency: EUR
|
|
22974
|
+
initial_cost:
|
|
22975
|
+
amount: 123.3
|
|
22976
|
+
currency: EUR
|
|
22977
|
+
initial_amount_billed:
|
|
22978
|
+
amount: 123.3
|
|
22979
|
+
currency: EUR
|
|
22980
|
+
initial_amount_paid:
|
|
22981
|
+
amount: 123.3
|
|
22982
|
+
currency: EUR
|
|
22881
22983
|
custom_fields:
|
|
22882
22984
|
- id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
|
|
22883
22985
|
value: '092980616'
|
|
@@ -22905,6 +23007,21 @@ paths:
|
|
|
22905
23007
|
purchase_order_number: '000023'
|
|
22906
23008
|
company_entity_id: 0d0dec5a-7096-4009-be37-07eab117db07
|
|
22907
23009
|
color: '#00B2B2'
|
|
23010
|
+
initial_time_tracked:
|
|
23011
|
+
value: 43200
|
|
23012
|
+
unit: minutes
|
|
23013
|
+
initial_price:
|
|
23014
|
+
amount: 123.3
|
|
23015
|
+
currency: EUR
|
|
23016
|
+
initial_cost:
|
|
23017
|
+
amount: 123.3
|
|
23018
|
+
currency: EUR
|
|
23019
|
+
initial_amount_billed:
|
|
23020
|
+
amount: 123.3
|
|
23021
|
+
currency: EUR
|
|
23022
|
+
initial_amount_paid:
|
|
23023
|
+
amount: 123.3
|
|
23024
|
+
currency: EUR
|
|
22908
23025
|
custom_fields:
|
|
22909
23026
|
- id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
|
|
22910
23027
|
value: '092980616'
|
|
@@ -22930,11 +23047,11 @@ paths:
|
|
|
22930
23047
|
schema:
|
|
22931
23048
|
allOf:
|
|
22932
23049
|
- title: projects-v2.closerequest
|
|
22933
|
-
required: &
|
|
23050
|
+
required: &ref_536
|
|
22934
23051
|
- id
|
|
22935
23052
|
- closing_strategy
|
|
22936
23053
|
type: object
|
|
22937
|
-
properties: &
|
|
23054
|
+
properties: &ref_537
|
|
22938
23055
|
id:
|
|
22939
23056
|
type: string
|
|
22940
23057
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23000,11 +23117,11 @@ paths:
|
|
|
23000
23117
|
schema:
|
|
23001
23118
|
allOf:
|
|
23002
23119
|
- title: projects-v2.duplicaterequest
|
|
23003
|
-
required: &
|
|
23120
|
+
required: &ref_538
|
|
23004
23121
|
- id
|
|
23005
23122
|
- title
|
|
23006
23123
|
type: object
|
|
23007
|
-
properties: &
|
|
23124
|
+
properties: &ref_539
|
|
23008
23125
|
id:
|
|
23009
23126
|
type: string
|
|
23010
23127
|
example: 81df9996-6d2c-4844-86d6-202c08d2837e
|
|
@@ -23028,7 +23145,7 @@ paths:
|
|
|
23028
23145
|
allOf:
|
|
23029
23146
|
- title: projects-v2.duplicateresponse
|
|
23030
23147
|
type: object
|
|
23031
|
-
properties: &
|
|
23148
|
+
properties: &ref_540
|
|
23032
23149
|
data:
|
|
23033
23150
|
title: TypeAndId
|
|
23034
23151
|
type: object
|
|
@@ -23057,11 +23174,11 @@ paths:
|
|
|
23057
23174
|
schema:
|
|
23058
23175
|
allOf:
|
|
23059
23176
|
- title: projects-v2.deleterequest
|
|
23060
|
-
required: &
|
|
23177
|
+
required: &ref_541
|
|
23061
23178
|
- id
|
|
23062
23179
|
- delete_strategy
|
|
23063
23180
|
type: object
|
|
23064
|
-
properties: &
|
|
23181
|
+
properties: &ref_542
|
|
23065
23182
|
id:
|
|
23066
23183
|
type: string
|
|
23067
23184
|
example: 81df9996-6d2c-4844-86d6-202c08d2837e
|
|
@@ -23100,11 +23217,11 @@ paths:
|
|
|
23100
23217
|
schema:
|
|
23101
23218
|
allOf:
|
|
23102
23219
|
- title: projects-v2.addOwnerrequest
|
|
23103
|
-
required: &
|
|
23220
|
+
required: &ref_543
|
|
23104
23221
|
- id
|
|
23105
23222
|
- user_id
|
|
23106
23223
|
type: object
|
|
23107
|
-
properties: &
|
|
23224
|
+
properties: &ref_544
|
|
23108
23225
|
id:
|
|
23109
23226
|
type: string
|
|
23110
23227
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23139,11 +23256,11 @@ paths:
|
|
|
23139
23256
|
schema:
|
|
23140
23257
|
allOf:
|
|
23141
23258
|
- title: projects-v2.removeOwnerrequest
|
|
23142
|
-
required: &
|
|
23259
|
+
required: &ref_545
|
|
23143
23260
|
- id
|
|
23144
23261
|
- user_id
|
|
23145
23262
|
type: object
|
|
23146
|
-
properties: &
|
|
23263
|
+
properties: &ref_546
|
|
23147
23264
|
id:
|
|
23148
23265
|
type: string
|
|
23149
23266
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23178,11 +23295,11 @@ paths:
|
|
|
23178
23295
|
schema:
|
|
23179
23296
|
allOf:
|
|
23180
23297
|
- title: projects-v2.assignrequest
|
|
23181
|
-
required: &
|
|
23298
|
+
required: &ref_547
|
|
23182
23299
|
- id
|
|
23183
23300
|
- assignee
|
|
23184
23301
|
type: object
|
|
23185
|
-
properties: &
|
|
23302
|
+
properties: &ref_548
|
|
23186
23303
|
id:
|
|
23187
23304
|
type: string
|
|
23188
23305
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23234,11 +23351,11 @@ paths:
|
|
|
23234
23351
|
schema:
|
|
23235
23352
|
allOf:
|
|
23236
23353
|
- title: projects-v2.unassignrequest
|
|
23237
|
-
required: &
|
|
23354
|
+
required: &ref_549
|
|
23238
23355
|
- id
|
|
23239
23356
|
- assignee
|
|
23240
23357
|
type: object
|
|
23241
|
-
properties: &
|
|
23358
|
+
properties: &ref_550
|
|
23242
23359
|
id:
|
|
23243
23360
|
type: string
|
|
23244
23361
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23290,11 +23407,11 @@ paths:
|
|
|
23290
23407
|
schema:
|
|
23291
23408
|
allOf:
|
|
23292
23409
|
- title: projects-v2.addCustomerrequest
|
|
23293
|
-
required: &
|
|
23410
|
+
required: &ref_551
|
|
23294
23411
|
- id
|
|
23295
23412
|
- customer
|
|
23296
23413
|
type: object
|
|
23297
|
-
properties: &
|
|
23414
|
+
properties: &ref_552
|
|
23298
23415
|
id:
|
|
23299
23416
|
type: string
|
|
23300
23417
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23335,11 +23452,11 @@ paths:
|
|
|
23335
23452
|
schema:
|
|
23336
23453
|
allOf:
|
|
23337
23454
|
- title: projects-v2.removeCustomerrequest
|
|
23338
|
-
required: &
|
|
23455
|
+
required: &ref_553
|
|
23339
23456
|
- id
|
|
23340
23457
|
- customer
|
|
23341
23458
|
type: object
|
|
23342
|
-
properties: &
|
|
23459
|
+
properties: &ref_554
|
|
23343
23460
|
id:
|
|
23344
23461
|
type: string
|
|
23345
23462
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23380,11 +23497,11 @@ paths:
|
|
|
23380
23497
|
schema:
|
|
23381
23498
|
allOf:
|
|
23382
23499
|
- title: projects-v2.addDealrequest
|
|
23383
|
-
required: &
|
|
23500
|
+
required: &ref_555
|
|
23384
23501
|
- id
|
|
23385
23502
|
- deal_id
|
|
23386
23503
|
type: object
|
|
23387
|
-
properties: &
|
|
23504
|
+
properties: &ref_556
|
|
23388
23505
|
id:
|
|
23389
23506
|
type: string
|
|
23390
23507
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -23419,11 +23536,11 @@ paths:
|
|
|
23419
23536
|
schema:
|
|
23420
23537
|
allOf:
|
|
23421
23538
|
- title: projects-v2.removeDealrequest
|
|
23422
|
-
required: &
|
|
23539
|
+
required: &ref_557
|
|
23423
23540
|
- id
|
|
23424
23541
|
- deal_id
|
|
23425
23542
|
type: object
|
|
23426
|
-
properties: &
|
|
23543
|
+
properties: &ref_558
|
|
23427
23544
|
id:
|
|
23428
23545
|
type: string
|
|
23429
23546
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -23458,11 +23575,11 @@ paths:
|
|
|
23458
23575
|
schema:
|
|
23459
23576
|
allOf:
|
|
23460
23577
|
- title: projects-v2.addQuotationrequest
|
|
23461
|
-
required: &
|
|
23578
|
+
required: &ref_559
|
|
23462
23579
|
- id
|
|
23463
23580
|
- quotation_id
|
|
23464
23581
|
type: object
|
|
23465
|
-
properties: &
|
|
23582
|
+
properties: &ref_560
|
|
23466
23583
|
id:
|
|
23467
23584
|
type: string
|
|
23468
23585
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -23497,11 +23614,11 @@ paths:
|
|
|
23497
23614
|
schema:
|
|
23498
23615
|
allOf:
|
|
23499
23616
|
- title: projects-v2.removeQuotationrequest
|
|
23500
|
-
required: &
|
|
23617
|
+
required: &ref_561
|
|
23501
23618
|
- id
|
|
23502
23619
|
- quotation_id
|
|
23503
23620
|
type: object
|
|
23504
|
-
properties: &
|
|
23621
|
+
properties: &ref_562
|
|
23505
23622
|
id:
|
|
23506
23623
|
type: string
|
|
23507
23624
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -23536,11 +23653,11 @@ paths:
|
|
|
23536
23653
|
schema:
|
|
23537
23654
|
allOf:
|
|
23538
23655
|
- title: projects-v2_externalParties.addToProjectrequest
|
|
23539
|
-
required: &
|
|
23656
|
+
required: &ref_563
|
|
23540
23657
|
- project_id
|
|
23541
23658
|
- customer
|
|
23542
23659
|
type: object
|
|
23543
|
-
properties: &
|
|
23660
|
+
properties: &ref_564
|
|
23544
23661
|
project_id:
|
|
23545
23662
|
type: string
|
|
23546
23663
|
example: 7257b535-d40f-4699-b3bd-63679379b579
|
|
@@ -23591,10 +23708,10 @@ paths:
|
|
|
23591
23708
|
schema:
|
|
23592
23709
|
allOf:
|
|
23593
23710
|
- title: projects-v2_externalParties.updaterequest
|
|
23594
|
-
required: &
|
|
23711
|
+
required: &ref_565
|
|
23595
23712
|
- id
|
|
23596
23713
|
type: object
|
|
23597
|
-
properties: &
|
|
23714
|
+
properties: &ref_566
|
|
23598
23715
|
id:
|
|
23599
23716
|
type: string
|
|
23600
23717
|
example: 6126596f-6193-445a-935a-60c10df9f632
|
|
@@ -23647,10 +23764,10 @@ paths:
|
|
|
23647
23764
|
schema:
|
|
23648
23765
|
allOf:
|
|
23649
23766
|
- title: projects-v2_externalParties.deleterequest
|
|
23650
|
-
required: &
|
|
23767
|
+
required: &ref_567
|
|
23651
23768
|
- id
|
|
23652
23769
|
type: object
|
|
23653
|
-
properties: &
|
|
23770
|
+
properties: &ref_568
|
|
23654
23771
|
id:
|
|
23655
23772
|
type: string
|
|
23656
23773
|
example: 6126596f-6193-445a-935a-60c10df9f632
|
|
@@ -23680,10 +23797,10 @@ paths:
|
|
|
23680
23797
|
schema:
|
|
23681
23798
|
allOf:
|
|
23682
23799
|
- title: projects-v2_projectLines.listrequest
|
|
23683
|
-
required: &
|
|
23800
|
+
required: &ref_569
|
|
23684
23801
|
- project_id
|
|
23685
23802
|
type: object
|
|
23686
|
-
properties: &
|
|
23803
|
+
properties: &ref_570
|
|
23687
23804
|
project_id:
|
|
23688
23805
|
type: string
|
|
23689
23806
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -23749,7 +23866,7 @@ paths:
|
|
|
23749
23866
|
allOf:
|
|
23750
23867
|
- title: projects-v2_projectLines.listresponse
|
|
23751
23868
|
type: object
|
|
23752
|
-
properties: &
|
|
23869
|
+
properties: &ref_571
|
|
23753
23870
|
data:
|
|
23754
23871
|
type: array
|
|
23755
23872
|
items:
|
|
@@ -23812,11 +23929,11 @@ paths:
|
|
|
23812
23929
|
schema:
|
|
23813
23930
|
allOf:
|
|
23814
23931
|
- title: projects-v2_projectLines.addToGrouprequest
|
|
23815
|
-
required: &
|
|
23932
|
+
required: &ref_572
|
|
23816
23933
|
- line_id
|
|
23817
23934
|
- group_id
|
|
23818
23935
|
type: object
|
|
23819
|
-
properties: &
|
|
23936
|
+
properties: &ref_573
|
|
23820
23937
|
line_id:
|
|
23821
23938
|
type: string
|
|
23822
23939
|
description: The ID of the task or material. May not be a group.
|
|
@@ -23852,10 +23969,10 @@ paths:
|
|
|
23852
23969
|
schema:
|
|
23853
23970
|
allOf:
|
|
23854
23971
|
- title: projects-v2_projectLines.removeFromGrouprequest
|
|
23855
|
-
required: &
|
|
23972
|
+
required: &ref_574
|
|
23856
23973
|
- line_id
|
|
23857
23974
|
type: object
|
|
23858
|
-
properties: &
|
|
23975
|
+
properties: &ref_575
|
|
23859
23976
|
line_id:
|
|
23860
23977
|
type: string
|
|
23861
23978
|
description: The ID of the task or material. May not be a group.
|
|
@@ -23887,7 +24004,7 @@ paths:
|
|
|
23887
24004
|
allOf:
|
|
23888
24005
|
- title: projects-v2_projectGroups.listrequest
|
|
23889
24006
|
type: object
|
|
23890
|
-
properties: &
|
|
24007
|
+
properties: &ref_576
|
|
23891
24008
|
filter:
|
|
23892
24009
|
type: object
|
|
23893
24010
|
properties:
|
|
@@ -23922,7 +24039,7 @@ paths:
|
|
|
23922
24039
|
allOf:
|
|
23923
24040
|
- title: projects-v2_projectGroups.listresponse
|
|
23924
24041
|
type: object
|
|
23925
|
-
properties: &
|
|
24042
|
+
properties: &ref_577
|
|
23926
24043
|
data:
|
|
23927
24044
|
type: array
|
|
23928
24045
|
items:
|
|
@@ -24214,10 +24331,10 @@ paths:
|
|
|
24214
24331
|
schema:
|
|
24215
24332
|
allOf:
|
|
24216
24333
|
- title: projects-v2_projectGroups.inforequest
|
|
24217
|
-
required: &
|
|
24334
|
+
required: &ref_578
|
|
24218
24335
|
- id
|
|
24219
24336
|
type: object
|
|
24220
|
-
properties: &
|
|
24337
|
+
properties: &ref_579
|
|
24221
24338
|
id:
|
|
24222
24339
|
type: string
|
|
24223
24340
|
example: cfe2666c-b0f4-4e85-8d6f-9e1284706d0a
|
|
@@ -24236,7 +24353,7 @@ paths:
|
|
|
24236
24353
|
allOf:
|
|
24237
24354
|
- title: projects-v2_projectGroups.inforesponse
|
|
24238
24355
|
type: object
|
|
24239
|
-
properties: &
|
|
24356
|
+
properties: &ref_580
|
|
24240
24357
|
data:
|
|
24241
24358
|
type: object
|
|
24242
24359
|
properties:
|
|
@@ -24527,11 +24644,11 @@ paths:
|
|
|
24527
24644
|
schema:
|
|
24528
24645
|
allOf:
|
|
24529
24646
|
- title: projects-v2_projectGroups.createrequest
|
|
24530
|
-
required: &
|
|
24647
|
+
required: &ref_581
|
|
24531
24648
|
- project_id
|
|
24532
24649
|
- title
|
|
24533
24650
|
type: object
|
|
24534
|
-
properties: &
|
|
24651
|
+
properties: &ref_582
|
|
24535
24652
|
project_id:
|
|
24536
24653
|
type: string
|
|
24537
24654
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -24656,7 +24773,7 @@ paths:
|
|
|
24656
24773
|
allOf:
|
|
24657
24774
|
- title: projects-v2_projectGroups.createresponse
|
|
24658
24775
|
type: object
|
|
24659
|
-
properties: &
|
|
24776
|
+
properties: &ref_583
|
|
24660
24777
|
data:
|
|
24661
24778
|
title: TypeAndId
|
|
24662
24779
|
type: object
|
|
@@ -24685,10 +24802,10 @@ paths:
|
|
|
24685
24802
|
schema:
|
|
24686
24803
|
allOf:
|
|
24687
24804
|
- title: projects-v2_projectGroups.updaterequest
|
|
24688
|
-
required: &
|
|
24805
|
+
required: &ref_584
|
|
24689
24806
|
- id
|
|
24690
24807
|
type: object
|
|
24691
|
-
properties: &
|
|
24808
|
+
properties: &ref_585
|
|
24692
24809
|
id:
|
|
24693
24810
|
type: string
|
|
24694
24811
|
example: e8478f2c-05a1-4e69-b3c4-e08507640f01
|
|
@@ -24818,10 +24935,10 @@ paths:
|
|
|
24818
24935
|
schema:
|
|
24819
24936
|
allOf:
|
|
24820
24937
|
- title: projects-v2_projectGroups.duplicaterequest
|
|
24821
|
-
required: &
|
|
24938
|
+
required: &ref_586
|
|
24822
24939
|
- origin_id
|
|
24823
24940
|
type: object
|
|
24824
|
-
properties: &
|
|
24941
|
+
properties: &ref_587
|
|
24825
24942
|
origin_id:
|
|
24826
24943
|
type: string
|
|
24827
24944
|
description: The id of the group that is being duplicated
|
|
@@ -24841,7 +24958,7 @@ paths:
|
|
|
24841
24958
|
allOf:
|
|
24842
24959
|
- title: projects-v2_projectGroups.duplicateresponse
|
|
24843
24960
|
type: object
|
|
24844
|
-
properties: &
|
|
24961
|
+
properties: &ref_588
|
|
24845
24962
|
data:
|
|
24846
24963
|
title: TypeAndId
|
|
24847
24964
|
type: object
|
|
@@ -24870,11 +24987,11 @@ paths:
|
|
|
24870
24987
|
schema:
|
|
24871
24988
|
allOf:
|
|
24872
24989
|
- title: projects-v2_projectGroups.deleterequest
|
|
24873
|
-
required: &
|
|
24990
|
+
required: &ref_589
|
|
24874
24991
|
- id
|
|
24875
24992
|
- delete_strategy
|
|
24876
24993
|
type: object
|
|
24877
|
-
properties: &
|
|
24994
|
+
properties: &ref_590
|
|
24878
24995
|
id:
|
|
24879
24996
|
type: string
|
|
24880
24997
|
example: 01866e6f-f264-7fe5-8b7c-a3f739fa292c
|
|
@@ -24913,11 +25030,11 @@ paths:
|
|
|
24913
25030
|
schema:
|
|
24914
25031
|
allOf:
|
|
24915
25032
|
- title: projects-v2_projectGroups.assignrequest
|
|
24916
|
-
required: &
|
|
25033
|
+
required: &ref_591
|
|
24917
25034
|
- id
|
|
24918
25035
|
- assignee
|
|
24919
25036
|
type: object
|
|
24920
|
-
properties: &
|
|
25037
|
+
properties: &ref_592
|
|
24921
25038
|
id:
|
|
24922
25039
|
type: string
|
|
24923
25040
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -24969,11 +25086,11 @@ paths:
|
|
|
24969
25086
|
schema:
|
|
24970
25087
|
allOf:
|
|
24971
25088
|
- title: projects-v2_projectGroups.unassignrequest
|
|
24972
|
-
required: &
|
|
25089
|
+
required: &ref_593
|
|
24973
25090
|
- id
|
|
24974
25091
|
- assignee
|
|
24975
25092
|
type: object
|
|
24976
|
-
properties: &
|
|
25093
|
+
properties: &ref_594
|
|
24977
25094
|
id:
|
|
24978
25095
|
type: string
|
|
24979
25096
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -25026,7 +25143,7 @@ paths:
|
|
|
25026
25143
|
allOf:
|
|
25027
25144
|
- title: projects-v2_tasks.listrequest
|
|
25028
25145
|
type: object
|
|
25029
|
-
properties: &
|
|
25146
|
+
properties: &ref_595
|
|
25030
25147
|
filter:
|
|
25031
25148
|
type: object
|
|
25032
25149
|
properties:
|
|
@@ -25065,7 +25182,7 @@ paths:
|
|
|
25065
25182
|
allOf:
|
|
25066
25183
|
- title: projects-v2_tasks.listresponse
|
|
25067
25184
|
type: object
|
|
25068
|
-
properties: &
|
|
25185
|
+
properties: &ref_596
|
|
25069
25186
|
data:
|
|
25070
25187
|
type: array
|
|
25071
25188
|
items:
|
|
@@ -25454,7 +25571,7 @@ paths:
|
|
|
25454
25571
|
allOf:
|
|
25455
25572
|
- title: projects-v2_tasks.inforesponse
|
|
25456
25573
|
type: object
|
|
25457
|
-
properties: &
|
|
25574
|
+
properties: &ref_597
|
|
25458
25575
|
data:
|
|
25459
25576
|
type: object
|
|
25460
25577
|
properties:
|
|
@@ -25841,11 +25958,11 @@ paths:
|
|
|
25841
25958
|
schema:
|
|
25842
25959
|
allOf:
|
|
25843
25960
|
- title: projects-v2_tasks.createrequest
|
|
25844
|
-
required: &
|
|
25961
|
+
required: &ref_598
|
|
25845
25962
|
- project_id
|
|
25846
25963
|
- title
|
|
25847
25964
|
type: object
|
|
25848
|
-
properties: &
|
|
25965
|
+
properties: &ref_599
|
|
25849
25966
|
project_id:
|
|
25850
25967
|
type: string
|
|
25851
25968
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -26049,10 +26166,10 @@ paths:
|
|
|
26049
26166
|
schema:
|
|
26050
26167
|
allOf:
|
|
26051
26168
|
- title: projects-v2_tasks.updaterequest
|
|
26052
|
-
required: &
|
|
26169
|
+
required: &ref_600
|
|
26053
26170
|
- id
|
|
26054
26171
|
type: object
|
|
26055
|
-
properties: &
|
|
26172
|
+
properties: &ref_601
|
|
26056
26173
|
id:
|
|
26057
26174
|
type: string
|
|
26058
26175
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -26224,10 +26341,10 @@ paths:
|
|
|
26224
26341
|
schema:
|
|
26225
26342
|
allOf:
|
|
26226
26343
|
- title: projects-v2_tasks.duplicaterequest
|
|
26227
|
-
required: &
|
|
26344
|
+
required: &ref_602
|
|
26228
26345
|
- origin_id
|
|
26229
26346
|
type: object
|
|
26230
|
-
properties: &
|
|
26347
|
+
properties: &ref_603
|
|
26231
26348
|
origin_id:
|
|
26232
26349
|
type: string
|
|
26233
26350
|
description: The id of the task that is being duplicated
|
|
@@ -26247,7 +26364,7 @@ paths:
|
|
|
26247
26364
|
allOf:
|
|
26248
26365
|
- title: projects-v2_tasks.duplicateresponse
|
|
26249
26366
|
type: object
|
|
26250
|
-
properties: &
|
|
26367
|
+
properties: &ref_604
|
|
26251
26368
|
data:
|
|
26252
26369
|
title: TypeAndId
|
|
26253
26370
|
type: object
|
|
@@ -26276,11 +26393,11 @@ paths:
|
|
|
26276
26393
|
schema:
|
|
26277
26394
|
allOf:
|
|
26278
26395
|
- title: projects-v2_tasks.deleterequest
|
|
26279
|
-
required: &
|
|
26396
|
+
required: &ref_605
|
|
26280
26397
|
- id
|
|
26281
26398
|
- delete_strategy
|
|
26282
26399
|
type: object
|
|
26283
|
-
properties: &
|
|
26400
|
+
properties: &ref_606
|
|
26284
26401
|
id:
|
|
26285
26402
|
type: string
|
|
26286
26403
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -26318,11 +26435,11 @@ paths:
|
|
|
26318
26435
|
schema:
|
|
26319
26436
|
allOf:
|
|
26320
26437
|
- title: projects-v2_tasks.assignrequest
|
|
26321
|
-
required: &
|
|
26438
|
+
required: &ref_607
|
|
26322
26439
|
- id
|
|
26323
26440
|
- assignee
|
|
26324
26441
|
type: object
|
|
26325
|
-
properties: &
|
|
26442
|
+
properties: &ref_608
|
|
26326
26443
|
id:
|
|
26327
26444
|
type: string
|
|
26328
26445
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26374,11 +26491,11 @@ paths:
|
|
|
26374
26491
|
schema:
|
|
26375
26492
|
allOf:
|
|
26376
26493
|
- title: projects-v2_tasks.unassignrequest
|
|
26377
|
-
required: &
|
|
26494
|
+
required: &ref_609
|
|
26378
26495
|
- id
|
|
26379
26496
|
- assignee
|
|
26380
26497
|
type: object
|
|
26381
|
-
properties: &
|
|
26498
|
+
properties: &ref_610
|
|
26382
26499
|
id:
|
|
26383
26500
|
type: string
|
|
26384
26501
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26431,7 +26548,7 @@ paths:
|
|
|
26431
26548
|
allOf:
|
|
26432
26549
|
- title: projects-v2_materials.listrequest
|
|
26433
26550
|
type: object
|
|
26434
|
-
properties: &
|
|
26551
|
+
properties: &ref_611
|
|
26435
26552
|
filter:
|
|
26436
26553
|
type: object
|
|
26437
26554
|
properties:
|
|
@@ -26460,7 +26577,7 @@ paths:
|
|
|
26460
26577
|
allOf:
|
|
26461
26578
|
- title: projects-v2_materials.listresponse
|
|
26462
26579
|
type: object
|
|
26463
|
-
properties: &
|
|
26580
|
+
properties: &ref_612
|
|
26464
26581
|
data:
|
|
26465
26582
|
type: array
|
|
26466
26583
|
items:
|
|
@@ -26780,10 +26897,10 @@ paths:
|
|
|
26780
26897
|
schema:
|
|
26781
26898
|
allOf:
|
|
26782
26899
|
- title: projects-v2_materials.inforequest
|
|
26783
|
-
required: &
|
|
26900
|
+
required: &ref_613
|
|
26784
26901
|
- id
|
|
26785
26902
|
type: object
|
|
26786
|
-
properties: &
|
|
26903
|
+
properties: &ref_614
|
|
26787
26904
|
id:
|
|
26788
26905
|
type: string
|
|
26789
26906
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -26802,7 +26919,7 @@ paths:
|
|
|
26802
26919
|
allOf:
|
|
26803
26920
|
- title: projects-v2_materials.inforesponse
|
|
26804
26921
|
type: object
|
|
26805
|
-
properties: &
|
|
26922
|
+
properties: &ref_615
|
|
26806
26923
|
data:
|
|
26807
26924
|
type: object
|
|
26808
26925
|
properties:
|
|
@@ -27126,11 +27243,11 @@ paths:
|
|
|
27126
27243
|
schema:
|
|
27127
27244
|
allOf:
|
|
27128
27245
|
- title: projects-v2_materials.createrequest
|
|
27129
|
-
required: &
|
|
27246
|
+
required: &ref_616
|
|
27130
27247
|
- project_id
|
|
27131
27248
|
- title
|
|
27132
27249
|
type: object
|
|
27133
|
-
properties: &
|
|
27250
|
+
properties: &ref_617
|
|
27134
27251
|
project_id:
|
|
27135
27252
|
type: string
|
|
27136
27253
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -27302,7 +27419,7 @@ paths:
|
|
|
27302
27419
|
allOf:
|
|
27303
27420
|
- title: projects-v2_materials.createresponse
|
|
27304
27421
|
type: object
|
|
27305
|
-
properties: &
|
|
27422
|
+
properties: &ref_618
|
|
27306
27423
|
data:
|
|
27307
27424
|
title: TypeAndId
|
|
27308
27425
|
type: object
|
|
@@ -27331,10 +27448,10 @@ paths:
|
|
|
27331
27448
|
schema:
|
|
27332
27449
|
allOf:
|
|
27333
27450
|
- title: projects-v2_materials.updaterequest
|
|
27334
|
-
required: &
|
|
27451
|
+
required: &ref_619
|
|
27335
27452
|
- id
|
|
27336
27453
|
type: object
|
|
27337
|
-
properties: &
|
|
27454
|
+
properties: &ref_620
|
|
27338
27455
|
id:
|
|
27339
27456
|
type: string
|
|
27340
27457
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -27493,10 +27610,10 @@ paths:
|
|
|
27493
27610
|
schema:
|
|
27494
27611
|
allOf:
|
|
27495
27612
|
- title: projects-v2_materials.duplicaterequest
|
|
27496
|
-
required: &
|
|
27613
|
+
required: &ref_621
|
|
27497
27614
|
- origin_id
|
|
27498
27615
|
type: object
|
|
27499
|
-
properties: &
|
|
27616
|
+
properties: &ref_622
|
|
27500
27617
|
origin_id:
|
|
27501
27618
|
type: string
|
|
27502
27619
|
description: The id of the material that is being duplicated
|
|
@@ -27516,7 +27633,7 @@ paths:
|
|
|
27516
27633
|
allOf:
|
|
27517
27634
|
- title: projects-v2_materials.duplicateresponse
|
|
27518
27635
|
type: object
|
|
27519
|
-
properties: &
|
|
27636
|
+
properties: &ref_623
|
|
27520
27637
|
data:
|
|
27521
27638
|
title: TypeAndId
|
|
27522
27639
|
type: object
|
|
@@ -27545,10 +27662,10 @@ paths:
|
|
|
27545
27662
|
schema:
|
|
27546
27663
|
allOf:
|
|
27547
27664
|
- title: projects-v2_materials.deleterequest
|
|
27548
|
-
required: &
|
|
27665
|
+
required: &ref_624
|
|
27549
27666
|
- id
|
|
27550
27667
|
type: object
|
|
27551
|
-
properties: &
|
|
27668
|
+
properties: &ref_625
|
|
27552
27669
|
id:
|
|
27553
27670
|
type: string
|
|
27554
27671
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -27578,11 +27695,11 @@ paths:
|
|
|
27578
27695
|
schema:
|
|
27579
27696
|
allOf:
|
|
27580
27697
|
- title: projects-v2_materials.assignrequest
|
|
27581
|
-
required: &
|
|
27698
|
+
required: &ref_626
|
|
27582
27699
|
- id
|
|
27583
27700
|
- assignee
|
|
27584
27701
|
type: object
|
|
27585
|
-
properties: &
|
|
27702
|
+
properties: &ref_627
|
|
27586
27703
|
id:
|
|
27587
27704
|
type: string
|
|
27588
27705
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -27634,11 +27751,11 @@ paths:
|
|
|
27634
27751
|
schema:
|
|
27635
27752
|
allOf:
|
|
27636
27753
|
- title: projects-v2_materials.unassignrequest
|
|
27637
|
-
required: &
|
|
27754
|
+
required: &ref_628
|
|
27638
27755
|
- id
|
|
27639
27756
|
- assignee
|
|
27640
27757
|
type: object
|
|
27641
|
-
properties: &
|
|
27758
|
+
properties: &ref_629
|
|
27642
27759
|
id:
|
|
27643
27760
|
type: string
|
|
27644
27761
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -27691,7 +27808,7 @@ paths:
|
|
|
27691
27808
|
allOf:
|
|
27692
27809
|
- title: tasks.listrequest1
|
|
27693
27810
|
type: object
|
|
27694
|
-
properties: &
|
|
27811
|
+
properties: &ref_630
|
|
27695
27812
|
filter:
|
|
27696
27813
|
type: object
|
|
27697
27814
|
properties:
|
|
@@ -27759,7 +27876,7 @@ paths:
|
|
|
27759
27876
|
allOf:
|
|
27760
27877
|
- title: tasks.listresponse1
|
|
27761
27878
|
type: object
|
|
27762
|
-
properties: &
|
|
27879
|
+
properties: &ref_631
|
|
27763
27880
|
data:
|
|
27764
27881
|
type: array
|
|
27765
27882
|
items:
|
|
@@ -27966,7 +28083,7 @@ paths:
|
|
|
27966
28083
|
allOf:
|
|
27967
28084
|
- title: tasks.inforesponse1
|
|
27968
28085
|
type: object
|
|
27969
|
-
properties: &
|
|
28086
|
+
properties: &ref_632
|
|
27970
28087
|
data:
|
|
27971
28088
|
type: object
|
|
27972
28089
|
properties:
|
|
@@ -28158,12 +28275,12 @@ paths:
|
|
|
28158
28275
|
application/json:
|
|
28159
28276
|
schema:
|
|
28160
28277
|
title: tasks.createrequest1
|
|
28161
|
-
required: &
|
|
28278
|
+
required: &ref_633
|
|
28162
28279
|
- title
|
|
28163
28280
|
- due_on
|
|
28164
28281
|
- work_type_id
|
|
28165
28282
|
type: object
|
|
28166
|
-
properties: &
|
|
28283
|
+
properties: &ref_634
|
|
28167
28284
|
title:
|
|
28168
28285
|
type: string
|
|
28169
28286
|
description:
|
|
@@ -28255,10 +28372,10 @@ paths:
|
|
|
28255
28372
|
application/json:
|
|
28256
28373
|
schema:
|
|
28257
28374
|
title: tasks.updaterequest1
|
|
28258
|
-
required: &
|
|
28375
|
+
required: &ref_635
|
|
28259
28376
|
- id
|
|
28260
28377
|
type: object
|
|
28261
|
-
properties: &
|
|
28378
|
+
properties: &ref_636
|
|
28262
28379
|
id:
|
|
28263
28380
|
type: string
|
|
28264
28381
|
example: 00ed6266-a5bd-4aac-a292-2582017b6400
|
|
@@ -28344,10 +28461,10 @@ paths:
|
|
|
28344
28461
|
schema:
|
|
28345
28462
|
allOf:
|
|
28346
28463
|
- title: tasks.completerequest
|
|
28347
|
-
required: &
|
|
28464
|
+
required: &ref_637
|
|
28348
28465
|
- id
|
|
28349
28466
|
type: object
|
|
28350
|
-
properties: &
|
|
28467
|
+
properties: &ref_638
|
|
28351
28468
|
id:
|
|
28352
28469
|
type: string
|
|
28353
28470
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -28377,10 +28494,10 @@ paths:
|
|
|
28377
28494
|
schema:
|
|
28378
28495
|
allOf:
|
|
28379
28496
|
- title: tasks.reopenrequest
|
|
28380
|
-
required: &
|
|
28497
|
+
required: &ref_639
|
|
28381
28498
|
- id
|
|
28382
28499
|
type: object
|
|
28383
|
-
properties: &
|
|
28500
|
+
properties: &ref_640
|
|
28384
28501
|
id:
|
|
28385
28502
|
type: string
|
|
28386
28503
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -28410,10 +28527,10 @@ paths:
|
|
|
28410
28527
|
schema:
|
|
28411
28528
|
allOf:
|
|
28412
28529
|
- title: tasks.deleterequest1
|
|
28413
|
-
required: &
|
|
28530
|
+
required: &ref_641
|
|
28414
28531
|
- id
|
|
28415
28532
|
type: object
|
|
28416
|
-
properties: &
|
|
28533
|
+
properties: &ref_642
|
|
28417
28534
|
id:
|
|
28418
28535
|
type: string
|
|
28419
28536
|
example: 5f0afd8a-8a40-48a4-bbe6-7d0e9c61bb6d
|
|
@@ -28443,12 +28560,12 @@ paths:
|
|
|
28443
28560
|
schema:
|
|
28444
28561
|
allOf:
|
|
28445
28562
|
- title: tasks.schedulerequest
|
|
28446
|
-
required: &
|
|
28563
|
+
required: &ref_643
|
|
28447
28564
|
- id
|
|
28448
28565
|
- starts_at
|
|
28449
28566
|
- ends_at
|
|
28450
28567
|
type: object
|
|
28451
|
-
properties: &
|
|
28568
|
+
properties: &ref_644
|
|
28452
28569
|
id:
|
|
28453
28570
|
type: string
|
|
28454
28571
|
example: 7c70c54e-6e50-4e6a-b5fd-80234eb535cf
|
|
@@ -28477,7 +28594,7 @@ paths:
|
|
|
28477
28594
|
allOf:
|
|
28478
28595
|
- title: tasks.scheduleresponse
|
|
28479
28596
|
type: object
|
|
28480
|
-
properties: &
|
|
28597
|
+
properties: &ref_645
|
|
28481
28598
|
data:
|
|
28482
28599
|
title: TypeAndId
|
|
28483
28600
|
type: object
|
|
@@ -28507,7 +28624,7 @@ paths:
|
|
|
28507
28624
|
allOf:
|
|
28508
28625
|
- title: timeTracking.listrequest
|
|
28509
28626
|
type: object
|
|
28510
|
-
properties: &
|
|
28627
|
+
properties: &ref_646
|
|
28511
28628
|
filter:
|
|
28512
28629
|
type: object
|
|
28513
28630
|
properties:
|
|
@@ -28615,7 +28732,7 @@ paths:
|
|
|
28615
28732
|
allOf:
|
|
28616
28733
|
- title: timeTracking.listresponse
|
|
28617
28734
|
type: object
|
|
28618
|
-
properties: &
|
|
28735
|
+
properties: &ref_647
|
|
28619
28736
|
data:
|
|
28620
28737
|
type: array
|
|
28621
28738
|
items:
|
|
@@ -28834,10 +28951,10 @@ paths:
|
|
|
28834
28951
|
schema:
|
|
28835
28952
|
allOf:
|
|
28836
28953
|
- title: timeTracking.inforequest
|
|
28837
|
-
required: &
|
|
28954
|
+
required: &ref_648
|
|
28838
28955
|
- id
|
|
28839
28956
|
type: object
|
|
28840
|
-
properties: &
|
|
28957
|
+
properties: &ref_649
|
|
28841
28958
|
id:
|
|
28842
28959
|
type: string
|
|
28843
28960
|
example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
|
|
@@ -28862,7 +28979,7 @@ paths:
|
|
|
28862
28979
|
allOf:
|
|
28863
28980
|
- title: timeTracking.inforesponse
|
|
28864
28981
|
type: object
|
|
28865
|
-
properties: &
|
|
28982
|
+
properties: &ref_650
|
|
28866
28983
|
data:
|
|
28867
28984
|
type: object
|
|
28868
28985
|
properties:
|
|
@@ -29059,7 +29176,7 @@ paths:
|
|
|
29059
29176
|
allOf:
|
|
29060
29177
|
- title: timeTracking.addrequest
|
|
29061
29178
|
type: object
|
|
29062
|
-
properties: &
|
|
29179
|
+
properties: &ref_651
|
|
29063
29180
|
work_type_id:
|
|
29064
29181
|
type: string
|
|
29065
29182
|
example: 2175597d-484e-4a1c-a781-cbc3d9f893ba
|
|
@@ -29091,7 +29208,7 @@ paths:
|
|
|
29091
29208
|
type: string
|
|
29092
29209
|
description: To add tracked time for a different user.
|
|
29093
29210
|
example: 87982c96-f2fe-4b05-838c-ff42c0525758
|
|
29094
|
-
oneOf: &
|
|
29211
|
+
oneOf: &ref_652
|
|
29095
29212
|
- type: object
|
|
29096
29213
|
title: With started_at & duration
|
|
29097
29214
|
required:
|
|
@@ -29143,7 +29260,7 @@ paths:
|
|
|
29143
29260
|
allOf:
|
|
29144
29261
|
- title: timeTracking.addresponse
|
|
29145
29262
|
type: object
|
|
29146
|
-
properties: &
|
|
29263
|
+
properties: &ref_653
|
|
29147
29264
|
data:
|
|
29148
29265
|
title: TypeAndId
|
|
29149
29266
|
type: object
|
|
@@ -29169,11 +29286,11 @@ paths:
|
|
|
29169
29286
|
schema:
|
|
29170
29287
|
allOf:
|
|
29171
29288
|
- title: timeTracking.updaterequest
|
|
29172
|
-
required: &
|
|
29289
|
+
required: &ref_654
|
|
29173
29290
|
- id
|
|
29174
29291
|
- duration
|
|
29175
29292
|
type: object
|
|
29176
|
-
properties: &
|
|
29293
|
+
properties: &ref_655
|
|
29177
29294
|
id:
|
|
29178
29295
|
type: string
|
|
29179
29296
|
example: 66621f54-3d0d-420f-8d4b-ddd7fc473bf2
|
|
@@ -29211,7 +29328,7 @@ paths:
|
|
|
29211
29328
|
invoiceable:
|
|
29212
29329
|
type: boolean
|
|
29213
29330
|
example: true
|
|
29214
|
-
oneOf: &
|
|
29331
|
+
oneOf: &ref_656
|
|
29215
29332
|
- type: object
|
|
29216
29333
|
title: Update with started_at
|
|
29217
29334
|
description: Update the timetracking with `started_at` DateTime.
|
|
@@ -29254,10 +29371,10 @@ paths:
|
|
|
29254
29371
|
schema:
|
|
29255
29372
|
allOf:
|
|
29256
29373
|
- title: timeTracking.resumerequest
|
|
29257
|
-
required: &
|
|
29374
|
+
required: &ref_657
|
|
29258
29375
|
- id
|
|
29259
29376
|
type: object
|
|
29260
|
-
properties: &
|
|
29377
|
+
properties: &ref_658
|
|
29261
29378
|
id:
|
|
29262
29379
|
type: string
|
|
29263
29380
|
example: 06dfa08a-b769-4005-a912-45ab885c5737
|
|
@@ -29282,7 +29399,7 @@ paths:
|
|
|
29282
29399
|
allOf:
|
|
29283
29400
|
- title: timeTracking.resumeresponse
|
|
29284
29401
|
type: object
|
|
29285
|
-
properties: &
|
|
29402
|
+
properties: &ref_659
|
|
29286
29403
|
data:
|
|
29287
29404
|
title: TypeAndId
|
|
29288
29405
|
type: object
|
|
@@ -29311,10 +29428,10 @@ paths:
|
|
|
29311
29428
|
schema:
|
|
29312
29429
|
allOf:
|
|
29313
29430
|
- title: timeTracking.deleterequest
|
|
29314
|
-
required: &
|
|
29431
|
+
required: &ref_660
|
|
29315
29432
|
- id
|
|
29316
29433
|
type: object
|
|
29317
|
-
properties: &
|
|
29434
|
+
properties: &ref_661
|
|
29318
29435
|
id:
|
|
29319
29436
|
type: string
|
|
29320
29437
|
example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
|
|
@@ -29347,7 +29464,7 @@ paths:
|
|
|
29347
29464
|
allOf:
|
|
29348
29465
|
- title: timers.currentresponse
|
|
29349
29466
|
type: object
|
|
29350
|
-
properties: &
|
|
29467
|
+
properties: &ref_662
|
|
29351
29468
|
data:
|
|
29352
29469
|
type: object
|
|
29353
29470
|
properties:
|
|
@@ -29433,7 +29550,7 @@ paths:
|
|
|
29433
29550
|
allOf:
|
|
29434
29551
|
- title: timers.startrequest
|
|
29435
29552
|
type: object
|
|
29436
|
-
properties: &
|
|
29553
|
+
properties: &ref_663
|
|
29437
29554
|
work_type_id:
|
|
29438
29555
|
type: string
|
|
29439
29556
|
example: db41328a-7a25-4e85-8fb9-830baacb7f40
|
|
@@ -29489,7 +29606,7 @@ paths:
|
|
|
29489
29606
|
allOf:
|
|
29490
29607
|
- title: timers.startresponse
|
|
29491
29608
|
type: object
|
|
29492
|
-
properties: &
|
|
29609
|
+
properties: &ref_664
|
|
29493
29610
|
data:
|
|
29494
29611
|
title: TypeAndId
|
|
29495
29612
|
type: object
|
|
@@ -29521,7 +29638,7 @@ paths:
|
|
|
29521
29638
|
allOf:
|
|
29522
29639
|
- title: timers.stopresponse
|
|
29523
29640
|
type: object
|
|
29524
|
-
properties: &
|
|
29641
|
+
properties: &ref_665
|
|
29525
29642
|
data:
|
|
29526
29643
|
title: TypeAndId
|
|
29527
29644
|
type: object
|
|
@@ -29551,7 +29668,7 @@ paths:
|
|
|
29551
29668
|
allOf:
|
|
29552
29669
|
- title: timers.updaterequest
|
|
29553
29670
|
type: object
|
|
29554
|
-
properties: &
|
|
29671
|
+
properties: &ref_666
|
|
29555
29672
|
work_type_id:
|
|
29556
29673
|
type: string
|
|
29557
29674
|
nullable: true
|
|
@@ -29625,7 +29742,7 @@ paths:
|
|
|
29625
29742
|
allOf:
|
|
29626
29743
|
- title: tickets.listrequest
|
|
29627
29744
|
type: object
|
|
29628
|
-
properties: &
|
|
29745
|
+
properties: &ref_667
|
|
29629
29746
|
filter:
|
|
29630
29747
|
type: object
|
|
29631
29748
|
properties:
|
|
@@ -29710,7 +29827,7 @@ paths:
|
|
|
29710
29827
|
allOf:
|
|
29711
29828
|
- title: tickets.listresponse
|
|
29712
29829
|
type: object
|
|
29713
|
-
properties: &
|
|
29830
|
+
properties: &ref_668
|
|
29714
29831
|
data:
|
|
29715
29832
|
type: array
|
|
29716
29833
|
items:
|
|
@@ -29845,10 +29962,10 @@ paths:
|
|
|
29845
29962
|
schema:
|
|
29846
29963
|
allOf:
|
|
29847
29964
|
- title: tickets.inforequest
|
|
29848
|
-
required: &
|
|
29965
|
+
required: &ref_669
|
|
29849
29966
|
- id
|
|
29850
29967
|
type: object
|
|
29851
|
-
properties: &
|
|
29968
|
+
properties: &ref_670
|
|
29852
29969
|
id:
|
|
29853
29970
|
type: string
|
|
29854
29971
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -29867,7 +29984,7 @@ paths:
|
|
|
29867
29984
|
allOf:
|
|
29868
29985
|
- title: tickets.inforesponse
|
|
29869
29986
|
type: object
|
|
29870
|
-
properties: &
|
|
29987
|
+
properties: &ref_671
|
|
29871
29988
|
id:
|
|
29872
29989
|
type: string
|
|
29873
29990
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30016,12 +30133,12 @@ paths:
|
|
|
30016
30133
|
schema:
|
|
30017
30134
|
allOf:
|
|
30018
30135
|
- title: tickets.createrequest
|
|
30019
|
-
required: &
|
|
30136
|
+
required: &ref_672
|
|
30020
30137
|
- subject
|
|
30021
30138
|
- customer
|
|
30022
30139
|
- ticket_status_id
|
|
30023
30140
|
type: object
|
|
30024
|
-
properties: &
|
|
30141
|
+
properties: &ref_673
|
|
30025
30142
|
subject:
|
|
30026
30143
|
type: string
|
|
30027
30144
|
example: My ticket subject
|
|
@@ -30135,7 +30252,7 @@ paths:
|
|
|
30135
30252
|
allOf:
|
|
30136
30253
|
- title: tickets.createresponse
|
|
30137
30254
|
type: object
|
|
30138
|
-
properties: &
|
|
30255
|
+
properties: &ref_674
|
|
30139
30256
|
data:
|
|
30140
30257
|
title: TypeAndId
|
|
30141
30258
|
type: object
|
|
@@ -30164,10 +30281,10 @@ paths:
|
|
|
30164
30281
|
schema:
|
|
30165
30282
|
allOf:
|
|
30166
30283
|
- title: tickets.updaterequest
|
|
30167
|
-
required: &
|
|
30284
|
+
required: &ref_675
|
|
30168
30285
|
- id
|
|
30169
30286
|
type: object
|
|
30170
|
-
properties: &
|
|
30287
|
+
properties: &ref_676
|
|
30171
30288
|
id:
|
|
30172
30289
|
type: string
|
|
30173
30290
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30289,7 +30406,7 @@ paths:
|
|
|
30289
30406
|
allOf:
|
|
30290
30407
|
- title: tickets.listMessagesrequest
|
|
30291
30408
|
type: object
|
|
30292
|
-
properties: &
|
|
30409
|
+
properties: &ref_677
|
|
30293
30410
|
id:
|
|
30294
30411
|
type: string
|
|
30295
30412
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30342,7 +30459,7 @@ paths:
|
|
|
30342
30459
|
allOf:
|
|
30343
30460
|
- title: tickets.listMessagesresponse
|
|
30344
30461
|
type: object
|
|
30345
|
-
properties: &
|
|
30462
|
+
properties: &ref_678
|
|
30346
30463
|
data:
|
|
30347
30464
|
type: array
|
|
30348
30465
|
items:
|
|
@@ -30445,7 +30562,7 @@ paths:
|
|
|
30445
30562
|
allOf:
|
|
30446
30563
|
- title: tickets.getMessagerequest
|
|
30447
30564
|
type: object
|
|
30448
|
-
properties: &
|
|
30565
|
+
properties: &ref_679
|
|
30449
30566
|
message_id:
|
|
30450
30567
|
type: string
|
|
30451
30568
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30464,7 +30581,7 @@ paths:
|
|
|
30464
30581
|
allOf:
|
|
30465
30582
|
- title: tickets.getMessageresponse
|
|
30466
30583
|
type: object
|
|
30467
|
-
properties: &
|
|
30584
|
+
properties: &ref_680
|
|
30468
30585
|
message_id:
|
|
30469
30586
|
type: string
|
|
30470
30587
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30547,13 +30664,13 @@ paths:
|
|
|
30547
30664
|
schema:
|
|
30548
30665
|
allOf:
|
|
30549
30666
|
- title: tickets.importMessagerequest
|
|
30550
|
-
required: &
|
|
30667
|
+
required: &ref_681
|
|
30551
30668
|
- id
|
|
30552
30669
|
- body
|
|
30553
30670
|
- sent_by
|
|
30554
30671
|
- sent_at
|
|
30555
30672
|
type: object
|
|
30556
|
-
properties: &
|
|
30673
|
+
properties: &ref_682
|
|
30557
30674
|
id:
|
|
30558
30675
|
type: string
|
|
30559
30676
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30606,7 +30723,7 @@ paths:
|
|
|
30606
30723
|
allOf:
|
|
30607
30724
|
- title: tickets.importMessageresponse
|
|
30608
30725
|
type: object
|
|
30609
|
-
properties: &
|
|
30726
|
+
properties: &ref_683
|
|
30610
30727
|
data:
|
|
30611
30728
|
title: TypeAndId
|
|
30612
30729
|
type: object
|
|
@@ -30635,11 +30752,11 @@ paths:
|
|
|
30635
30752
|
schema:
|
|
30636
30753
|
allOf:
|
|
30637
30754
|
- title: tickets.addReplyrequest
|
|
30638
|
-
required: &
|
|
30755
|
+
required: &ref_684
|
|
30639
30756
|
- id
|
|
30640
30757
|
- body
|
|
30641
30758
|
type: object
|
|
30642
|
-
properties: &
|
|
30759
|
+
properties: &ref_685
|
|
30643
30760
|
id:
|
|
30644
30761
|
type: string
|
|
30645
30762
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30678,7 +30795,7 @@ paths:
|
|
|
30678
30795
|
allOf:
|
|
30679
30796
|
- title: tickets.addReplyresponse
|
|
30680
30797
|
type: object
|
|
30681
|
-
properties: &
|
|
30798
|
+
properties: &ref_686
|
|
30682
30799
|
data:
|
|
30683
30800
|
title: TypeAndId
|
|
30684
30801
|
type: object
|
|
@@ -30707,11 +30824,11 @@ paths:
|
|
|
30707
30824
|
schema:
|
|
30708
30825
|
allOf:
|
|
30709
30826
|
- title: tickets.addInternalMessagerequest
|
|
30710
|
-
required: &
|
|
30827
|
+
required: &ref_687
|
|
30711
30828
|
- id
|
|
30712
30829
|
- body
|
|
30713
30830
|
type: object
|
|
30714
|
-
properties: &
|
|
30831
|
+
properties: &ref_688
|
|
30715
30832
|
id:
|
|
30716
30833
|
type: string
|
|
30717
30834
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30750,7 +30867,7 @@ paths:
|
|
|
30750
30867
|
allOf:
|
|
30751
30868
|
- title: tickets.addInternalMessageresponse
|
|
30752
30869
|
type: object
|
|
30753
|
-
properties: &
|
|
30870
|
+
properties: &ref_689
|
|
30754
30871
|
data:
|
|
30755
30872
|
title: TypeAndId
|
|
30756
30873
|
type: object
|
|
@@ -30780,7 +30897,7 @@ paths:
|
|
|
30780
30897
|
allOf:
|
|
30781
30898
|
- title: ticketStatus.listrequest
|
|
30782
30899
|
type: object
|
|
30783
|
-
properties: &
|
|
30900
|
+
properties: &ref_690
|
|
30784
30901
|
filter:
|
|
30785
30902
|
type: object
|
|
30786
30903
|
properties:
|
|
@@ -30809,7 +30926,7 @@ paths:
|
|
|
30809
30926
|
allOf:
|
|
30810
30927
|
- title: ticketStatus.listresponse
|
|
30811
30928
|
type: object
|
|
30812
|
-
properties: &
|
|
30929
|
+
properties: &ref_691
|
|
30813
30930
|
data:
|
|
30814
30931
|
type: array
|
|
30815
30932
|
items:
|
|
@@ -30859,10 +30976,10 @@ paths:
|
|
|
30859
30976
|
schema:
|
|
30860
30977
|
allOf:
|
|
30861
30978
|
- title: files.listrequest
|
|
30862
|
-
required: &
|
|
30979
|
+
required: &ref_692
|
|
30863
30980
|
- filter
|
|
30864
30981
|
type: object
|
|
30865
|
-
properties: &
|
|
30982
|
+
properties: &ref_693
|
|
30866
30983
|
filter:
|
|
30867
30984
|
type: object
|
|
30868
30985
|
required:
|
|
@@ -30944,7 +31061,7 @@ paths:
|
|
|
30944
31061
|
allOf:
|
|
30945
31062
|
- title: files.listresponse
|
|
30946
31063
|
type: object
|
|
30947
|
-
properties: &
|
|
31064
|
+
properties: &ref_694
|
|
30948
31065
|
data:
|
|
30949
31066
|
type: array
|
|
30950
31067
|
items:
|
|
@@ -31065,10 +31182,10 @@ paths:
|
|
|
31065
31182
|
schema:
|
|
31066
31183
|
allOf:
|
|
31067
31184
|
- title: files.inforequest
|
|
31068
|
-
required: &
|
|
31185
|
+
required: &ref_695
|
|
31069
31186
|
- id
|
|
31070
31187
|
type: object
|
|
31071
|
-
properties: &
|
|
31188
|
+
properties: &ref_696
|
|
31072
31189
|
id:
|
|
31073
31190
|
type: string
|
|
31074
31191
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -31087,7 +31204,7 @@ paths:
|
|
|
31087
31204
|
allOf:
|
|
31088
31205
|
- title: files.inforesponse
|
|
31089
31206
|
type: object
|
|
31090
|
-
properties: &
|
|
31207
|
+
properties: &ref_697
|
|
31091
31208
|
data:
|
|
31092
31209
|
type: object
|
|
31093
31210
|
properties:
|
|
@@ -31186,10 +31303,10 @@ paths:
|
|
|
31186
31303
|
schema:
|
|
31187
31304
|
allOf:
|
|
31188
31305
|
- title: files.downloadrequest
|
|
31189
|
-
required: &
|
|
31306
|
+
required: &ref_698
|
|
31190
31307
|
- id
|
|
31191
31308
|
type: object
|
|
31192
|
-
properties: &
|
|
31309
|
+
properties: &ref_699
|
|
31193
31310
|
id:
|
|
31194
31311
|
type: string
|
|
31195
31312
|
example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
|
|
@@ -31208,7 +31325,7 @@ paths:
|
|
|
31208
31325
|
allOf:
|
|
31209
31326
|
- title: files.downloadresponse
|
|
31210
31327
|
type: object
|
|
31211
|
-
properties: &
|
|
31328
|
+
properties: &ref_700
|
|
31212
31329
|
data:
|
|
31213
31330
|
type: object
|
|
31214
31331
|
properties:
|
|
@@ -31250,11 +31367,11 @@ paths:
|
|
|
31250
31367
|
schema:
|
|
31251
31368
|
allOf:
|
|
31252
31369
|
- title: files.uploadrequest
|
|
31253
|
-
required: &
|
|
31370
|
+
required: &ref_701
|
|
31254
31371
|
- name
|
|
31255
31372
|
- subject
|
|
31256
31373
|
type: object
|
|
31257
|
-
properties: &
|
|
31374
|
+
properties: &ref_702
|
|
31258
31375
|
name:
|
|
31259
31376
|
type: string
|
|
31260
31377
|
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.
|
|
@@ -31309,7 +31426,7 @@ paths:
|
|
|
31309
31426
|
allOf:
|
|
31310
31427
|
- title: files.uploadresponse
|
|
31311
31428
|
type: object
|
|
31312
|
-
properties: &
|
|
31429
|
+
properties: &ref_703
|
|
31313
31430
|
data:
|
|
31314
31431
|
type: object
|
|
31315
31432
|
properties:
|
|
@@ -31345,10 +31462,10 @@ paths:
|
|
|
31345
31462
|
schema:
|
|
31346
31463
|
allOf:
|
|
31347
31464
|
- title: files.deleterequest
|
|
31348
|
-
required: &
|
|
31465
|
+
required: &ref_704
|
|
31349
31466
|
- id
|
|
31350
31467
|
type: object
|
|
31351
|
-
properties: &
|
|
31468
|
+
properties: &ref_705
|
|
31352
31469
|
id:
|
|
31353
31470
|
type: string
|
|
31354
31471
|
example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
|
|
@@ -31378,10 +31495,10 @@ paths:
|
|
|
31378
31495
|
schema:
|
|
31379
31496
|
allOf:
|
|
31380
31497
|
- title: mailTemplates.listrequest
|
|
31381
|
-
required: &
|
|
31498
|
+
required: &ref_706
|
|
31382
31499
|
- filter
|
|
31383
31500
|
type: object
|
|
31384
|
-
properties: &
|
|
31501
|
+
properties: &ref_707
|
|
31385
31502
|
filter:
|
|
31386
31503
|
type: object
|
|
31387
31504
|
required:
|
|
@@ -31417,7 +31534,7 @@ paths:
|
|
|
31417
31534
|
allOf:
|
|
31418
31535
|
- title: mailTemplates.listresponse
|
|
31419
31536
|
type: object
|
|
31420
|
-
properties: &
|
|
31537
|
+
properties: &ref_708
|
|
31421
31538
|
data:
|
|
31422
31539
|
type: array
|
|
31423
31540
|
items:
|
|
@@ -31498,7 +31615,7 @@ paths:
|
|
|
31498
31615
|
allOf:
|
|
31499
31616
|
- title: migrate.idrequest
|
|
31500
31617
|
type: object
|
|
31501
|
-
properties: &
|
|
31618
|
+
properties: &ref_709
|
|
31502
31619
|
type:
|
|
31503
31620
|
type: string
|
|
31504
31621
|
enum:
|
|
@@ -31543,7 +31660,7 @@ paths:
|
|
|
31543
31660
|
allOf:
|
|
31544
31661
|
- title: migrate.idresponse
|
|
31545
31662
|
type: object
|
|
31546
|
-
properties: &
|
|
31663
|
+
properties: &ref_710
|
|
31547
31664
|
data:
|
|
31548
31665
|
type: object
|
|
31549
31666
|
properties:
|
|
@@ -31598,7 +31715,7 @@ paths:
|
|
|
31598
31715
|
allOf:
|
|
31599
31716
|
- title: migrate.taxRaterequest
|
|
31600
31717
|
type: object
|
|
31601
|
-
properties: &
|
|
31718
|
+
properties: &ref_711
|
|
31602
31719
|
department_id:
|
|
31603
31720
|
type: string
|
|
31604
31721
|
example: 6ad54ec6-ee2d-4500-afe6-0917c1aa7a38
|
|
@@ -31622,7 +31739,7 @@ paths:
|
|
|
31622
31739
|
allOf:
|
|
31623
31740
|
- title: migrate.taxRateresponse
|
|
31624
31741
|
type: object
|
|
31625
|
-
properties: &
|
|
31742
|
+
properties: &ref_712
|
|
31626
31743
|
data:
|
|
31627
31744
|
title: TypeAndId
|
|
31628
31745
|
type: object
|
|
@@ -31652,7 +31769,7 @@ paths:
|
|
|
31652
31769
|
allOf:
|
|
31653
31770
|
- title: migrate.activityTyperequest
|
|
31654
31771
|
type: object
|
|
31655
|
-
properties: &
|
|
31772
|
+
properties: &ref_713
|
|
31656
31773
|
type:
|
|
31657
31774
|
type: string
|
|
31658
31775
|
enum:
|
|
@@ -31675,7 +31792,7 @@ paths:
|
|
|
31675
31792
|
allOf:
|
|
31676
31793
|
- title: migrate.activityTyperesponse
|
|
31677
31794
|
type: object
|
|
31678
|
-
properties: &
|
|
31795
|
+
properties: &ref_714
|
|
31679
31796
|
data:
|
|
31680
31797
|
title: TypeAndId
|
|
31681
31798
|
type: object
|
|
@@ -31703,10 +31820,10 @@ paths:
|
|
|
31703
31820
|
application/json:
|
|
31704
31821
|
schema:
|
|
31705
31822
|
title: orders.inforequest
|
|
31706
|
-
required: &
|
|
31823
|
+
required: &ref_715
|
|
31707
31824
|
- id
|
|
31708
31825
|
type: object
|
|
31709
|
-
properties: &
|
|
31826
|
+
properties: &ref_716
|
|
31710
31827
|
id:
|
|
31711
31828
|
type: string
|
|
31712
31829
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -31727,7 +31844,7 @@ paths:
|
|
|
31727
31844
|
allOf:
|
|
31728
31845
|
- title: orders.inforesponse
|
|
31729
31846
|
type: object
|
|
31730
|
-
properties: &
|
|
31847
|
+
properties: &ref_718
|
|
31731
31848
|
data:
|
|
31732
31849
|
type: object
|
|
31733
31850
|
properties:
|
|
@@ -31761,7 +31878,7 @@ paths:
|
|
|
31761
31878
|
items:
|
|
31762
31879
|
title: OrdersGroupedLinesResponse
|
|
31763
31880
|
type: object
|
|
31764
|
-
properties: &
|
|
31881
|
+
properties: &ref_717
|
|
31765
31882
|
section:
|
|
31766
31883
|
type: object
|
|
31767
31884
|
properties:
|
|
@@ -31974,7 +32091,7 @@ paths:
|
|
|
31974
32091
|
allOf:
|
|
31975
32092
|
- title: orders.listrequest
|
|
31976
32093
|
type: object
|
|
31977
|
-
properties: &
|
|
32094
|
+
properties: &ref_719
|
|
31978
32095
|
filter:
|
|
31979
32096
|
type: object
|
|
31980
32097
|
properties:
|
|
@@ -32008,7 +32125,7 @@ paths:
|
|
|
32008
32125
|
schema:
|
|
32009
32126
|
title: orders.listresponse
|
|
32010
32127
|
type: object
|
|
32011
|
-
properties: &
|
|
32128
|
+
properties: &ref_720
|
|
32012
32129
|
data:
|
|
32013
32130
|
type: array
|
|
32014
32131
|
items:
|
|
@@ -32335,7 +32452,7 @@ paths:
|
|
|
32335
32452
|
schema:
|
|
32336
32453
|
title: webhooks.listresponse
|
|
32337
32454
|
type: object
|
|
32338
|
-
properties: &
|
|
32455
|
+
properties: &ref_721
|
|
32339
32456
|
data:
|
|
32340
32457
|
type: array
|
|
32341
32458
|
items:
|
|
@@ -32384,11 +32501,11 @@ paths:
|
|
|
32384
32501
|
schema:
|
|
32385
32502
|
allOf:
|
|
32386
32503
|
- title: cloudPlatforms.urlrequest
|
|
32387
|
-
required: &
|
|
32504
|
+
required: &ref_722
|
|
32388
32505
|
- type
|
|
32389
32506
|
- id
|
|
32390
32507
|
type: object
|
|
32391
|
-
properties: &
|
|
32508
|
+
properties: &ref_723
|
|
32392
32509
|
type:
|
|
32393
32510
|
type: string
|
|
32394
32511
|
enum:
|
|
@@ -32415,7 +32532,7 @@ paths:
|
|
|
32415
32532
|
allOf:
|
|
32416
32533
|
- title: cloudPlatforms.urlresponse
|
|
32417
32534
|
type: object
|
|
32418
|
-
properties: &
|
|
32535
|
+
properties: &ref_724
|
|
32419
32536
|
data:
|
|
32420
32537
|
type: object
|
|
32421
32538
|
properties:
|
|
@@ -32457,7 +32574,7 @@ paths:
|
|
|
32457
32574
|
allOf:
|
|
32458
32575
|
- title: accounts.projects-v2-statusresponse
|
|
32459
32576
|
type: object
|
|
32460
|
-
properties: &
|
|
32577
|
+
properties: &ref_725
|
|
32461
32578
|
data:
|
|
32462
32579
|
type: object
|
|
32463
32580
|
properties:
|
|
@@ -32496,7 +32613,7 @@ paths:
|
|
|
32496
32613
|
allOf:
|
|
32497
32614
|
- title: plannableItems.listrequest
|
|
32498
32615
|
type: object
|
|
32499
|
-
properties: &
|
|
32616
|
+
properties: &ref_726
|
|
32500
32617
|
filter:
|
|
32501
32618
|
type: object
|
|
32502
32619
|
properties:
|
|
@@ -32607,7 +32724,7 @@ paths:
|
|
|
32607
32724
|
allOf:
|
|
32608
32725
|
- title: plannableItems.listresponse
|
|
32609
32726
|
type: object
|
|
32610
|
-
properties: &
|
|
32727
|
+
properties: &ref_727
|
|
32611
32728
|
data:
|
|
32612
32729
|
type: array
|
|
32613
32730
|
items:
|
|
@@ -32695,7 +32812,7 @@ paths:
|
|
|
32695
32812
|
allOf:
|
|
32696
32813
|
- title: plannableItems.inforequest
|
|
32697
32814
|
type: object
|
|
32698
|
-
properties: &
|
|
32815
|
+
properties: &ref_728
|
|
32699
32816
|
id:
|
|
32700
32817
|
type: string
|
|
32701
32818
|
example: 018d79a1-2b99-7fbd-b323-500b01305371
|
|
@@ -32723,7 +32840,7 @@ paths:
|
|
|
32723
32840
|
allOf:
|
|
32724
32841
|
- title: plannableItems.inforesponse
|
|
32725
32842
|
type: object
|
|
32726
|
-
properties: &
|
|
32843
|
+
properties: &ref_729
|
|
32727
32844
|
data:
|
|
32728
32845
|
type: object
|
|
32729
32846
|
properties:
|
|
@@ -32801,7 +32918,7 @@ paths:
|
|
|
32801
32918
|
allOf:
|
|
32802
32919
|
- title: reservations.listrequest
|
|
32803
32920
|
type: object
|
|
32804
|
-
properties: &
|
|
32921
|
+
properties: &ref_730
|
|
32805
32922
|
filter:
|
|
32806
32923
|
type: object
|
|
32807
32924
|
properties:
|
|
@@ -32879,7 +32996,7 @@ paths:
|
|
|
32879
32996
|
allOf:
|
|
32880
32997
|
- title: reservations.listresponse
|
|
32881
32998
|
type: object
|
|
32882
|
-
properties: &
|
|
32999
|
+
properties: &ref_731
|
|
32883
33000
|
data:
|
|
32884
33001
|
type: array
|
|
32885
33002
|
items:
|
|
@@ -32977,12 +33094,12 @@ paths:
|
|
|
32977
33094
|
allOf:
|
|
32978
33095
|
- title: reservations.createrequest
|
|
32979
33096
|
type: object
|
|
32980
|
-
required: &
|
|
33097
|
+
required: &ref_732
|
|
32981
33098
|
- plannable_item_id
|
|
32982
33099
|
- date
|
|
32983
33100
|
- duration
|
|
32984
33101
|
- assignee
|
|
32985
|
-
properties: &
|
|
33102
|
+
properties: &ref_733
|
|
32986
33103
|
plannable_item_id:
|
|
32987
33104
|
type: string
|
|
32988
33105
|
example: e82cec33-24c9-4d13-96cb-d515a1660c8d
|
|
@@ -33039,7 +33156,7 @@ paths:
|
|
|
33039
33156
|
allOf:
|
|
33040
33157
|
- title: reservations.createresponse
|
|
33041
33158
|
type: object
|
|
33042
|
-
properties: &
|
|
33159
|
+
properties: &ref_734
|
|
33043
33160
|
data:
|
|
33044
33161
|
title: TypeAndId
|
|
33045
33162
|
type: object
|
|
@@ -33069,9 +33186,9 @@ paths:
|
|
|
33069
33186
|
allOf:
|
|
33070
33187
|
- title: reservations.updaterequest
|
|
33071
33188
|
type: object
|
|
33072
|
-
required: &
|
|
33189
|
+
required: &ref_735
|
|
33073
33190
|
- id
|
|
33074
|
-
properties: &
|
|
33191
|
+
properties: &ref_736
|
|
33075
33192
|
id:
|
|
33076
33193
|
type: string
|
|
33077
33194
|
example: 01878019-c72c-70dc-b097-7e519c775e35
|
|
@@ -33134,9 +33251,9 @@ paths:
|
|
|
33134
33251
|
allOf:
|
|
33135
33252
|
- title: reservations.deleterequest
|
|
33136
33253
|
type: object
|
|
33137
|
-
required: &
|
|
33254
|
+
required: &ref_737
|
|
33138
33255
|
- id
|
|
33139
|
-
properties: &
|
|
33256
|
+
properties: &ref_738
|
|
33140
33257
|
id:
|
|
33141
33258
|
type: string
|
|
33142
33259
|
example: 01878019-c72c-70dc-b097-7e519c775e35
|
|
@@ -33167,9 +33284,9 @@ paths:
|
|
|
33167
33284
|
allOf:
|
|
33168
33285
|
- title: userAvailability.totalrequest
|
|
33169
33286
|
type: object
|
|
33170
|
-
required: &
|
|
33287
|
+
required: &ref_739
|
|
33171
33288
|
- period
|
|
33172
|
-
properties: &
|
|
33289
|
+
properties: &ref_740
|
|
33173
33290
|
period:
|
|
33174
33291
|
allOf:
|
|
33175
33292
|
- title: Period
|
|
@@ -33226,7 +33343,7 @@ paths:
|
|
|
33226
33343
|
allOf:
|
|
33227
33344
|
- title: userAvailability.totalresponse
|
|
33228
33345
|
type: object
|
|
33229
|
-
properties: &
|
|
33346
|
+
properties: &ref_741
|
|
33230
33347
|
data:
|
|
33231
33348
|
type: array
|
|
33232
33349
|
items:
|
|
@@ -33321,9 +33438,9 @@ paths:
|
|
|
33321
33438
|
allOf:
|
|
33322
33439
|
- title: userAvailability.dailyrequest
|
|
33323
33440
|
type: object
|
|
33324
|
-
required: &
|
|
33441
|
+
required: &ref_742
|
|
33325
33442
|
- period
|
|
33326
|
-
properties: &
|
|
33443
|
+
properties: &ref_743
|
|
33327
33444
|
period:
|
|
33328
33445
|
allOf:
|
|
33329
33446
|
- title: Period
|
|
@@ -33374,7 +33491,7 @@ paths:
|
|
|
33374
33491
|
allOf:
|
|
33375
33492
|
- title: userAvailability.dailyresponse
|
|
33376
33493
|
type: object
|
|
33377
|
-
properties: &
|
|
33494
|
+
properties: &ref_744
|
|
33378
33495
|
data:
|
|
33379
33496
|
type: array
|
|
33380
33497
|
items:
|
|
@@ -34367,67 +34484,72 @@ components:
|
|
|
34367
34484
|
required: *ref_341
|
|
34368
34485
|
type: object
|
|
34369
34486
|
properties: *ref_342
|
|
34487
|
+
calls.deleterequest:
|
|
34488
|
+
title: calls.deleterequest
|
|
34489
|
+
required: *ref_343
|
|
34490
|
+
type: object
|
|
34491
|
+
properties: *ref_344
|
|
34370
34492
|
callOutcomes.listrequest:
|
|
34371
34493
|
title: callOutcomes.listrequest
|
|
34372
34494
|
type: object
|
|
34373
|
-
properties: *
|
|
34495
|
+
properties: *ref_345
|
|
34374
34496
|
callOutcomes.listresponse:
|
|
34375
34497
|
title: callOutcomes.listresponse
|
|
34376
34498
|
type: object
|
|
34377
|
-
properties: *
|
|
34499
|
+
properties: *ref_346
|
|
34378
34500
|
Attendee:
|
|
34379
34501
|
title: Attendee
|
|
34380
|
-
required: *
|
|
34502
|
+
required: *ref_347
|
|
34381
34503
|
type: object
|
|
34382
|
-
properties: *
|
|
34504
|
+
properties: *ref_348
|
|
34383
34505
|
events.listrequest:
|
|
34384
34506
|
title: events.listrequest
|
|
34385
34507
|
type: object
|
|
34386
|
-
properties: *
|
|
34508
|
+
properties: *ref_349
|
|
34387
34509
|
events.listresponse:
|
|
34388
34510
|
title: events.listresponse
|
|
34389
34511
|
type: object
|
|
34390
|
-
properties: *
|
|
34512
|
+
properties: *ref_350
|
|
34391
34513
|
events.inforequest:
|
|
34392
34514
|
title: events.inforequest
|
|
34393
|
-
required: *
|
|
34515
|
+
required: *ref_351
|
|
34394
34516
|
type: object
|
|
34395
|
-
properties: *
|
|
34517
|
+
properties: *ref_352
|
|
34396
34518
|
events.inforesponse:
|
|
34397
34519
|
title: events.inforesponse
|
|
34398
34520
|
type: object
|
|
34399
|
-
properties: *
|
|
34521
|
+
properties: *ref_353
|
|
34400
34522
|
events.createrequest:
|
|
34401
34523
|
title: events.createrequest
|
|
34402
|
-
required: *
|
|
34524
|
+
required: *ref_354
|
|
34403
34525
|
type: object
|
|
34404
|
-
properties: *
|
|
34526
|
+
properties: *ref_355
|
|
34405
34527
|
events.createresponse:
|
|
34406
34528
|
title: events.createresponse
|
|
34407
34529
|
type: object
|
|
34408
|
-
properties: *
|
|
34530
|
+
properties: *ref_356
|
|
34409
34531
|
events.updaterequest:
|
|
34410
34532
|
title: events.updaterequest
|
|
34411
|
-
required: *
|
|
34533
|
+
required: *ref_357
|
|
34412
34534
|
type: object
|
|
34413
|
-
properties: *
|
|
34535
|
+
properties: *ref_358
|
|
34414
34536
|
events.cancelrequest:
|
|
34415
34537
|
title: events.cancelrequest
|
|
34416
|
-
required: *
|
|
34538
|
+
required: *ref_359
|
|
34417
34539
|
type: object
|
|
34418
|
-
properties: *
|
|
34540
|
+
properties: *ref_360
|
|
34419
34541
|
activityTypes.listrequest:
|
|
34420
34542
|
title: activityTypes.listrequest
|
|
34421
34543
|
type: object
|
|
34422
|
-
properties: *
|
|
34544
|
+
properties: *ref_361
|
|
34423
34545
|
activityTypes.listresponse:
|
|
34424
34546
|
title: activityTypes.listresponse
|
|
34425
34547
|
type: object
|
|
34426
|
-
properties: *
|
|
34548
|
+
properties: *ref_362
|
|
34427
34549
|
invoices.listrequest:
|
|
34428
34550
|
title: invoices.listrequest
|
|
34429
34551
|
type: object
|
|
34430
|
-
properties: *
|
|
34552
|
+
properties: *ref_363
|
|
34431
34553
|
ForAttentionOf:
|
|
34432
34554
|
title: ForAttentionOf
|
|
34433
34555
|
type: object
|
|
@@ -34435,23 +34557,23 @@ components:
|
|
|
34435
34557
|
InvoicesListInvoicee:
|
|
34436
34558
|
title: InvoicesListInvoicee
|
|
34437
34559
|
type: object
|
|
34438
|
-
properties: *
|
|
34560
|
+
properties: *ref_364
|
|
34439
34561
|
invoices.listresponse:
|
|
34440
34562
|
title: invoices.listresponse
|
|
34441
34563
|
type: object
|
|
34442
|
-
properties: *
|
|
34564
|
+
properties: *ref_365
|
|
34443
34565
|
invoices.inforequest:
|
|
34444
34566
|
title: invoices.inforequest
|
|
34445
34567
|
type: object
|
|
34446
|
-
properties: *
|
|
34568
|
+
properties: *ref_366
|
|
34447
34569
|
InvoicesResponseInvoicee:
|
|
34448
34570
|
title: InvoicesResponseInvoicee
|
|
34449
34571
|
type: object
|
|
34450
|
-
properties: *
|
|
34572
|
+
properties: *ref_367
|
|
34451
34573
|
InvoicesGroupedLinesResponse:
|
|
34452
34574
|
title: InvoicesGroupedLinesResponse
|
|
34453
34575
|
type: object
|
|
34454
|
-
properties: *
|
|
34576
|
+
properties: *ref_368
|
|
34455
34577
|
ExpectedPaymentMethod:
|
|
34456
34578
|
title: ExpectedPaymentMethod
|
|
34457
34579
|
type: object
|
|
@@ -34465,21 +34587,21 @@ components:
|
|
|
34465
34587
|
invoices.inforesponse:
|
|
34466
34588
|
title: invoices.inforesponse
|
|
34467
34589
|
type: object
|
|
34468
|
-
properties: *
|
|
34590
|
+
properties: *ref_369
|
|
34469
34591
|
InvoiceDownloadFormat:
|
|
34470
34592
|
title: Format
|
|
34471
|
-
enum: *
|
|
34593
|
+
enum: *ref_370
|
|
34472
34594
|
type: string
|
|
34473
34595
|
example: pdf
|
|
34474
34596
|
invoices.downloadrequest:
|
|
34475
34597
|
title: invoices.downloadrequest
|
|
34476
|
-
required: *
|
|
34598
|
+
required: *ref_371
|
|
34477
34599
|
type: object
|
|
34478
|
-
properties: *
|
|
34600
|
+
properties: *ref_372
|
|
34479
34601
|
invoices.downloadresponse:
|
|
34480
34602
|
title: invoices.downloadresponse
|
|
34481
34603
|
type: object
|
|
34482
|
-
properties: *
|
|
34604
|
+
properties: *ref_373
|
|
34483
34605
|
InvoicesRequestInvoicee:
|
|
34484
34606
|
title: InvoicesRequestInvoicee
|
|
34485
34607
|
required: *ref_69
|
|
@@ -34492,75 +34614,75 @@ components:
|
|
|
34492
34614
|
properties: *ref_72
|
|
34493
34615
|
invoices.draftrequest:
|
|
34494
34616
|
title: invoices.draftrequest
|
|
34495
|
-
required: *
|
|
34617
|
+
required: *ref_374
|
|
34496
34618
|
type: object
|
|
34497
|
-
properties: *
|
|
34619
|
+
properties: *ref_375
|
|
34498
34620
|
invoices.draftresponse:
|
|
34499
34621
|
title: invoices.draftresponse
|
|
34500
34622
|
type: object
|
|
34501
|
-
properties: *
|
|
34623
|
+
properties: *ref_376
|
|
34502
34624
|
invoices.updaterequest:
|
|
34503
34625
|
title: invoices.updaterequest
|
|
34504
|
-
required: *
|
|
34626
|
+
required: *ref_377
|
|
34505
34627
|
type: object
|
|
34506
|
-
properties: *
|
|
34628
|
+
properties: *ref_378
|
|
34507
34629
|
invoices.updateBookedrequest:
|
|
34508
34630
|
title: invoices.updateBookedrequest
|
|
34509
|
-
required: *
|
|
34631
|
+
required: *ref_379
|
|
34510
34632
|
type: object
|
|
34511
|
-
properties: *
|
|
34633
|
+
properties: *ref_380
|
|
34512
34634
|
invoices.copyrequest:
|
|
34513
34635
|
title: invoices.copyrequest
|
|
34514
|
-
required: *
|
|
34636
|
+
required: *ref_381
|
|
34515
34637
|
type: object
|
|
34516
|
-
properties: *
|
|
34638
|
+
properties: *ref_382
|
|
34517
34639
|
invoices.copyresponse:
|
|
34518
34640
|
title: invoices.copyresponse
|
|
34519
34641
|
type: object
|
|
34520
|
-
properties: *
|
|
34642
|
+
properties: *ref_383
|
|
34521
34643
|
invoices.bookrequest:
|
|
34522
34644
|
title: invoices.bookrequest
|
|
34523
|
-
required: *
|
|
34645
|
+
required: *ref_384
|
|
34524
34646
|
type: object
|
|
34525
|
-
properties: *
|
|
34647
|
+
properties: *ref_385
|
|
34526
34648
|
invoices.deleterequest:
|
|
34527
34649
|
title: invoices.deleterequest
|
|
34528
|
-
required: *
|
|
34650
|
+
required: *ref_386
|
|
34529
34651
|
type: object
|
|
34530
|
-
properties: *
|
|
34652
|
+
properties: *ref_387
|
|
34531
34653
|
invoices.registerPaymentrequest:
|
|
34532
34654
|
title: invoices.registerPaymentrequest
|
|
34533
|
-
required: *
|
|
34655
|
+
required: *ref_388
|
|
34534
34656
|
type: object
|
|
34535
|
-
properties: *
|
|
34657
|
+
properties: *ref_389
|
|
34536
34658
|
invoices.removePaymentsrequest:
|
|
34537
34659
|
title: invoices.removePaymentsrequest
|
|
34538
|
-
required: *
|
|
34660
|
+
required: *ref_390
|
|
34539
34661
|
type: object
|
|
34540
|
-
properties: *
|
|
34662
|
+
properties: *ref_391
|
|
34541
34663
|
invoices.creditrequest:
|
|
34542
34664
|
title: invoices.creditrequest
|
|
34543
|
-
required: *
|
|
34665
|
+
required: *ref_392
|
|
34544
34666
|
type: object
|
|
34545
|
-
properties: *
|
|
34667
|
+
properties: *ref_393
|
|
34546
34668
|
invoices.creditresponse:
|
|
34547
34669
|
title: invoices.creditresponse
|
|
34548
34670
|
type: object
|
|
34549
|
-
properties: *
|
|
34671
|
+
properties: *ref_394
|
|
34550
34672
|
invoices.creditPartiallyrequest:
|
|
34551
34673
|
title: invoices.creditPartiallyrequest
|
|
34552
|
-
required: *
|
|
34674
|
+
required: *ref_395
|
|
34553
34675
|
type: object
|
|
34554
|
-
properties: *
|
|
34676
|
+
properties: *ref_396
|
|
34555
34677
|
invoices.creditPartiallyresponse:
|
|
34556
34678
|
title: invoices.creditPartiallyresponse
|
|
34557
34679
|
type: object
|
|
34558
|
-
properties: *
|
|
34680
|
+
properties: *ref_397
|
|
34559
34681
|
ToEmail:
|
|
34560
34682
|
title: ToEmail
|
|
34561
|
-
required: *
|
|
34683
|
+
required: *ref_398
|
|
34562
34684
|
type: object
|
|
34563
|
-
properties: *
|
|
34685
|
+
properties: *ref_399
|
|
34564
34686
|
CcEmail:
|
|
34565
34687
|
title: CcEmail
|
|
34566
34688
|
required: *ref_73
|
|
@@ -34568,66 +34690,66 @@ components:
|
|
|
34568
34690
|
properties: *ref_74
|
|
34569
34691
|
invoices.sendrequest:
|
|
34570
34692
|
title: invoices.sendrequest
|
|
34571
|
-
required: *
|
|
34693
|
+
required: *ref_400
|
|
34572
34694
|
type: object
|
|
34573
|
-
properties: *
|
|
34695
|
+
properties: *ref_401
|
|
34574
34696
|
invoices.sendViaPeppol:
|
|
34575
34697
|
title: invoices.sendViaPeppol
|
|
34576
|
-
required: *
|
|
34698
|
+
required: *ref_402
|
|
34577
34699
|
type: object
|
|
34578
|
-
properties: *
|
|
34700
|
+
properties: *ref_403
|
|
34579
34701
|
creditNotes.listrequest:
|
|
34580
34702
|
title: creditNotes.listrequest
|
|
34581
34703
|
type: object
|
|
34582
|
-
properties: *
|
|
34704
|
+
properties: *ref_404
|
|
34583
34705
|
CreditNotesListInvoicee:
|
|
34584
34706
|
title: CreditNotesListInvoicee
|
|
34585
34707
|
type: object
|
|
34586
|
-
properties: *
|
|
34708
|
+
properties: *ref_405
|
|
34587
34709
|
creditNotes.listresponse:
|
|
34588
34710
|
title: creditNotes.listresponse
|
|
34589
34711
|
type: object
|
|
34590
|
-
properties: *
|
|
34712
|
+
properties: *ref_406
|
|
34591
34713
|
creditNotes.inforequest:
|
|
34592
34714
|
title: creditNotes.inforequest
|
|
34593
|
-
required: *
|
|
34715
|
+
required: *ref_407
|
|
34594
34716
|
type: object
|
|
34595
|
-
properties: *
|
|
34717
|
+
properties: *ref_408
|
|
34596
34718
|
CreditNotesResponseInvoicee:
|
|
34597
34719
|
title: CreditNotesResponseInvoicee
|
|
34598
34720
|
type: object
|
|
34599
|
-
properties: *
|
|
34721
|
+
properties: *ref_409
|
|
34600
34722
|
CreditNotesGroupedLinesResponse:
|
|
34601
34723
|
title: CreditNotesGroupedLinesResponse
|
|
34602
34724
|
type: object
|
|
34603
|
-
properties: *
|
|
34725
|
+
properties: *ref_410
|
|
34604
34726
|
creditNotes.inforesponse:
|
|
34605
34727
|
title: creditNotes.inforesponse
|
|
34606
34728
|
type: object
|
|
34607
|
-
properties: *
|
|
34729
|
+
properties: *ref_411
|
|
34608
34730
|
CreditNoteDownloadFormat:
|
|
34609
34731
|
title: Format
|
|
34610
|
-
enum: *
|
|
34732
|
+
enum: *ref_412
|
|
34611
34733
|
type: string
|
|
34612
34734
|
example: pdf
|
|
34613
34735
|
creditNotes.downloadrequest:
|
|
34614
34736
|
title: creditNotes.downloadrequest
|
|
34615
|
-
required: *
|
|
34737
|
+
required: *ref_413
|
|
34616
34738
|
type: object
|
|
34617
|
-
properties: *
|
|
34739
|
+
properties: *ref_414
|
|
34618
34740
|
creditNotes.downloadresponse:
|
|
34619
34741
|
title: creditNotes.downloadresponse
|
|
34620
34742
|
type: object
|
|
34621
|
-
properties: *
|
|
34743
|
+
properties: *ref_415
|
|
34622
34744
|
creditNotes.sendViaPeppol:
|
|
34623
34745
|
title: creditNotes.sendViaPeppol
|
|
34624
|
-
required: *
|
|
34746
|
+
required: *ref_416
|
|
34625
34747
|
type: object
|
|
34626
|
-
properties: *
|
|
34748
|
+
properties: *ref_417
|
|
34627
34749
|
subscriptions.listrequest:
|
|
34628
34750
|
title: subscriptions.listrequest
|
|
34629
34751
|
type: object
|
|
34630
|
-
properties: *
|
|
34752
|
+
properties: *ref_418
|
|
34631
34753
|
SubscriptionsResponseInvoicee:
|
|
34632
34754
|
title: SubscriptionsResponseInvoicee
|
|
34633
34755
|
type: object
|
|
@@ -34639,20 +34761,20 @@ components:
|
|
|
34639
34761
|
subscriptions.listresponse:
|
|
34640
34762
|
title: subscriptions.listresponse
|
|
34641
34763
|
type: object
|
|
34642
|
-
properties: *
|
|
34764
|
+
properties: *ref_419
|
|
34643
34765
|
subscriptions.inforequest:
|
|
34644
34766
|
title: subscriptions.inforequest
|
|
34645
|
-
required: *
|
|
34767
|
+
required: *ref_420
|
|
34646
34768
|
type: object
|
|
34647
|
-
properties: *
|
|
34769
|
+
properties: *ref_421
|
|
34648
34770
|
SubscriptionsGroupedLinesResponse:
|
|
34649
34771
|
title: SubscriptionsGroupedLinesResponse
|
|
34650
34772
|
type: object
|
|
34651
|
-
properties: *
|
|
34773
|
+
properties: *ref_422
|
|
34652
34774
|
subscriptions.inforesponse:
|
|
34653
34775
|
title: subscriptions.inforesponse
|
|
34654
34776
|
type: object
|
|
34655
|
-
properties: *
|
|
34777
|
+
properties: *ref_423
|
|
34656
34778
|
SubscriptionsGroupedLinesRequest:
|
|
34657
34779
|
title: SubscriptionsGroupedLinesRequest
|
|
34658
34780
|
required: *ref_80
|
|
@@ -34661,168 +34783,168 @@ components:
|
|
|
34661
34783
|
InvoiceGenerationCreate:
|
|
34662
34784
|
title: InvoiceGenerationCreate
|
|
34663
34785
|
type: object
|
|
34664
|
-
oneOf: *
|
|
34786
|
+
oneOf: *ref_424
|
|
34665
34787
|
subscriptions.createrequest:
|
|
34666
34788
|
title: subscriptions.createrequest
|
|
34667
34789
|
type: object
|
|
34668
|
-
required: *
|
|
34669
|
-
properties: *
|
|
34790
|
+
required: *ref_425
|
|
34791
|
+
properties: *ref_426
|
|
34670
34792
|
subscriptions.createresponse:
|
|
34671
34793
|
title: subscriptions.createresponse
|
|
34672
34794
|
type: object
|
|
34673
|
-
properties: *
|
|
34795
|
+
properties: *ref_427
|
|
34674
34796
|
InvoiceGenerationUpdate:
|
|
34675
34797
|
title: InvoiceGenerationUpdate
|
|
34676
34798
|
type: object
|
|
34677
|
-
oneOf: *
|
|
34799
|
+
oneOf: *ref_428
|
|
34678
34800
|
subscriptions.updaterequest:
|
|
34679
34801
|
title: subscriptions.updaterequest
|
|
34680
|
-
required: *
|
|
34802
|
+
required: *ref_429
|
|
34681
34803
|
type: object
|
|
34682
|
-
properties: *
|
|
34804
|
+
properties: *ref_430
|
|
34683
34805
|
subscriptions.deactivaterequest:
|
|
34684
34806
|
title: subscriptions.deactivaterequest
|
|
34685
|
-
required: *
|
|
34807
|
+
required: *ref_431
|
|
34686
34808
|
type: object
|
|
34687
|
-
properties: *
|
|
34809
|
+
properties: *ref_432
|
|
34688
34810
|
taxRates.listrequest:
|
|
34689
34811
|
title: taxRates.listrequest
|
|
34690
34812
|
type: object
|
|
34691
|
-
properties: *
|
|
34813
|
+
properties: *ref_433
|
|
34692
34814
|
taxRates.listresponse:
|
|
34693
34815
|
title: taxRates.listresponse
|
|
34694
34816
|
type: object
|
|
34695
|
-
properties: *
|
|
34817
|
+
properties: *ref_434
|
|
34696
34818
|
paymentTerms.listresponse:
|
|
34697
34819
|
title: paymentTerms.listresponse
|
|
34698
34820
|
type: object
|
|
34699
|
-
properties: *
|
|
34821
|
+
properties: *ref_435
|
|
34700
34822
|
withholdingTaxRates.listrequest:
|
|
34701
34823
|
title: withholdingTaxRates.listrequest
|
|
34702
34824
|
type: object
|
|
34703
|
-
properties: *
|
|
34825
|
+
properties: *ref_436
|
|
34704
34826
|
withholdingTaxRates.listresponse:
|
|
34705
34827
|
title: withholdingTaxRates.listresponse
|
|
34706
34828
|
type: object
|
|
34707
|
-
properties: *
|
|
34829
|
+
properties: *ref_437
|
|
34708
34830
|
commercialDiscounts.listrequest:
|
|
34709
34831
|
title: commercialDiscounts.listrequest
|
|
34710
34832
|
type: object
|
|
34711
|
-
properties: *
|
|
34833
|
+
properties: *ref_438
|
|
34712
34834
|
commercialDiscounts.listresponse:
|
|
34713
34835
|
title: commercialDiscounts.listresponse
|
|
34714
34836
|
type: object
|
|
34715
|
-
properties: *
|
|
34837
|
+
properties: *ref_439
|
|
34716
34838
|
paymentMethods.listrequest:
|
|
34717
34839
|
title: paymentMethods.listrequest
|
|
34718
34840
|
type: object
|
|
34719
|
-
properties: *
|
|
34841
|
+
properties: *ref_440
|
|
34720
34842
|
paymentMethods.listresponse:
|
|
34721
34843
|
title: paymentMethods.listresponse
|
|
34722
34844
|
type: object
|
|
34723
|
-
properties: *
|
|
34845
|
+
properties: *ref_441
|
|
34724
34846
|
expenses.listrequest:
|
|
34725
34847
|
type: object
|
|
34726
|
-
properties: *
|
|
34848
|
+
properties: *ref_442
|
|
34727
34849
|
expenses.listresponse:
|
|
34728
34850
|
type: object
|
|
34729
|
-
properties: *
|
|
34851
|
+
properties: *ref_443
|
|
34730
34852
|
incomingCreditNotes.listPaymentsrequest:
|
|
34731
34853
|
title: incomingCreditNotes.listPaymentsrequest
|
|
34732
34854
|
type: object
|
|
34733
|
-
properties: *
|
|
34734
|
-
required: *
|
|
34855
|
+
properties: *ref_444
|
|
34856
|
+
required: *ref_445
|
|
34735
34857
|
incomingCreditNotes.listPaymentsresponse:
|
|
34736
34858
|
title: receipts.listPaymentsresponse
|
|
34737
34859
|
type: object
|
|
34738
|
-
properties: *
|
|
34860
|
+
properties: *ref_446
|
|
34739
34861
|
incomingCreditNotes.registerPaymentrequest:
|
|
34740
34862
|
title: receipts.incomingCreditNotes
|
|
34741
34863
|
type: object
|
|
34742
|
-
properties: *
|
|
34743
|
-
required: *
|
|
34864
|
+
properties: *ref_447
|
|
34865
|
+
required: *ref_448
|
|
34744
34866
|
incomingCreditNotes.registerPaymentresponse:
|
|
34745
34867
|
title: receipts.registerPaymentresponse
|
|
34746
34868
|
type: object
|
|
34747
|
-
properties: *
|
|
34869
|
+
properties: *ref_449
|
|
34748
34870
|
incomingCreditNotes.removePaymentrequest:
|
|
34749
34871
|
title: receipts.removePaymentrequest
|
|
34750
34872
|
type: object
|
|
34751
|
-
properties: *
|
|
34752
|
-
required: *
|
|
34873
|
+
properties: *ref_450
|
|
34874
|
+
required: *ref_451
|
|
34753
34875
|
incomingCreditNotes.updatePaymentrequest:
|
|
34754
34876
|
title: incomingCreditNotes.updatePaymentrequest
|
|
34755
34877
|
type: object
|
|
34756
|
-
properties: *
|
|
34757
|
-
required: *
|
|
34878
|
+
properties: *ref_452
|
|
34879
|
+
required: *ref_453
|
|
34758
34880
|
incomingInvoices.listPaymentsrequest:
|
|
34759
34881
|
title: incomingInvoices.listPaymentsrequest
|
|
34760
34882
|
type: object
|
|
34761
|
-
properties: *
|
|
34762
|
-
required: *
|
|
34883
|
+
properties: *ref_454
|
|
34884
|
+
required: *ref_455
|
|
34763
34885
|
incomingInvoices.listPaymentsresponse:
|
|
34764
34886
|
title: receipts.listPaymentsresponse
|
|
34765
34887
|
type: object
|
|
34766
|
-
properties: *
|
|
34888
|
+
properties: *ref_456
|
|
34767
34889
|
incomingInvoices.registerPaymentrequest:
|
|
34768
34890
|
title: incomingInvoices.registerPaymentrequest
|
|
34769
34891
|
type: object
|
|
34770
|
-
properties: *
|
|
34771
|
-
required: *
|
|
34892
|
+
properties: *ref_457
|
|
34893
|
+
required: *ref_458
|
|
34772
34894
|
incomingInvoices.registerPaymentresponse:
|
|
34773
34895
|
title: receipts.registerPaymentresponse
|
|
34774
34896
|
type: object
|
|
34775
|
-
properties: *
|
|
34897
|
+
properties: *ref_459
|
|
34776
34898
|
incomingInvoices.removePaymentrequest:
|
|
34777
34899
|
title: incomingInvoices.removePaymentrequest
|
|
34778
34900
|
type: object
|
|
34779
|
-
properties: *
|
|
34780
|
-
required: *
|
|
34901
|
+
properties: *ref_460
|
|
34902
|
+
required: *ref_461
|
|
34781
34903
|
incomingInvoices.updatePaymentrequest:
|
|
34782
34904
|
title: incomingInvoices.updatePaymentrequest
|
|
34783
34905
|
type: object
|
|
34784
|
-
properties: *
|
|
34785
|
-
required: *
|
|
34906
|
+
properties: *ref_462
|
|
34907
|
+
required: *ref_463
|
|
34786
34908
|
receipts.listPaymentsrequest:
|
|
34787
34909
|
title: receipts.listPaymentsrequest
|
|
34788
34910
|
type: object
|
|
34789
|
-
properties: *
|
|
34790
|
-
required: *
|
|
34911
|
+
properties: *ref_464
|
|
34912
|
+
required: *ref_465
|
|
34791
34913
|
receipts.listPaymentsresponse:
|
|
34792
34914
|
title: receipts.listPaymentsresponse
|
|
34793
34915
|
type: object
|
|
34794
|
-
properties: *
|
|
34916
|
+
properties: *ref_466
|
|
34795
34917
|
receipts.registerPaymentrequest:
|
|
34796
34918
|
title: receipts.registerPaymentrequest
|
|
34797
34919
|
type: object
|
|
34798
|
-
properties: *
|
|
34799
|
-
required: *
|
|
34920
|
+
properties: *ref_467
|
|
34921
|
+
required: *ref_468
|
|
34800
34922
|
receipts.registerPaymentresponse:
|
|
34801
34923
|
title: receipts.registerPaymentresponse
|
|
34802
34924
|
type: object
|
|
34803
|
-
properties: *
|
|
34925
|
+
properties: *ref_469
|
|
34804
34926
|
receipts.removePaymentrequest:
|
|
34805
34927
|
title: receipts.removePaymentrequest
|
|
34806
34928
|
type: object
|
|
34807
|
-
properties: *
|
|
34808
|
-
required: *
|
|
34929
|
+
properties: *ref_470
|
|
34930
|
+
required: *ref_471
|
|
34809
34931
|
receipts.updatePaymentrequest:
|
|
34810
34932
|
title: receipts.updatePaymentrequest
|
|
34811
34933
|
type: object
|
|
34812
|
-
properties: *
|
|
34813
|
-
required: *
|
|
34934
|
+
properties: *ref_472
|
|
34935
|
+
required: *ref_473
|
|
34814
34936
|
productCategories.listrequest:
|
|
34815
34937
|
title: productCategories.listrequest
|
|
34816
34938
|
type: object
|
|
34817
|
-
properties: *
|
|
34939
|
+
properties: *ref_474
|
|
34818
34940
|
productCategories.listresponse:
|
|
34819
34941
|
title: productCategories.listresponse
|
|
34820
34942
|
type: object
|
|
34821
|
-
properties: *
|
|
34943
|
+
properties: *ref_475
|
|
34822
34944
|
products.listrequest:
|
|
34823
34945
|
title: products.listrequest
|
|
34824
34946
|
type: object
|
|
34825
|
-
properties: *
|
|
34947
|
+
properties: *ref_476
|
|
34826
34948
|
Stock:
|
|
34827
34949
|
title: Stock
|
|
34828
34950
|
type: object
|
|
@@ -34835,26 +34957,26 @@ components:
|
|
|
34835
34957
|
products.listresponse:
|
|
34836
34958
|
title: products.listresponse
|
|
34837
34959
|
type: object
|
|
34838
|
-
properties: *
|
|
34960
|
+
properties: *ref_477
|
|
34839
34961
|
products.inforequest:
|
|
34840
34962
|
title: products.inforequest
|
|
34841
|
-
required: *
|
|
34963
|
+
required: *ref_478
|
|
34842
34964
|
type: object
|
|
34843
|
-
properties: *
|
|
34965
|
+
properties: *ref_479
|
|
34844
34966
|
products.inforesponse:
|
|
34845
34967
|
title: products.inforesponse
|
|
34846
34968
|
type: object
|
|
34847
|
-
properties: *
|
|
34969
|
+
properties: *ref_480
|
|
34848
34970
|
ProductPriceWrite:
|
|
34849
34971
|
title: ProductPriceWrite
|
|
34850
|
-
required: *
|
|
34972
|
+
required: *ref_481
|
|
34851
34973
|
type: object
|
|
34852
|
-
properties: *
|
|
34974
|
+
properties: *ref_482
|
|
34853
34975
|
StockThreshold:
|
|
34854
34976
|
title: StockThreshold
|
|
34855
|
-
required: *
|
|
34977
|
+
required: *ref_483
|
|
34856
34978
|
type: object
|
|
34857
|
-
properties: *
|
|
34979
|
+
properties: *ref_484
|
|
34858
34980
|
description: Only available when stock management feature is enabled
|
|
34859
34981
|
ProductConfigurationWrite:
|
|
34860
34982
|
title: ProductConfigurationWrite
|
|
@@ -34867,33 +34989,33 @@ components:
|
|
|
34867
34989
|
products.addresponse:
|
|
34868
34990
|
title: products.addresponse
|
|
34869
34991
|
type: object
|
|
34870
|
-
properties: *
|
|
34992
|
+
properties: *ref_485
|
|
34871
34993
|
products.updaterequest:
|
|
34872
34994
|
title: products.updaterequest
|
|
34873
|
-
required: *
|
|
34995
|
+
required: *ref_486
|
|
34874
34996
|
type: object
|
|
34875
|
-
properties: *
|
|
34997
|
+
properties: *ref_487
|
|
34876
34998
|
products.deleterequest:
|
|
34877
34999
|
title: products.deleterequest
|
|
34878
|
-
required: *
|
|
35000
|
+
required: *ref_488
|
|
34879
35001
|
type: object
|
|
34880
|
-
properties: *
|
|
35002
|
+
properties: *ref_489
|
|
34881
35003
|
unitsOfMeasure.listresponse:
|
|
34882
35004
|
title: unitsOfMeasure.listresponse
|
|
34883
35005
|
type: object
|
|
34884
|
-
properties: *
|
|
35006
|
+
properties: *ref_490
|
|
34885
35007
|
priceLists.listrequest:
|
|
34886
35008
|
title: priceLists.listrequest
|
|
34887
35009
|
type: object
|
|
34888
|
-
properties: *
|
|
35010
|
+
properties: *ref_491
|
|
34889
35011
|
priceLists.listresponse:
|
|
34890
35012
|
title: priceLists.listresponse
|
|
34891
35013
|
type: object
|
|
34892
|
-
properties: *
|
|
35014
|
+
properties: *ref_492
|
|
34893
35015
|
projects.listrequest:
|
|
34894
35016
|
title: projects.listrequest
|
|
34895
35017
|
type: object
|
|
34896
|
-
properties: *
|
|
35018
|
+
properties: *ref_493
|
|
34897
35019
|
ProjectsActuals:
|
|
34898
35020
|
title: ProjectsActuals
|
|
34899
35021
|
type: object
|
|
@@ -34907,12 +35029,12 @@ components:
|
|
|
34907
35029
|
projects.listresponse:
|
|
34908
35030
|
title: projects.listresponse
|
|
34909
35031
|
type: object
|
|
34910
|
-
properties: *
|
|
35032
|
+
properties: *ref_494
|
|
34911
35033
|
projects.inforequest:
|
|
34912
35034
|
title: projects.inforequest
|
|
34913
|
-
required: *
|
|
35035
|
+
required: *ref_495
|
|
34914
35036
|
type: object
|
|
34915
|
-
properties: *
|
|
35037
|
+
properties: *ref_496
|
|
34916
35038
|
Role:
|
|
34917
35039
|
title: Role
|
|
34918
35040
|
enum: *ref_89
|
|
@@ -34924,26 +35046,26 @@ components:
|
|
|
34924
35046
|
projects.inforesponse:
|
|
34925
35047
|
title: projects.inforesponse
|
|
34926
35048
|
type: object
|
|
34927
|
-
properties: *
|
|
35049
|
+
properties: *ref_497
|
|
34928
35050
|
projects.createrequest:
|
|
34929
35051
|
title: projects.createrequest
|
|
34930
|
-
required: *
|
|
35052
|
+
required: *ref_498
|
|
34931
35053
|
type: object
|
|
34932
|
-
properties: *
|
|
35054
|
+
properties: *ref_499
|
|
34933
35055
|
projects.createresponse:
|
|
34934
35056
|
title: projects.createresponse
|
|
34935
35057
|
type: object
|
|
34936
35058
|
properties: *ref_94
|
|
34937
35059
|
projects.updaterequest:
|
|
34938
35060
|
title: projects.updaterequest
|
|
34939
|
-
required: *
|
|
35061
|
+
required: *ref_500
|
|
34940
35062
|
type: object
|
|
34941
|
-
properties: *
|
|
35063
|
+
properties: *ref_501
|
|
34942
35064
|
projects.closerequest:
|
|
34943
35065
|
title: projects.closerequest
|
|
34944
|
-
required: *
|
|
35066
|
+
required: *ref_502
|
|
34945
35067
|
type: object
|
|
34946
|
-
properties: *
|
|
35068
|
+
properties: *ref_503
|
|
34947
35069
|
projects.reopenrequest:
|
|
34948
35070
|
title: projects.reopenrequest
|
|
34949
35071
|
required: *ref_95
|
|
@@ -34951,23 +35073,23 @@ components:
|
|
|
34951
35073
|
properties: *ref_96
|
|
34952
35074
|
projects.deleterequest:
|
|
34953
35075
|
title: projects.deleterequest
|
|
34954
|
-
required: *
|
|
35076
|
+
required: *ref_504
|
|
34955
35077
|
type: object
|
|
34956
|
-
properties: *
|
|
35078
|
+
properties: *ref_505
|
|
34957
35079
|
projects.addParticipantrequest:
|
|
34958
35080
|
title: projects.addParticipantrequest
|
|
34959
|
-
required: *
|
|
35081
|
+
required: *ref_506
|
|
34960
35082
|
type: object
|
|
34961
|
-
properties: *
|
|
35083
|
+
properties: *ref_507
|
|
34962
35084
|
projects.updateParticipantrequest:
|
|
34963
35085
|
title: projects.updateParticipantrequest
|
|
34964
|
-
required: *
|
|
35086
|
+
required: *ref_508
|
|
34965
35087
|
type: object
|
|
34966
|
-
properties: *
|
|
35088
|
+
properties: *ref_509
|
|
34967
35089
|
milestones.listrequest:
|
|
34968
35090
|
title: milestones.listrequest
|
|
34969
35091
|
type: object
|
|
34970
|
-
properties: *
|
|
35092
|
+
properties: *ref_510
|
|
34971
35093
|
MilestonesActuals:
|
|
34972
35094
|
title: MilestonesActuals
|
|
34973
35095
|
type: object
|
|
@@ -34981,50 +35103,50 @@ components:
|
|
|
34981
35103
|
milestones.listresponse:
|
|
34982
35104
|
title: milestones.listresponse
|
|
34983
35105
|
type: object
|
|
34984
|
-
properties: *
|
|
35106
|
+
properties: *ref_511
|
|
34985
35107
|
milestones.inforequest:
|
|
34986
35108
|
title: milestones.inforequest
|
|
34987
|
-
required: *
|
|
35109
|
+
required: *ref_512
|
|
34988
35110
|
type: object
|
|
34989
|
-
properties: *
|
|
35111
|
+
properties: *ref_513
|
|
34990
35112
|
milestones.inforesponse:
|
|
34991
35113
|
title: milestones.inforesponse
|
|
34992
35114
|
type: object
|
|
34993
|
-
properties: *
|
|
35115
|
+
properties: *ref_514
|
|
34994
35116
|
milestones.createrequest:
|
|
34995
35117
|
title: milestones.createrequest
|
|
34996
|
-
required: *
|
|
35118
|
+
required: *ref_515
|
|
34997
35119
|
type: object
|
|
34998
|
-
properties: *
|
|
34999
|
-
oneOf: *
|
|
35120
|
+
properties: *ref_516
|
|
35121
|
+
oneOf: *ref_517
|
|
35000
35122
|
milestones.createresponse:
|
|
35001
35123
|
title: milestones.createresponse
|
|
35002
35124
|
type: object
|
|
35003
|
-
properties: *
|
|
35125
|
+
properties: *ref_518
|
|
35004
35126
|
milestones.updaterequest:
|
|
35005
35127
|
title: milestones.updaterequest
|
|
35006
|
-
required: *
|
|
35128
|
+
required: *ref_519
|
|
35007
35129
|
type: object
|
|
35008
|
-
properties: *
|
|
35130
|
+
properties: *ref_520
|
|
35009
35131
|
milestones.deleterequest:
|
|
35010
35132
|
title: milestones.deleterequest
|
|
35011
|
-
required: *
|
|
35133
|
+
required: *ref_521
|
|
35012
35134
|
type: object
|
|
35013
|
-
properties: *
|
|
35135
|
+
properties: *ref_522
|
|
35014
35136
|
milestones.closerequest:
|
|
35015
35137
|
title: milestones.closerequest
|
|
35016
|
-
required: *
|
|
35138
|
+
required: *ref_523
|
|
35017
35139
|
type: object
|
|
35018
|
-
properties: *
|
|
35140
|
+
properties: *ref_524
|
|
35019
35141
|
milestones.openrequest:
|
|
35020
35142
|
title: milestones.openrequest
|
|
35021
|
-
required: *
|
|
35143
|
+
required: *ref_525
|
|
35022
35144
|
type: object
|
|
35023
|
-
properties: *
|
|
35145
|
+
properties: *ref_526
|
|
35024
35146
|
projects-v2.listrequest:
|
|
35025
35147
|
title: projects-v2.listrequest
|
|
35026
35148
|
type: object
|
|
35027
|
-
properties: *
|
|
35149
|
+
properties: *ref_527
|
|
35028
35150
|
Color:
|
|
35029
35151
|
title: Color
|
|
35030
35152
|
enum: *ref_92
|
|
@@ -35037,21 +35159,21 @@ components:
|
|
|
35037
35159
|
projects-v2.listresponse:
|
|
35038
35160
|
title: projects-v2.listresponse
|
|
35039
35161
|
type: object
|
|
35040
|
-
properties: *
|
|
35162
|
+
properties: *ref_528
|
|
35041
35163
|
projects-v2.inforequest:
|
|
35042
35164
|
title: projects-v2.inforequest
|
|
35043
|
-
required: *
|
|
35165
|
+
required: *ref_529
|
|
35044
35166
|
type: object
|
|
35045
|
-
properties: *
|
|
35167
|
+
properties: *ref_530
|
|
35046
35168
|
projects-v2.inforesponse:
|
|
35047
35169
|
title: projects.inforesponse1
|
|
35048
35170
|
type: object
|
|
35049
|
-
properties: *
|
|
35171
|
+
properties: *ref_531
|
|
35050
35172
|
projects-v2.createrequest:
|
|
35051
35173
|
title: projects-v2.createrequest
|
|
35052
|
-
required: *
|
|
35174
|
+
required: *ref_532
|
|
35053
35175
|
type: object
|
|
35054
|
-
properties: *
|
|
35176
|
+
properties: *ref_533
|
|
35055
35177
|
BillingMethod:
|
|
35056
35178
|
title: BillingMethod
|
|
35057
35179
|
required: *ref_98
|
|
@@ -35059,116 +35181,116 @@ components:
|
|
|
35059
35181
|
properties: *ref_99
|
|
35060
35182
|
projects-v2.updaterequest:
|
|
35061
35183
|
title: projects-v2.updaterequest
|
|
35062
|
-
required: *
|
|
35184
|
+
required: *ref_534
|
|
35063
35185
|
type: object
|
|
35064
|
-
properties: *
|
|
35186
|
+
properties: *ref_535
|
|
35065
35187
|
projects-v2.closerequest:
|
|
35066
35188
|
title: projects-v2.closerequest
|
|
35067
|
-
required: *
|
|
35189
|
+
required: *ref_536
|
|
35068
35190
|
type: object
|
|
35069
|
-
properties: *
|
|
35191
|
+
properties: *ref_537
|
|
35070
35192
|
projects-v2.duplicaterequest:
|
|
35071
35193
|
title: projects-v2.duplicaterequest
|
|
35072
|
-
required: *
|
|
35194
|
+
required: *ref_538
|
|
35073
35195
|
type: object
|
|
35074
|
-
properties: *
|
|
35196
|
+
properties: *ref_539
|
|
35075
35197
|
projects-v2.duplicateresponse:
|
|
35076
35198
|
title: projects-v2.duplicateresponse
|
|
35077
35199
|
type: object
|
|
35078
|
-
properties: *
|
|
35200
|
+
properties: *ref_540
|
|
35079
35201
|
projects-v2.deleterequest:
|
|
35080
35202
|
title: projects-v2.deleterequest
|
|
35081
|
-
required: *
|
|
35203
|
+
required: *ref_541
|
|
35082
35204
|
type: object
|
|
35083
|
-
properties: *
|
|
35205
|
+
properties: *ref_542
|
|
35084
35206
|
projects-v2.addOwnerrequest:
|
|
35085
35207
|
title: projects-v2.addOwnerrequest
|
|
35086
|
-
required: *
|
|
35208
|
+
required: *ref_543
|
|
35087
35209
|
type: object
|
|
35088
|
-
properties: *
|
|
35210
|
+
properties: *ref_544
|
|
35089
35211
|
projects-v2.removeOwnerrequest:
|
|
35090
35212
|
title: projects-v2.removeOwnerrequest
|
|
35091
|
-
required: *
|
|
35213
|
+
required: *ref_545
|
|
35092
35214
|
type: object
|
|
35093
|
-
properties: *
|
|
35215
|
+
properties: *ref_546
|
|
35094
35216
|
projects-v2.assignrequest:
|
|
35095
35217
|
title: projects-v2.assignrequest
|
|
35096
|
-
required: *
|
|
35218
|
+
required: *ref_547
|
|
35097
35219
|
type: object
|
|
35098
|
-
properties: *
|
|
35220
|
+
properties: *ref_548
|
|
35099
35221
|
projects-v2.unassignrequest:
|
|
35100
35222
|
title: projects-v2.unassignrequest
|
|
35101
|
-
required: *
|
|
35223
|
+
required: *ref_549
|
|
35102
35224
|
type: object
|
|
35103
|
-
properties: *
|
|
35225
|
+
properties: *ref_550
|
|
35104
35226
|
projects-v2.addCustomerrequest:
|
|
35105
35227
|
title: projects-v2.addCustomerrequest
|
|
35106
|
-
required: *
|
|
35228
|
+
required: *ref_551
|
|
35107
35229
|
type: object
|
|
35108
|
-
properties: *
|
|
35230
|
+
properties: *ref_552
|
|
35109
35231
|
projects-v2.removeCustomerrequest:
|
|
35110
35232
|
title: projects-v2.removeCustomerrequest
|
|
35111
|
-
required: *
|
|
35233
|
+
required: *ref_553
|
|
35112
35234
|
type: object
|
|
35113
|
-
properties: *
|
|
35235
|
+
properties: *ref_554
|
|
35114
35236
|
projects-v2.addDealrequest:
|
|
35115
35237
|
title: projects-v2.addDealrequest
|
|
35116
|
-
required: *
|
|
35238
|
+
required: *ref_555
|
|
35117
35239
|
type: object
|
|
35118
|
-
properties: *
|
|
35240
|
+
properties: *ref_556
|
|
35119
35241
|
projects-v2.removeDealrequest:
|
|
35120
35242
|
title: projects-v2.removeDealrequest
|
|
35121
|
-
required: *
|
|
35243
|
+
required: *ref_557
|
|
35122
35244
|
type: object
|
|
35123
|
-
properties: *
|
|
35245
|
+
properties: *ref_558
|
|
35124
35246
|
projects-v2.addQuotationrequest:
|
|
35125
35247
|
title: projects-v2.addQuotationrequest
|
|
35126
|
-
required: *
|
|
35248
|
+
required: *ref_559
|
|
35127
35249
|
type: object
|
|
35128
|
-
properties: *
|
|
35250
|
+
properties: *ref_560
|
|
35129
35251
|
projects-v2.removeQuotationrequest:
|
|
35130
35252
|
title: projects-v2.removeQuotationrequest
|
|
35131
|
-
required: *
|
|
35253
|
+
required: *ref_561
|
|
35132
35254
|
type: object
|
|
35133
|
-
properties: *
|
|
35255
|
+
properties: *ref_562
|
|
35134
35256
|
projects-v2_externalParties.addToProjectrequest:
|
|
35135
35257
|
title: projects-v2_externalParties.addToProjectrequest
|
|
35136
|
-
required: *
|
|
35258
|
+
required: *ref_563
|
|
35137
35259
|
type: object
|
|
35138
|
-
properties: *
|
|
35260
|
+
properties: *ref_564
|
|
35139
35261
|
projects-v2_externalParties.updaterequest:
|
|
35140
35262
|
title: projects-v2_externalParties.updaterequest
|
|
35141
|
-
required: *
|
|
35263
|
+
required: *ref_565
|
|
35142
35264
|
type: object
|
|
35143
|
-
properties: *
|
|
35265
|
+
properties: *ref_566
|
|
35144
35266
|
projects-v2_externalParties.deleterequest:
|
|
35145
35267
|
title: projects-v2_externalParties.deleterequest
|
|
35146
|
-
required: *
|
|
35268
|
+
required: *ref_567
|
|
35147
35269
|
type: object
|
|
35148
|
-
properties: *
|
|
35270
|
+
properties: *ref_568
|
|
35149
35271
|
projects-v2_projectLines.listrequest:
|
|
35150
35272
|
title: projects-v2_projectLines.listrequest
|
|
35151
|
-
required: *
|
|
35273
|
+
required: *ref_569
|
|
35152
35274
|
type: object
|
|
35153
|
-
properties: *
|
|
35275
|
+
properties: *ref_570
|
|
35154
35276
|
projects-v2_projectLines.listresponse:
|
|
35155
35277
|
title: projects-v2_projectLines.listresponse
|
|
35156
35278
|
type: object
|
|
35157
|
-
properties: *
|
|
35279
|
+
properties: *ref_571
|
|
35158
35280
|
projects-v2_projectLines.addToGrouprequest:
|
|
35159
35281
|
title: projects-v2_projectLines.addToGrouprequest
|
|
35160
|
-
required: *
|
|
35282
|
+
required: *ref_572
|
|
35161
35283
|
type: object
|
|
35162
|
-
properties: *
|
|
35284
|
+
properties: *ref_573
|
|
35163
35285
|
projects-v2_projectLines.removeFromGrouprequest:
|
|
35164
35286
|
title: projects-v2_projectLines.removeFromGrouprequest
|
|
35165
|
-
required: *
|
|
35287
|
+
required: *ref_574
|
|
35166
35288
|
type: object
|
|
35167
|
-
properties: *
|
|
35289
|
+
properties: *ref_575
|
|
35168
35290
|
projects-v2_projectGroups.listrequest:
|
|
35169
35291
|
title: projects-v2_projectGroups.listrequest
|
|
35170
35292
|
type: object
|
|
35171
|
-
properties: *
|
|
35293
|
+
properties: *ref_576
|
|
35172
35294
|
BillingStatus:
|
|
35173
35295
|
title: BillingStatus
|
|
35174
35296
|
enum: *ref_97
|
|
@@ -35177,62 +35299,62 @@ components:
|
|
|
35177
35299
|
projects-v2_projectGroups.listresponse:
|
|
35178
35300
|
title: projects-v2_projectGroups.listresponse
|
|
35179
35301
|
type: object
|
|
35180
|
-
properties: *
|
|
35302
|
+
properties: *ref_577
|
|
35181
35303
|
projects-v2_projectGroups.inforequest:
|
|
35182
35304
|
title: projects-v2_projectGroups.inforequest
|
|
35183
|
-
required: *
|
|
35305
|
+
required: *ref_578
|
|
35184
35306
|
type: object
|
|
35185
|
-
properties: *
|
|
35307
|
+
properties: *ref_579
|
|
35186
35308
|
projects-v2_projectGroups.inforesponse:
|
|
35187
35309
|
title: projects-v2_projectGroups.inforesponse
|
|
35188
35310
|
type: object
|
|
35189
|
-
properties: *
|
|
35311
|
+
properties: *ref_580
|
|
35190
35312
|
projects-v2_projectGroups.createrequest:
|
|
35191
35313
|
title: projects-v2_projectGroups.createrequest
|
|
35192
|
-
required: *
|
|
35314
|
+
required: *ref_581
|
|
35193
35315
|
type: object
|
|
35194
|
-
properties: *
|
|
35316
|
+
properties: *ref_582
|
|
35195
35317
|
projects-v2_projectGroups.createresponse:
|
|
35196
35318
|
title: projects-v2_projectGroups.createresponse
|
|
35197
35319
|
type: object
|
|
35198
|
-
properties: *
|
|
35320
|
+
properties: *ref_583
|
|
35199
35321
|
projects-v2_projectGroups.updaterequest:
|
|
35200
35322
|
title: projects-v2_projectGroups.updaterequest
|
|
35201
|
-
required: *
|
|
35323
|
+
required: *ref_584
|
|
35202
35324
|
type: object
|
|
35203
|
-
properties: *
|
|
35325
|
+
properties: *ref_585
|
|
35204
35326
|
projects-v2_projectGroups.duplicaterequest:
|
|
35205
35327
|
title: projects-v2_projectGroups.duplicaterequest
|
|
35206
|
-
required: *
|
|
35328
|
+
required: *ref_586
|
|
35207
35329
|
type: object
|
|
35208
|
-
properties: *
|
|
35330
|
+
properties: *ref_587
|
|
35209
35331
|
projects-v2_projectGroups.duplicateresponse:
|
|
35210
35332
|
title: projects-v2_projectGroups.duplicateresponse
|
|
35211
35333
|
type: object
|
|
35212
|
-
properties: *
|
|
35334
|
+
properties: *ref_588
|
|
35213
35335
|
projects-v2_projectGroups.deleterequest:
|
|
35214
35336
|
title: projects-v2_projectGroups.deleterequest
|
|
35215
|
-
required: *
|
|
35337
|
+
required: *ref_589
|
|
35216
35338
|
type: object
|
|
35217
|
-
properties: *
|
|
35339
|
+
properties: *ref_590
|
|
35218
35340
|
projects-v2_projectGroups.assignrequest:
|
|
35219
35341
|
title: projects-v2_projectGroups.assignrequest
|
|
35220
|
-
required: *
|
|
35342
|
+
required: *ref_591
|
|
35221
35343
|
type: object
|
|
35222
|
-
properties: *
|
|
35344
|
+
properties: *ref_592
|
|
35223
35345
|
projects-v2_projectGroups.unassignrequest:
|
|
35224
35346
|
title: projects-v2_projectGroups.unassignrequest
|
|
35225
|
-
required: *
|
|
35347
|
+
required: *ref_593
|
|
35226
35348
|
type: object
|
|
35227
|
-
properties: *
|
|
35349
|
+
properties: *ref_594
|
|
35228
35350
|
projects-v2_tasks.listrequest:
|
|
35229
35351
|
title: projects-v2_tasks.listrequest
|
|
35230
35352
|
type: object
|
|
35231
|
-
properties: *
|
|
35353
|
+
properties: *ref_595
|
|
35232
35354
|
projects-v2_tasks.listresponse:
|
|
35233
35355
|
title: projects-v2_tasks.listresponse
|
|
35234
35356
|
type: object
|
|
35235
|
-
properties: *
|
|
35357
|
+
properties: *ref_596
|
|
35236
35358
|
tasks.inforequest:
|
|
35237
35359
|
title: tasks.inforequest
|
|
35238
35360
|
required: *ref_100
|
|
@@ -35241,104 +35363,104 @@ components:
|
|
|
35241
35363
|
projects-v2_tasks.inforesponse:
|
|
35242
35364
|
title: projects-v2_tasks.inforesponse
|
|
35243
35365
|
type: object
|
|
35244
|
-
properties: *
|
|
35366
|
+
properties: *ref_597
|
|
35245
35367
|
projects-v2_tasks.createrequest:
|
|
35246
35368
|
title: projects-v2_tasks.createrequest
|
|
35247
|
-
required: *
|
|
35369
|
+
required: *ref_598
|
|
35248
35370
|
type: object
|
|
35249
|
-
properties: *
|
|
35371
|
+
properties: *ref_599
|
|
35250
35372
|
tasks.createresponse:
|
|
35251
35373
|
title: tasks.createresponse
|
|
35252
35374
|
type: object
|
|
35253
35375
|
properties: *ref_103
|
|
35254
35376
|
projects-v2_tasks.updaterequest:
|
|
35255
35377
|
title: projects-v2_tasks.updaterequest
|
|
35256
|
-
required: *
|
|
35378
|
+
required: *ref_600
|
|
35257
35379
|
type: object
|
|
35258
|
-
properties: *
|
|
35380
|
+
properties: *ref_601
|
|
35259
35381
|
projects-v2_tasks.duplicaterequest:
|
|
35260
35382
|
title: projects-v2_tasks.duplicaterequest
|
|
35261
|
-
required: *
|
|
35383
|
+
required: *ref_602
|
|
35262
35384
|
type: object
|
|
35263
|
-
properties: *
|
|
35385
|
+
properties: *ref_603
|
|
35264
35386
|
projects-v2_tasks.duplicateresponse:
|
|
35265
35387
|
title: projects-v2_tasks.duplicateresponse
|
|
35266
35388
|
type: object
|
|
35267
|
-
properties: *
|
|
35389
|
+
properties: *ref_604
|
|
35268
35390
|
projects-v2_tasks.deleterequest:
|
|
35269
35391
|
title: projects-v2_tasks.deleterequest
|
|
35270
|
-
required: *
|
|
35392
|
+
required: *ref_605
|
|
35271
35393
|
type: object
|
|
35272
|
-
properties: *
|
|
35394
|
+
properties: *ref_606
|
|
35273
35395
|
projects-v2_tasks.assignrequest:
|
|
35274
35396
|
title: projects-v2_tasks.assignrequest
|
|
35275
|
-
required: *
|
|
35397
|
+
required: *ref_607
|
|
35276
35398
|
type: object
|
|
35277
|
-
properties: *
|
|
35399
|
+
properties: *ref_608
|
|
35278
35400
|
projects-v2_tasks.unassignrequest:
|
|
35279
35401
|
title: projects-v2_tasks.unassignrequest
|
|
35280
|
-
required: *
|
|
35402
|
+
required: *ref_609
|
|
35281
35403
|
type: object
|
|
35282
|
-
properties: *
|
|
35404
|
+
properties: *ref_610
|
|
35283
35405
|
projects-v2_materials.listrequest:
|
|
35284
35406
|
title: projects-v2_materials.listrequest
|
|
35285
35407
|
type: object
|
|
35286
|
-
properties: *
|
|
35408
|
+
properties: *ref_611
|
|
35287
35409
|
projects-v2_materials.listresponse:
|
|
35288
35410
|
title: projects-v2_materials.listresponse
|
|
35289
35411
|
type: object
|
|
35290
|
-
properties: *
|
|
35412
|
+
properties: *ref_612
|
|
35291
35413
|
projects-v2_materials.inforequest:
|
|
35292
35414
|
title: projects-v2_materials.inforequest
|
|
35293
|
-
required: *
|
|
35415
|
+
required: *ref_613
|
|
35294
35416
|
type: object
|
|
35295
|
-
properties: *
|
|
35417
|
+
properties: *ref_614
|
|
35296
35418
|
projects-v2_materials.inforesponse:
|
|
35297
35419
|
title: projects-v2_materials.inforesponse
|
|
35298
35420
|
type: object
|
|
35299
|
-
properties: *
|
|
35421
|
+
properties: *ref_615
|
|
35300
35422
|
projects-v2_materials.createrequest:
|
|
35301
35423
|
title: projects-v2_materials.createrequest
|
|
35302
|
-
required: *
|
|
35424
|
+
required: *ref_616
|
|
35303
35425
|
type: object
|
|
35304
|
-
properties: *
|
|
35426
|
+
properties: *ref_617
|
|
35305
35427
|
projects-v2_materials.createresponse:
|
|
35306
35428
|
title: projects-v2_materials.createresponse
|
|
35307
35429
|
type: object
|
|
35308
|
-
properties: *
|
|
35430
|
+
properties: *ref_618
|
|
35309
35431
|
projects-v2_materials.updaterequest:
|
|
35310
35432
|
title: projects-v2_materials.updaterequest
|
|
35311
|
-
required: *
|
|
35433
|
+
required: *ref_619
|
|
35312
35434
|
type: object
|
|
35313
|
-
properties: *
|
|
35435
|
+
properties: *ref_620
|
|
35314
35436
|
projects-v2_materials.duplicaterequest:
|
|
35315
35437
|
title: projects-v2_materials.duplicaterequest
|
|
35316
|
-
required: *
|
|
35438
|
+
required: *ref_621
|
|
35317
35439
|
type: object
|
|
35318
|
-
properties: *
|
|
35440
|
+
properties: *ref_622
|
|
35319
35441
|
projects-v2_materials.duplicateresponse:
|
|
35320
35442
|
title: projects-v2_materials.duplicateresponse
|
|
35321
35443
|
type: object
|
|
35322
|
-
properties: *
|
|
35444
|
+
properties: *ref_623
|
|
35323
35445
|
projects-v2_materials.deleterequest:
|
|
35324
35446
|
title: projects-v2_materials.deleterequest
|
|
35325
|
-
required: *
|
|
35447
|
+
required: *ref_624
|
|
35326
35448
|
type: object
|
|
35327
|
-
properties: *
|
|
35449
|
+
properties: *ref_625
|
|
35328
35450
|
projects-v2_materials.assignrequest:
|
|
35329
35451
|
title: projects-v2_materials.assignrequest
|
|
35330
|
-
required: *
|
|
35452
|
+
required: *ref_626
|
|
35331
35453
|
type: object
|
|
35332
|
-
properties: *
|
|
35454
|
+
properties: *ref_627
|
|
35333
35455
|
projects-v2_materials.unassignrequest:
|
|
35334
35456
|
title: projects-v2_materials.unassignrequest
|
|
35335
|
-
required: *
|
|
35457
|
+
required: *ref_628
|
|
35336
35458
|
type: object
|
|
35337
|
-
properties: *
|
|
35459
|
+
properties: *ref_629
|
|
35338
35460
|
tasks.listrequest:
|
|
35339
35461
|
title: tasks.listrequest1
|
|
35340
35462
|
type: object
|
|
35341
|
-
properties: *
|
|
35463
|
+
properties: *ref_630
|
|
35342
35464
|
Priority:
|
|
35343
35465
|
title: Priority
|
|
35344
35466
|
enum: *ref_102
|
|
@@ -35346,49 +35468,49 @@ components:
|
|
|
35346
35468
|
tasks.listresponse:
|
|
35347
35469
|
title: tasks.listresponse1
|
|
35348
35470
|
type: object
|
|
35349
|
-
properties: *
|
|
35471
|
+
properties: *ref_631
|
|
35350
35472
|
tasks.inforesponse:
|
|
35351
35473
|
title: tasks.inforesponse1
|
|
35352
35474
|
type: object
|
|
35353
|
-
properties: *
|
|
35475
|
+
properties: *ref_632
|
|
35354
35476
|
tasks.createrequest:
|
|
35355
35477
|
title: tasks.createrequest1
|
|
35356
|
-
required: *
|
|
35478
|
+
required: *ref_633
|
|
35357
35479
|
type: object
|
|
35358
|
-
properties: *
|
|
35480
|
+
properties: *ref_634
|
|
35359
35481
|
tasks.updaterequest:
|
|
35360
35482
|
title: tasks.updaterequest1
|
|
35361
|
-
required: *
|
|
35483
|
+
required: *ref_635
|
|
35362
35484
|
type: object
|
|
35363
|
-
properties: *
|
|
35485
|
+
properties: *ref_636
|
|
35364
35486
|
tasks.completerequest:
|
|
35365
35487
|
title: tasks.completerequest
|
|
35366
|
-
required: *
|
|
35488
|
+
required: *ref_637
|
|
35367
35489
|
type: object
|
|
35368
|
-
properties: *
|
|
35490
|
+
properties: *ref_638
|
|
35369
35491
|
tasks.reopenrequest:
|
|
35370
35492
|
title: tasks.reopenrequest
|
|
35371
|
-
required: *
|
|
35493
|
+
required: *ref_639
|
|
35372
35494
|
type: object
|
|
35373
|
-
properties: *
|
|
35495
|
+
properties: *ref_640
|
|
35374
35496
|
tasks.deleterequest:
|
|
35375
35497
|
title: tasks.deleterequest1
|
|
35376
|
-
required: *
|
|
35498
|
+
required: *ref_641
|
|
35377
35499
|
type: object
|
|
35378
|
-
properties: *
|
|
35500
|
+
properties: *ref_642
|
|
35379
35501
|
tasks.schedulerequest:
|
|
35380
35502
|
title: tasks.schedulerequest
|
|
35381
|
-
required: *
|
|
35503
|
+
required: *ref_643
|
|
35382
35504
|
type: object
|
|
35383
|
-
properties: *
|
|
35505
|
+
properties: *ref_644
|
|
35384
35506
|
tasks.scheduleresponse:
|
|
35385
35507
|
title: tasks.scheduleresponse
|
|
35386
35508
|
type: object
|
|
35387
|
-
properties: *
|
|
35509
|
+
properties: *ref_645
|
|
35388
35510
|
timeTracking.listrequest:
|
|
35389
35511
|
title: timeTracking.listrequest
|
|
35390
35512
|
type: object
|
|
35391
|
-
properties: *
|
|
35513
|
+
properties: *ref_646
|
|
35392
35514
|
BillingInfo:
|
|
35393
35515
|
title: BillingInfo
|
|
35394
35516
|
type: object
|
|
@@ -35404,82 +35526,82 @@ components:
|
|
|
35404
35526
|
timeTracking.listresponse:
|
|
35405
35527
|
title: timeTracking.listresponse
|
|
35406
35528
|
type: object
|
|
35407
|
-
properties: *
|
|
35529
|
+
properties: *ref_647
|
|
35408
35530
|
timeTracking.inforequest:
|
|
35409
35531
|
title: timeTracking.inforequest
|
|
35410
|
-
required: *
|
|
35532
|
+
required: *ref_648
|
|
35411
35533
|
type: object
|
|
35412
|
-
properties: *
|
|
35534
|
+
properties: *ref_649
|
|
35413
35535
|
timeTracking.inforesponse:
|
|
35414
35536
|
title: timeTracking.inforesponse
|
|
35415
35537
|
type: object
|
|
35416
|
-
properties: *
|
|
35538
|
+
properties: *ref_650
|
|
35417
35539
|
timeTracking.addrequest:
|
|
35418
35540
|
title: timeTracking.addrequest
|
|
35419
35541
|
type: object
|
|
35420
|
-
properties: *
|
|
35421
|
-
oneOf: *
|
|
35542
|
+
properties: *ref_651
|
|
35543
|
+
oneOf: *ref_652
|
|
35422
35544
|
timeTracking.addresponse:
|
|
35423
35545
|
title: timeTracking.addresponse
|
|
35424
35546
|
type: object
|
|
35425
|
-
properties: *
|
|
35547
|
+
properties: *ref_653
|
|
35426
35548
|
timeTracking.updaterequest:
|
|
35427
35549
|
title: timeTracking.updaterequest
|
|
35428
|
-
required: *
|
|
35550
|
+
required: *ref_654
|
|
35429
35551
|
type: object
|
|
35430
|
-
properties: *
|
|
35431
|
-
oneOf: *
|
|
35552
|
+
properties: *ref_655
|
|
35553
|
+
oneOf: *ref_656
|
|
35432
35554
|
timeTracking.resumerequest:
|
|
35433
35555
|
title: timeTracking.resumerequest
|
|
35434
|
-
required: *
|
|
35556
|
+
required: *ref_657
|
|
35435
35557
|
type: object
|
|
35436
|
-
properties: *
|
|
35558
|
+
properties: *ref_658
|
|
35437
35559
|
timeTracking.resumeresponse:
|
|
35438
35560
|
title: timeTracking.resumeresponse
|
|
35439
35561
|
type: object
|
|
35440
|
-
properties: *
|
|
35562
|
+
properties: *ref_659
|
|
35441
35563
|
timeTracking.deleterequest:
|
|
35442
35564
|
title: timeTracking.deleterequest
|
|
35443
|
-
required: *
|
|
35565
|
+
required: *ref_660
|
|
35444
35566
|
type: object
|
|
35445
|
-
properties: *
|
|
35567
|
+
properties: *ref_661
|
|
35446
35568
|
timers.currentresponse:
|
|
35447
35569
|
title: timers.currentresponse
|
|
35448
35570
|
type: object
|
|
35449
|
-
properties: *
|
|
35571
|
+
properties: *ref_662
|
|
35450
35572
|
timers.startrequest:
|
|
35451
35573
|
title: timers.startrequest
|
|
35452
35574
|
type: object
|
|
35453
|
-
properties: *
|
|
35575
|
+
properties: *ref_663
|
|
35454
35576
|
timers.startresponse:
|
|
35455
35577
|
title: timers.startresponse
|
|
35456
35578
|
type: object
|
|
35457
|
-
properties: *
|
|
35579
|
+
properties: *ref_664
|
|
35458
35580
|
timers.stopresponse:
|
|
35459
35581
|
title: timers.stopresponse
|
|
35460
35582
|
type: object
|
|
35461
|
-
properties: *
|
|
35583
|
+
properties: *ref_665
|
|
35462
35584
|
timers.updaterequest:
|
|
35463
35585
|
title: timers.updaterequest
|
|
35464
35586
|
type: object
|
|
35465
|
-
properties: *
|
|
35587
|
+
properties: *ref_666
|
|
35466
35588
|
tickets.listrequest:
|
|
35467
35589
|
title: tickets.listrequest
|
|
35468
35590
|
type: object
|
|
35469
|
-
properties: *
|
|
35591
|
+
properties: *ref_667
|
|
35470
35592
|
tickets.listresponse:
|
|
35471
35593
|
title: tickets.listresponse
|
|
35472
35594
|
type: object
|
|
35473
|
-
properties: *
|
|
35595
|
+
properties: *ref_668
|
|
35474
35596
|
tickets.inforequest:
|
|
35475
35597
|
title: tickets.inforequest
|
|
35476
|
-
required: *
|
|
35598
|
+
required: *ref_669
|
|
35477
35599
|
type: object
|
|
35478
|
-
properties: *
|
|
35600
|
+
properties: *ref_670
|
|
35479
35601
|
tickets.inforesponse:
|
|
35480
35602
|
title: tickets.inforesponse
|
|
35481
35603
|
type: object
|
|
35482
|
-
properties: *
|
|
35604
|
+
properties: *ref_671
|
|
35483
35605
|
CompanyCustomer:
|
|
35484
35606
|
title: CompanyCustomer
|
|
35485
35607
|
required: *ref_107
|
|
@@ -35487,22 +35609,22 @@ components:
|
|
|
35487
35609
|
properties: *ref_108
|
|
35488
35610
|
tickets.createrequest:
|
|
35489
35611
|
title: tickets.createrequest
|
|
35490
|
-
required: *
|
|
35612
|
+
required: *ref_672
|
|
35491
35613
|
type: object
|
|
35492
|
-
properties: *
|
|
35614
|
+
properties: *ref_673
|
|
35493
35615
|
tickets.createresponse:
|
|
35494
35616
|
title: tickets.createresponse
|
|
35495
35617
|
type: object
|
|
35496
|
-
properties: *
|
|
35618
|
+
properties: *ref_674
|
|
35497
35619
|
tickets.updaterequest:
|
|
35498
35620
|
title: tickets.updaterequest
|
|
35499
|
-
required: *
|
|
35621
|
+
required: *ref_675
|
|
35500
35622
|
type: object
|
|
35501
|
-
properties: *
|
|
35623
|
+
properties: *ref_676
|
|
35502
35624
|
tickets.listMessagesrequest:
|
|
35503
35625
|
title: tickets.listMessagesrequest
|
|
35504
35626
|
type: object
|
|
35505
|
-
properties: *
|
|
35627
|
+
properties: *ref_677
|
|
35506
35628
|
SentBy:
|
|
35507
35629
|
title: SentBy
|
|
35508
35630
|
type: object
|
|
@@ -35510,55 +35632,55 @@ components:
|
|
|
35510
35632
|
tickets.listMessagesresponse:
|
|
35511
35633
|
title: tickets.listMessagesresponse
|
|
35512
35634
|
type: object
|
|
35513
|
-
properties: *
|
|
35635
|
+
properties: *ref_678
|
|
35514
35636
|
tickets.getMessagerequest:
|
|
35515
35637
|
title: tickets.getMessagerequest
|
|
35516
35638
|
type: object
|
|
35517
|
-
properties: *
|
|
35639
|
+
properties: *ref_679
|
|
35518
35640
|
tickets.getMessageresponse:
|
|
35519
35641
|
title: tickets.getMessageresponse
|
|
35520
35642
|
type: object
|
|
35521
|
-
properties: *
|
|
35643
|
+
properties: *ref_680
|
|
35522
35644
|
tickets.importMessagerequest:
|
|
35523
35645
|
title: tickets.importMessagerequest
|
|
35524
|
-
required: *
|
|
35646
|
+
required: *ref_681
|
|
35525
35647
|
type: object
|
|
35526
|
-
properties: *
|
|
35648
|
+
properties: *ref_682
|
|
35527
35649
|
tickets.importMessageresponse:
|
|
35528
35650
|
title: tickets.importMessageresponse
|
|
35529
35651
|
type: object
|
|
35530
|
-
properties: *
|
|
35652
|
+
properties: *ref_683
|
|
35531
35653
|
tickets.addReplyrequest:
|
|
35532
35654
|
title: tickets.addReplyrequest
|
|
35533
|
-
required: *
|
|
35655
|
+
required: *ref_684
|
|
35534
35656
|
type: object
|
|
35535
|
-
properties: *
|
|
35657
|
+
properties: *ref_685
|
|
35536
35658
|
tickets.addReplyresponse:
|
|
35537
35659
|
title: tickets.addReplyresponse
|
|
35538
35660
|
type: object
|
|
35539
|
-
properties: *
|
|
35661
|
+
properties: *ref_686
|
|
35540
35662
|
tickets.addInternalMessagerequest:
|
|
35541
35663
|
title: tickets.addInternalMessagerequest
|
|
35542
|
-
required: *
|
|
35664
|
+
required: *ref_687
|
|
35543
35665
|
type: object
|
|
35544
|
-
properties: *
|
|
35666
|
+
properties: *ref_688
|
|
35545
35667
|
tickets.addInternalMessageresponse:
|
|
35546
35668
|
title: tickets.addInternalMessageresponse
|
|
35547
35669
|
type: object
|
|
35548
|
-
properties: *
|
|
35670
|
+
properties: *ref_689
|
|
35549
35671
|
ticketStatus.listrequest:
|
|
35550
35672
|
title: ticketStatus.listrequest
|
|
35551
35673
|
type: object
|
|
35552
|
-
properties: *
|
|
35674
|
+
properties: *ref_690
|
|
35553
35675
|
ticketStatus.listresponse:
|
|
35554
35676
|
title: ticketStatus.listresponse
|
|
35555
35677
|
type: object
|
|
35556
|
-
properties: *
|
|
35678
|
+
properties: *ref_691
|
|
35557
35679
|
files.listrequest:
|
|
35558
35680
|
title: files.listrequest
|
|
35559
|
-
required: *
|
|
35681
|
+
required: *ref_692
|
|
35560
35682
|
type: object
|
|
35561
|
-
properties: *
|
|
35683
|
+
properties: *ref_693
|
|
35562
35684
|
MimeType:
|
|
35563
35685
|
title: MimeType
|
|
35564
35686
|
enum: *ref_110
|
|
@@ -35566,93 +35688,93 @@ components:
|
|
|
35566
35688
|
files.listresponse:
|
|
35567
35689
|
title: files.listresponse
|
|
35568
35690
|
type: object
|
|
35569
|
-
properties: *
|
|
35691
|
+
properties: *ref_694
|
|
35570
35692
|
files.inforequest:
|
|
35571
35693
|
title: files.inforequest
|
|
35572
|
-
required: *
|
|
35694
|
+
required: *ref_695
|
|
35573
35695
|
type: object
|
|
35574
|
-
properties: *
|
|
35696
|
+
properties: *ref_696
|
|
35575
35697
|
files.inforesponse:
|
|
35576
35698
|
title: files.inforesponse
|
|
35577
35699
|
type: object
|
|
35578
|
-
properties: *
|
|
35700
|
+
properties: *ref_697
|
|
35579
35701
|
files.downloadrequest:
|
|
35580
35702
|
title: files.downloadrequest
|
|
35581
|
-
required: *
|
|
35703
|
+
required: *ref_698
|
|
35582
35704
|
type: object
|
|
35583
|
-
properties: *
|
|
35705
|
+
properties: *ref_699
|
|
35584
35706
|
files.downloadresponse:
|
|
35585
35707
|
title: files.downloadresponse
|
|
35586
35708
|
type: object
|
|
35587
|
-
properties: *
|
|
35709
|
+
properties: *ref_700
|
|
35588
35710
|
files.uploadrequest:
|
|
35589
35711
|
title: files.uploadrequest
|
|
35590
|
-
required: *
|
|
35712
|
+
required: *ref_701
|
|
35591
35713
|
type: object
|
|
35592
|
-
properties: *
|
|
35714
|
+
properties: *ref_702
|
|
35593
35715
|
files.uploadresponse:
|
|
35594
35716
|
title: files.uploadresponse
|
|
35595
35717
|
type: object
|
|
35596
|
-
properties: *
|
|
35718
|
+
properties: *ref_703
|
|
35597
35719
|
files.deleterequest:
|
|
35598
35720
|
title: files.deleterequest
|
|
35599
|
-
required: *
|
|
35721
|
+
required: *ref_704
|
|
35600
35722
|
type: object
|
|
35601
|
-
properties: *
|
|
35723
|
+
properties: *ref_705
|
|
35602
35724
|
mailTemplates.listrequest:
|
|
35603
35725
|
title: mailTemplates.listrequest
|
|
35604
|
-
required: *
|
|
35726
|
+
required: *ref_706
|
|
35605
35727
|
type: object
|
|
35606
|
-
properties: *
|
|
35728
|
+
properties: *ref_707
|
|
35607
35729
|
mailTemplates.listresponse:
|
|
35608
35730
|
title: mailTemplates.listresponse
|
|
35609
35731
|
type: object
|
|
35610
|
-
properties: *
|
|
35732
|
+
properties: *ref_708
|
|
35611
35733
|
migrate.idrequest:
|
|
35612
35734
|
title: migrate.idrequest
|
|
35613
35735
|
type: object
|
|
35614
|
-
properties: *
|
|
35736
|
+
properties: *ref_709
|
|
35615
35737
|
migrate.idresponse:
|
|
35616
35738
|
title: migrate.idresponse
|
|
35617
35739
|
type: object
|
|
35618
|
-
properties: *
|
|
35740
|
+
properties: *ref_710
|
|
35619
35741
|
migrate.taxRaterequest:
|
|
35620
35742
|
title: migrate.taxRaterequest
|
|
35621
35743
|
type: object
|
|
35622
|
-
properties: *
|
|
35744
|
+
properties: *ref_711
|
|
35623
35745
|
migrate.taxRateresponse:
|
|
35624
35746
|
title: migrate.taxRateresponse
|
|
35625
35747
|
type: object
|
|
35626
|
-
properties: *
|
|
35748
|
+
properties: *ref_712
|
|
35627
35749
|
migrate.activityTyperequest:
|
|
35628
35750
|
title: migrate.activityTyperequest
|
|
35629
35751
|
type: object
|
|
35630
|
-
properties: *
|
|
35752
|
+
properties: *ref_713
|
|
35631
35753
|
migrate.activityTyperesponse:
|
|
35632
35754
|
title: migrate.activityTyperesponse
|
|
35633
35755
|
type: object
|
|
35634
|
-
properties: *
|
|
35756
|
+
properties: *ref_714
|
|
35635
35757
|
orders.inforequest:
|
|
35636
35758
|
title: orders.inforequest
|
|
35637
|
-
required: *
|
|
35759
|
+
required: *ref_715
|
|
35638
35760
|
type: object
|
|
35639
|
-
properties: *
|
|
35761
|
+
properties: *ref_716
|
|
35640
35762
|
OrdersGroupedLinesResponse:
|
|
35641
35763
|
title: OrdersGroupedLinesResponse
|
|
35642
35764
|
type: object
|
|
35643
|
-
properties: *
|
|
35765
|
+
properties: *ref_717
|
|
35644
35766
|
orders.inforesponse:
|
|
35645
35767
|
title: orders.inforesponse
|
|
35646
35768
|
type: object
|
|
35647
|
-
properties: *
|
|
35769
|
+
properties: *ref_718
|
|
35648
35770
|
orders.listrequest:
|
|
35649
35771
|
title: orders.listrequest
|
|
35650
35772
|
type: object
|
|
35651
|
-
properties: *
|
|
35773
|
+
properties: *ref_719
|
|
35652
35774
|
orders.listresponse:
|
|
35653
35775
|
title: orders.listresponse
|
|
35654
35776
|
type: object
|
|
35655
|
-
properties: *
|
|
35777
|
+
properties: *ref_720
|
|
35656
35778
|
WebHook:
|
|
35657
35779
|
title: WebHook
|
|
35658
35780
|
required: *ref_111
|
|
@@ -35661,24 +35783,24 @@ components:
|
|
|
35661
35783
|
webhooks.listresponse:
|
|
35662
35784
|
title: webhooks.listresponse
|
|
35663
35785
|
type: object
|
|
35664
|
-
properties: *
|
|
35786
|
+
properties: *ref_721
|
|
35665
35787
|
cloudPlatforms.urlrequest:
|
|
35666
35788
|
title: cloudPlatforms.urlrequest
|
|
35667
|
-
required: *
|
|
35789
|
+
required: *ref_722
|
|
35668
35790
|
type: object
|
|
35669
|
-
properties: *
|
|
35791
|
+
properties: *ref_723
|
|
35670
35792
|
cloudPlatforms.urlresponse:
|
|
35671
35793
|
title: cloudPlatforms.urlresponse
|
|
35672
35794
|
type: object
|
|
35673
|
-
properties: *
|
|
35795
|
+
properties: *ref_724
|
|
35674
35796
|
accounts.projects-v2-statusresponse:
|
|
35675
35797
|
title: accounts.projects-v2-statusresponse
|
|
35676
35798
|
type: object
|
|
35677
|
-
properties: *
|
|
35799
|
+
properties: *ref_725
|
|
35678
35800
|
plannableItems.listrequest:
|
|
35679
35801
|
title: plannableItems.listrequest
|
|
35680
35802
|
type: object
|
|
35681
|
-
properties: *
|
|
35803
|
+
properties: *ref_726
|
|
35682
35804
|
DurationInMinutesFull:
|
|
35683
35805
|
title: DurationInMinutesFull
|
|
35684
35806
|
type: object
|
|
@@ -35686,15 +35808,15 @@ components:
|
|
|
35686
35808
|
plannableItems.listresponse:
|
|
35687
35809
|
title: plannableItems.listresponse
|
|
35688
35810
|
type: object
|
|
35689
|
-
properties: *
|
|
35811
|
+
properties: *ref_727
|
|
35690
35812
|
plannableItems.inforequest:
|
|
35691
35813
|
title: plannableItems.inforequest
|
|
35692
35814
|
type: object
|
|
35693
|
-
properties: *
|
|
35815
|
+
properties: *ref_728
|
|
35694
35816
|
plannableItems.inforesponse:
|
|
35695
35817
|
title: plannableItems.inforesponse
|
|
35696
35818
|
type: object
|
|
35697
|
-
properties: *
|
|
35819
|
+
properties: *ref_729
|
|
35698
35820
|
SourceType:
|
|
35699
35821
|
title: SourceType
|
|
35700
35822
|
enum: *ref_114
|
|
@@ -35702,30 +35824,30 @@ components:
|
|
|
35702
35824
|
reservations.listrequest:
|
|
35703
35825
|
title: reservations.listrequest
|
|
35704
35826
|
type: object
|
|
35705
|
-
properties: *
|
|
35827
|
+
properties: *ref_730
|
|
35706
35828
|
reservations.listresponse:
|
|
35707
35829
|
title: reservations.listresponse
|
|
35708
35830
|
type: object
|
|
35709
|
-
properties: *
|
|
35831
|
+
properties: *ref_731
|
|
35710
35832
|
reservations.createrequest:
|
|
35711
35833
|
title: reservations.createrequest
|
|
35712
35834
|
type: object
|
|
35713
|
-
required: *
|
|
35714
|
-
properties: *
|
|
35835
|
+
required: *ref_732
|
|
35836
|
+
properties: *ref_733
|
|
35715
35837
|
reservations.createresponse:
|
|
35716
35838
|
title: reservations.createresponse
|
|
35717
35839
|
type: object
|
|
35718
|
-
properties: *
|
|
35840
|
+
properties: *ref_734
|
|
35719
35841
|
reservations.updaterequest:
|
|
35720
35842
|
title: reservations.updaterequest
|
|
35721
35843
|
type: object
|
|
35722
|
-
required: *
|
|
35723
|
-
properties: *
|
|
35844
|
+
required: *ref_735
|
|
35845
|
+
properties: *ref_736
|
|
35724
35846
|
reservations.deleterequest:
|
|
35725
35847
|
title: reservations.deleterequest
|
|
35726
35848
|
type: object
|
|
35727
|
-
required: *
|
|
35728
|
-
properties: *
|
|
35849
|
+
required: *ref_737
|
|
35850
|
+
properties: *ref_738
|
|
35729
35851
|
Period:
|
|
35730
35852
|
title: Period
|
|
35731
35853
|
type: object
|
|
@@ -35733,8 +35855,8 @@ components:
|
|
|
35733
35855
|
userAvailability.totalrequest:
|
|
35734
35856
|
title: userAvailability.totalrequest
|
|
35735
35857
|
type: object
|
|
35736
|
-
required: *
|
|
35737
|
-
properties: *
|
|
35858
|
+
required: *ref_739
|
|
35859
|
+
properties: *ref_740
|
|
35738
35860
|
UserAvailability:
|
|
35739
35861
|
title: UserAvailability
|
|
35740
35862
|
type: object
|
|
@@ -35742,16 +35864,16 @@ components:
|
|
|
35742
35864
|
userAvailability.totalresponse:
|
|
35743
35865
|
title: userAvailability.totalresponse
|
|
35744
35866
|
type: object
|
|
35745
|
-
properties: *
|
|
35867
|
+
properties: *ref_741
|
|
35746
35868
|
userAvailability.dailyrequest:
|
|
35747
35869
|
title: userAvailability.dailyrequest
|
|
35748
35870
|
type: object
|
|
35749
|
-
required: *
|
|
35750
|
-
properties: *
|
|
35871
|
+
required: *ref_742
|
|
35872
|
+
properties: *ref_743
|
|
35751
35873
|
userAvailability.dailyresponse:
|
|
35752
35874
|
title: userAvailability.dailyresponse
|
|
35753
35875
|
type: object
|
|
35754
|
-
properties: *
|
|
35876
|
+
properties: *ref_744
|
|
35755
35877
|
x-tagGroups:
|
|
35756
35878
|
- name: General
|
|
35757
35879
|
tags:
|