@teamleader/focus-api-specification 1.148.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
|
|
@@ -23014,11 +23047,11 @@ paths:
|
|
|
23014
23047
|
schema:
|
|
23015
23048
|
allOf:
|
|
23016
23049
|
- title: projects-v2.closerequest
|
|
23017
|
-
required: &
|
|
23050
|
+
required: &ref_536
|
|
23018
23051
|
- id
|
|
23019
23052
|
- closing_strategy
|
|
23020
23053
|
type: object
|
|
23021
|
-
properties: &
|
|
23054
|
+
properties: &ref_537
|
|
23022
23055
|
id:
|
|
23023
23056
|
type: string
|
|
23024
23057
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23084,11 +23117,11 @@ paths:
|
|
|
23084
23117
|
schema:
|
|
23085
23118
|
allOf:
|
|
23086
23119
|
- title: projects-v2.duplicaterequest
|
|
23087
|
-
required: &
|
|
23120
|
+
required: &ref_538
|
|
23088
23121
|
- id
|
|
23089
23122
|
- title
|
|
23090
23123
|
type: object
|
|
23091
|
-
properties: &
|
|
23124
|
+
properties: &ref_539
|
|
23092
23125
|
id:
|
|
23093
23126
|
type: string
|
|
23094
23127
|
example: 81df9996-6d2c-4844-86d6-202c08d2837e
|
|
@@ -23112,7 +23145,7 @@ paths:
|
|
|
23112
23145
|
allOf:
|
|
23113
23146
|
- title: projects-v2.duplicateresponse
|
|
23114
23147
|
type: object
|
|
23115
|
-
properties: &
|
|
23148
|
+
properties: &ref_540
|
|
23116
23149
|
data:
|
|
23117
23150
|
title: TypeAndId
|
|
23118
23151
|
type: object
|
|
@@ -23141,11 +23174,11 @@ paths:
|
|
|
23141
23174
|
schema:
|
|
23142
23175
|
allOf:
|
|
23143
23176
|
- title: projects-v2.deleterequest
|
|
23144
|
-
required: &
|
|
23177
|
+
required: &ref_541
|
|
23145
23178
|
- id
|
|
23146
23179
|
- delete_strategy
|
|
23147
23180
|
type: object
|
|
23148
|
-
properties: &
|
|
23181
|
+
properties: &ref_542
|
|
23149
23182
|
id:
|
|
23150
23183
|
type: string
|
|
23151
23184
|
example: 81df9996-6d2c-4844-86d6-202c08d2837e
|
|
@@ -23184,11 +23217,11 @@ paths:
|
|
|
23184
23217
|
schema:
|
|
23185
23218
|
allOf:
|
|
23186
23219
|
- title: projects-v2.addOwnerrequest
|
|
23187
|
-
required: &
|
|
23220
|
+
required: &ref_543
|
|
23188
23221
|
- id
|
|
23189
23222
|
- user_id
|
|
23190
23223
|
type: object
|
|
23191
|
-
properties: &
|
|
23224
|
+
properties: &ref_544
|
|
23192
23225
|
id:
|
|
23193
23226
|
type: string
|
|
23194
23227
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23223,11 +23256,11 @@ paths:
|
|
|
23223
23256
|
schema:
|
|
23224
23257
|
allOf:
|
|
23225
23258
|
- title: projects-v2.removeOwnerrequest
|
|
23226
|
-
required: &
|
|
23259
|
+
required: &ref_545
|
|
23227
23260
|
- id
|
|
23228
23261
|
- user_id
|
|
23229
23262
|
type: object
|
|
23230
|
-
properties: &
|
|
23263
|
+
properties: &ref_546
|
|
23231
23264
|
id:
|
|
23232
23265
|
type: string
|
|
23233
23266
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23262,11 +23295,11 @@ paths:
|
|
|
23262
23295
|
schema:
|
|
23263
23296
|
allOf:
|
|
23264
23297
|
- title: projects-v2.assignrequest
|
|
23265
|
-
required: &
|
|
23298
|
+
required: &ref_547
|
|
23266
23299
|
- id
|
|
23267
23300
|
- assignee
|
|
23268
23301
|
type: object
|
|
23269
|
-
properties: &
|
|
23302
|
+
properties: &ref_548
|
|
23270
23303
|
id:
|
|
23271
23304
|
type: string
|
|
23272
23305
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23318,11 +23351,11 @@ paths:
|
|
|
23318
23351
|
schema:
|
|
23319
23352
|
allOf:
|
|
23320
23353
|
- title: projects-v2.unassignrequest
|
|
23321
|
-
required: &
|
|
23354
|
+
required: &ref_549
|
|
23322
23355
|
- id
|
|
23323
23356
|
- assignee
|
|
23324
23357
|
type: object
|
|
23325
|
-
properties: &
|
|
23358
|
+
properties: &ref_550
|
|
23326
23359
|
id:
|
|
23327
23360
|
type: string
|
|
23328
23361
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23374,11 +23407,11 @@ paths:
|
|
|
23374
23407
|
schema:
|
|
23375
23408
|
allOf:
|
|
23376
23409
|
- title: projects-v2.addCustomerrequest
|
|
23377
|
-
required: &
|
|
23410
|
+
required: &ref_551
|
|
23378
23411
|
- id
|
|
23379
23412
|
- customer
|
|
23380
23413
|
type: object
|
|
23381
|
-
properties: &
|
|
23414
|
+
properties: &ref_552
|
|
23382
23415
|
id:
|
|
23383
23416
|
type: string
|
|
23384
23417
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23419,11 +23452,11 @@ paths:
|
|
|
23419
23452
|
schema:
|
|
23420
23453
|
allOf:
|
|
23421
23454
|
- title: projects-v2.removeCustomerrequest
|
|
23422
|
-
required: &
|
|
23455
|
+
required: &ref_553
|
|
23423
23456
|
- id
|
|
23424
23457
|
- customer
|
|
23425
23458
|
type: object
|
|
23426
|
-
properties: &
|
|
23459
|
+
properties: &ref_554
|
|
23427
23460
|
id:
|
|
23428
23461
|
type: string
|
|
23429
23462
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -23464,11 +23497,11 @@ paths:
|
|
|
23464
23497
|
schema:
|
|
23465
23498
|
allOf:
|
|
23466
23499
|
- title: projects-v2.addDealrequest
|
|
23467
|
-
required: &
|
|
23500
|
+
required: &ref_555
|
|
23468
23501
|
- id
|
|
23469
23502
|
- deal_id
|
|
23470
23503
|
type: object
|
|
23471
|
-
properties: &
|
|
23504
|
+
properties: &ref_556
|
|
23472
23505
|
id:
|
|
23473
23506
|
type: string
|
|
23474
23507
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -23503,11 +23536,11 @@ paths:
|
|
|
23503
23536
|
schema:
|
|
23504
23537
|
allOf:
|
|
23505
23538
|
- title: projects-v2.removeDealrequest
|
|
23506
|
-
required: &
|
|
23539
|
+
required: &ref_557
|
|
23507
23540
|
- id
|
|
23508
23541
|
- deal_id
|
|
23509
23542
|
type: object
|
|
23510
|
-
properties: &
|
|
23543
|
+
properties: &ref_558
|
|
23511
23544
|
id:
|
|
23512
23545
|
type: string
|
|
23513
23546
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -23542,11 +23575,11 @@ paths:
|
|
|
23542
23575
|
schema:
|
|
23543
23576
|
allOf:
|
|
23544
23577
|
- title: projects-v2.addQuotationrequest
|
|
23545
|
-
required: &
|
|
23578
|
+
required: &ref_559
|
|
23546
23579
|
- id
|
|
23547
23580
|
- quotation_id
|
|
23548
23581
|
type: object
|
|
23549
|
-
properties: &
|
|
23582
|
+
properties: &ref_560
|
|
23550
23583
|
id:
|
|
23551
23584
|
type: string
|
|
23552
23585
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -23581,11 +23614,11 @@ paths:
|
|
|
23581
23614
|
schema:
|
|
23582
23615
|
allOf:
|
|
23583
23616
|
- title: projects-v2.removeQuotationrequest
|
|
23584
|
-
required: &
|
|
23617
|
+
required: &ref_561
|
|
23585
23618
|
- id
|
|
23586
23619
|
- quotation_id
|
|
23587
23620
|
type: object
|
|
23588
|
-
properties: &
|
|
23621
|
+
properties: &ref_562
|
|
23589
23622
|
id:
|
|
23590
23623
|
type: string
|
|
23591
23624
|
example: d27909aa-fc0e-4ed4-acec-fcbffda5111b
|
|
@@ -23620,11 +23653,11 @@ paths:
|
|
|
23620
23653
|
schema:
|
|
23621
23654
|
allOf:
|
|
23622
23655
|
- title: projects-v2_externalParties.addToProjectrequest
|
|
23623
|
-
required: &
|
|
23656
|
+
required: &ref_563
|
|
23624
23657
|
- project_id
|
|
23625
23658
|
- customer
|
|
23626
23659
|
type: object
|
|
23627
|
-
properties: &
|
|
23660
|
+
properties: &ref_564
|
|
23628
23661
|
project_id:
|
|
23629
23662
|
type: string
|
|
23630
23663
|
example: 7257b535-d40f-4699-b3bd-63679379b579
|
|
@@ -23675,10 +23708,10 @@ paths:
|
|
|
23675
23708
|
schema:
|
|
23676
23709
|
allOf:
|
|
23677
23710
|
- title: projects-v2_externalParties.updaterequest
|
|
23678
|
-
required: &
|
|
23711
|
+
required: &ref_565
|
|
23679
23712
|
- id
|
|
23680
23713
|
type: object
|
|
23681
|
-
properties: &
|
|
23714
|
+
properties: &ref_566
|
|
23682
23715
|
id:
|
|
23683
23716
|
type: string
|
|
23684
23717
|
example: 6126596f-6193-445a-935a-60c10df9f632
|
|
@@ -23731,10 +23764,10 @@ paths:
|
|
|
23731
23764
|
schema:
|
|
23732
23765
|
allOf:
|
|
23733
23766
|
- title: projects-v2_externalParties.deleterequest
|
|
23734
|
-
required: &
|
|
23767
|
+
required: &ref_567
|
|
23735
23768
|
- id
|
|
23736
23769
|
type: object
|
|
23737
|
-
properties: &
|
|
23770
|
+
properties: &ref_568
|
|
23738
23771
|
id:
|
|
23739
23772
|
type: string
|
|
23740
23773
|
example: 6126596f-6193-445a-935a-60c10df9f632
|
|
@@ -23764,10 +23797,10 @@ paths:
|
|
|
23764
23797
|
schema:
|
|
23765
23798
|
allOf:
|
|
23766
23799
|
- title: projects-v2_projectLines.listrequest
|
|
23767
|
-
required: &
|
|
23800
|
+
required: &ref_569
|
|
23768
23801
|
- project_id
|
|
23769
23802
|
type: object
|
|
23770
|
-
properties: &
|
|
23803
|
+
properties: &ref_570
|
|
23771
23804
|
project_id:
|
|
23772
23805
|
type: string
|
|
23773
23806
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -23833,7 +23866,7 @@ paths:
|
|
|
23833
23866
|
allOf:
|
|
23834
23867
|
- title: projects-v2_projectLines.listresponse
|
|
23835
23868
|
type: object
|
|
23836
|
-
properties: &
|
|
23869
|
+
properties: &ref_571
|
|
23837
23870
|
data:
|
|
23838
23871
|
type: array
|
|
23839
23872
|
items:
|
|
@@ -23896,11 +23929,11 @@ paths:
|
|
|
23896
23929
|
schema:
|
|
23897
23930
|
allOf:
|
|
23898
23931
|
- title: projects-v2_projectLines.addToGrouprequest
|
|
23899
|
-
required: &
|
|
23932
|
+
required: &ref_572
|
|
23900
23933
|
- line_id
|
|
23901
23934
|
- group_id
|
|
23902
23935
|
type: object
|
|
23903
|
-
properties: &
|
|
23936
|
+
properties: &ref_573
|
|
23904
23937
|
line_id:
|
|
23905
23938
|
type: string
|
|
23906
23939
|
description: The ID of the task or material. May not be a group.
|
|
@@ -23936,10 +23969,10 @@ paths:
|
|
|
23936
23969
|
schema:
|
|
23937
23970
|
allOf:
|
|
23938
23971
|
- title: projects-v2_projectLines.removeFromGrouprequest
|
|
23939
|
-
required: &
|
|
23972
|
+
required: &ref_574
|
|
23940
23973
|
- line_id
|
|
23941
23974
|
type: object
|
|
23942
|
-
properties: &
|
|
23975
|
+
properties: &ref_575
|
|
23943
23976
|
line_id:
|
|
23944
23977
|
type: string
|
|
23945
23978
|
description: The ID of the task or material. May not be a group.
|
|
@@ -23971,7 +24004,7 @@ paths:
|
|
|
23971
24004
|
allOf:
|
|
23972
24005
|
- title: projects-v2_projectGroups.listrequest
|
|
23973
24006
|
type: object
|
|
23974
|
-
properties: &
|
|
24007
|
+
properties: &ref_576
|
|
23975
24008
|
filter:
|
|
23976
24009
|
type: object
|
|
23977
24010
|
properties:
|
|
@@ -24006,7 +24039,7 @@ paths:
|
|
|
24006
24039
|
allOf:
|
|
24007
24040
|
- title: projects-v2_projectGroups.listresponse
|
|
24008
24041
|
type: object
|
|
24009
|
-
properties: &
|
|
24042
|
+
properties: &ref_577
|
|
24010
24043
|
data:
|
|
24011
24044
|
type: array
|
|
24012
24045
|
items:
|
|
@@ -24298,10 +24331,10 @@ paths:
|
|
|
24298
24331
|
schema:
|
|
24299
24332
|
allOf:
|
|
24300
24333
|
- title: projects-v2_projectGroups.inforequest
|
|
24301
|
-
required: &
|
|
24334
|
+
required: &ref_578
|
|
24302
24335
|
- id
|
|
24303
24336
|
type: object
|
|
24304
|
-
properties: &
|
|
24337
|
+
properties: &ref_579
|
|
24305
24338
|
id:
|
|
24306
24339
|
type: string
|
|
24307
24340
|
example: cfe2666c-b0f4-4e85-8d6f-9e1284706d0a
|
|
@@ -24320,7 +24353,7 @@ paths:
|
|
|
24320
24353
|
allOf:
|
|
24321
24354
|
- title: projects-v2_projectGroups.inforesponse
|
|
24322
24355
|
type: object
|
|
24323
|
-
properties: &
|
|
24356
|
+
properties: &ref_580
|
|
24324
24357
|
data:
|
|
24325
24358
|
type: object
|
|
24326
24359
|
properties:
|
|
@@ -24611,11 +24644,11 @@ paths:
|
|
|
24611
24644
|
schema:
|
|
24612
24645
|
allOf:
|
|
24613
24646
|
- title: projects-v2_projectGroups.createrequest
|
|
24614
|
-
required: &
|
|
24647
|
+
required: &ref_581
|
|
24615
24648
|
- project_id
|
|
24616
24649
|
- title
|
|
24617
24650
|
type: object
|
|
24618
|
-
properties: &
|
|
24651
|
+
properties: &ref_582
|
|
24619
24652
|
project_id:
|
|
24620
24653
|
type: string
|
|
24621
24654
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -24740,7 +24773,7 @@ paths:
|
|
|
24740
24773
|
allOf:
|
|
24741
24774
|
- title: projects-v2_projectGroups.createresponse
|
|
24742
24775
|
type: object
|
|
24743
|
-
properties: &
|
|
24776
|
+
properties: &ref_583
|
|
24744
24777
|
data:
|
|
24745
24778
|
title: TypeAndId
|
|
24746
24779
|
type: object
|
|
@@ -24769,10 +24802,10 @@ paths:
|
|
|
24769
24802
|
schema:
|
|
24770
24803
|
allOf:
|
|
24771
24804
|
- title: projects-v2_projectGroups.updaterequest
|
|
24772
|
-
required: &
|
|
24805
|
+
required: &ref_584
|
|
24773
24806
|
- id
|
|
24774
24807
|
type: object
|
|
24775
|
-
properties: &
|
|
24808
|
+
properties: &ref_585
|
|
24776
24809
|
id:
|
|
24777
24810
|
type: string
|
|
24778
24811
|
example: e8478f2c-05a1-4e69-b3c4-e08507640f01
|
|
@@ -24902,10 +24935,10 @@ paths:
|
|
|
24902
24935
|
schema:
|
|
24903
24936
|
allOf:
|
|
24904
24937
|
- title: projects-v2_projectGroups.duplicaterequest
|
|
24905
|
-
required: &
|
|
24938
|
+
required: &ref_586
|
|
24906
24939
|
- origin_id
|
|
24907
24940
|
type: object
|
|
24908
|
-
properties: &
|
|
24941
|
+
properties: &ref_587
|
|
24909
24942
|
origin_id:
|
|
24910
24943
|
type: string
|
|
24911
24944
|
description: The id of the group that is being duplicated
|
|
@@ -24925,7 +24958,7 @@ paths:
|
|
|
24925
24958
|
allOf:
|
|
24926
24959
|
- title: projects-v2_projectGroups.duplicateresponse
|
|
24927
24960
|
type: object
|
|
24928
|
-
properties: &
|
|
24961
|
+
properties: &ref_588
|
|
24929
24962
|
data:
|
|
24930
24963
|
title: TypeAndId
|
|
24931
24964
|
type: object
|
|
@@ -24954,11 +24987,11 @@ paths:
|
|
|
24954
24987
|
schema:
|
|
24955
24988
|
allOf:
|
|
24956
24989
|
- title: projects-v2_projectGroups.deleterequest
|
|
24957
|
-
required: &
|
|
24990
|
+
required: &ref_589
|
|
24958
24991
|
- id
|
|
24959
24992
|
- delete_strategy
|
|
24960
24993
|
type: object
|
|
24961
|
-
properties: &
|
|
24994
|
+
properties: &ref_590
|
|
24962
24995
|
id:
|
|
24963
24996
|
type: string
|
|
24964
24997
|
example: 01866e6f-f264-7fe5-8b7c-a3f739fa292c
|
|
@@ -24997,11 +25030,11 @@ paths:
|
|
|
24997
25030
|
schema:
|
|
24998
25031
|
allOf:
|
|
24999
25032
|
- title: projects-v2_projectGroups.assignrequest
|
|
25000
|
-
required: &
|
|
25033
|
+
required: &ref_591
|
|
25001
25034
|
- id
|
|
25002
25035
|
- assignee
|
|
25003
25036
|
type: object
|
|
25004
|
-
properties: &
|
|
25037
|
+
properties: &ref_592
|
|
25005
25038
|
id:
|
|
25006
25039
|
type: string
|
|
25007
25040
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -25053,11 +25086,11 @@ paths:
|
|
|
25053
25086
|
schema:
|
|
25054
25087
|
allOf:
|
|
25055
25088
|
- title: projects-v2_projectGroups.unassignrequest
|
|
25056
|
-
required: &
|
|
25089
|
+
required: &ref_593
|
|
25057
25090
|
- id
|
|
25058
25091
|
- assignee
|
|
25059
25092
|
type: object
|
|
25060
|
-
properties: &
|
|
25093
|
+
properties: &ref_594
|
|
25061
25094
|
id:
|
|
25062
25095
|
type: string
|
|
25063
25096
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -25110,7 +25143,7 @@ paths:
|
|
|
25110
25143
|
allOf:
|
|
25111
25144
|
- title: projects-v2_tasks.listrequest
|
|
25112
25145
|
type: object
|
|
25113
|
-
properties: &
|
|
25146
|
+
properties: &ref_595
|
|
25114
25147
|
filter:
|
|
25115
25148
|
type: object
|
|
25116
25149
|
properties:
|
|
@@ -25149,7 +25182,7 @@ paths:
|
|
|
25149
25182
|
allOf:
|
|
25150
25183
|
- title: projects-v2_tasks.listresponse
|
|
25151
25184
|
type: object
|
|
25152
|
-
properties: &
|
|
25185
|
+
properties: &ref_596
|
|
25153
25186
|
data:
|
|
25154
25187
|
type: array
|
|
25155
25188
|
items:
|
|
@@ -25538,7 +25571,7 @@ paths:
|
|
|
25538
25571
|
allOf:
|
|
25539
25572
|
- title: projects-v2_tasks.inforesponse
|
|
25540
25573
|
type: object
|
|
25541
|
-
properties: &
|
|
25574
|
+
properties: &ref_597
|
|
25542
25575
|
data:
|
|
25543
25576
|
type: object
|
|
25544
25577
|
properties:
|
|
@@ -25925,11 +25958,11 @@ paths:
|
|
|
25925
25958
|
schema:
|
|
25926
25959
|
allOf:
|
|
25927
25960
|
- title: projects-v2_tasks.createrequest
|
|
25928
|
-
required: &
|
|
25961
|
+
required: &ref_598
|
|
25929
25962
|
- project_id
|
|
25930
25963
|
- title
|
|
25931
25964
|
type: object
|
|
25932
|
-
properties: &
|
|
25965
|
+
properties: &ref_599
|
|
25933
25966
|
project_id:
|
|
25934
25967
|
type: string
|
|
25935
25968
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -26133,10 +26166,10 @@ paths:
|
|
|
26133
26166
|
schema:
|
|
26134
26167
|
allOf:
|
|
26135
26168
|
- title: projects-v2_tasks.updaterequest
|
|
26136
|
-
required: &
|
|
26169
|
+
required: &ref_600
|
|
26137
26170
|
- id
|
|
26138
26171
|
type: object
|
|
26139
|
-
properties: &
|
|
26172
|
+
properties: &ref_601
|
|
26140
26173
|
id:
|
|
26141
26174
|
type: string
|
|
26142
26175
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -26308,10 +26341,10 @@ paths:
|
|
|
26308
26341
|
schema:
|
|
26309
26342
|
allOf:
|
|
26310
26343
|
- title: projects-v2_tasks.duplicaterequest
|
|
26311
|
-
required: &
|
|
26344
|
+
required: &ref_602
|
|
26312
26345
|
- origin_id
|
|
26313
26346
|
type: object
|
|
26314
|
-
properties: &
|
|
26347
|
+
properties: &ref_603
|
|
26315
26348
|
origin_id:
|
|
26316
26349
|
type: string
|
|
26317
26350
|
description: The id of the task that is being duplicated
|
|
@@ -26331,7 +26364,7 @@ paths:
|
|
|
26331
26364
|
allOf:
|
|
26332
26365
|
- title: projects-v2_tasks.duplicateresponse
|
|
26333
26366
|
type: object
|
|
26334
|
-
properties: &
|
|
26367
|
+
properties: &ref_604
|
|
26335
26368
|
data:
|
|
26336
26369
|
title: TypeAndId
|
|
26337
26370
|
type: object
|
|
@@ -26360,11 +26393,11 @@ paths:
|
|
|
26360
26393
|
schema:
|
|
26361
26394
|
allOf:
|
|
26362
26395
|
- title: projects-v2_tasks.deleterequest
|
|
26363
|
-
required: &
|
|
26396
|
+
required: &ref_605
|
|
26364
26397
|
- id
|
|
26365
26398
|
- delete_strategy
|
|
26366
26399
|
type: object
|
|
26367
|
-
properties: &
|
|
26400
|
+
properties: &ref_606
|
|
26368
26401
|
id:
|
|
26369
26402
|
type: string
|
|
26370
26403
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -26402,11 +26435,11 @@ paths:
|
|
|
26402
26435
|
schema:
|
|
26403
26436
|
allOf:
|
|
26404
26437
|
- title: projects-v2_tasks.assignrequest
|
|
26405
|
-
required: &
|
|
26438
|
+
required: &ref_607
|
|
26406
26439
|
- id
|
|
26407
26440
|
- assignee
|
|
26408
26441
|
type: object
|
|
26409
|
-
properties: &
|
|
26442
|
+
properties: &ref_608
|
|
26410
26443
|
id:
|
|
26411
26444
|
type: string
|
|
26412
26445
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26458,11 +26491,11 @@ paths:
|
|
|
26458
26491
|
schema:
|
|
26459
26492
|
allOf:
|
|
26460
26493
|
- title: projects-v2_tasks.unassignrequest
|
|
26461
|
-
required: &
|
|
26494
|
+
required: &ref_609
|
|
26462
26495
|
- id
|
|
26463
26496
|
- assignee
|
|
26464
26497
|
type: object
|
|
26465
|
-
properties: &
|
|
26498
|
+
properties: &ref_610
|
|
26466
26499
|
id:
|
|
26467
26500
|
type: string
|
|
26468
26501
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -26515,7 +26548,7 @@ paths:
|
|
|
26515
26548
|
allOf:
|
|
26516
26549
|
- title: projects-v2_materials.listrequest
|
|
26517
26550
|
type: object
|
|
26518
|
-
properties: &
|
|
26551
|
+
properties: &ref_611
|
|
26519
26552
|
filter:
|
|
26520
26553
|
type: object
|
|
26521
26554
|
properties:
|
|
@@ -26544,7 +26577,7 @@ paths:
|
|
|
26544
26577
|
allOf:
|
|
26545
26578
|
- title: projects-v2_materials.listresponse
|
|
26546
26579
|
type: object
|
|
26547
|
-
properties: &
|
|
26580
|
+
properties: &ref_612
|
|
26548
26581
|
data:
|
|
26549
26582
|
type: array
|
|
26550
26583
|
items:
|
|
@@ -26864,10 +26897,10 @@ paths:
|
|
|
26864
26897
|
schema:
|
|
26865
26898
|
allOf:
|
|
26866
26899
|
- title: projects-v2_materials.inforequest
|
|
26867
|
-
required: &
|
|
26900
|
+
required: &ref_613
|
|
26868
26901
|
- id
|
|
26869
26902
|
type: object
|
|
26870
|
-
properties: &
|
|
26903
|
+
properties: &ref_614
|
|
26871
26904
|
id:
|
|
26872
26905
|
type: string
|
|
26873
26906
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -26886,7 +26919,7 @@ paths:
|
|
|
26886
26919
|
allOf:
|
|
26887
26920
|
- title: projects-v2_materials.inforesponse
|
|
26888
26921
|
type: object
|
|
26889
|
-
properties: &
|
|
26922
|
+
properties: &ref_615
|
|
26890
26923
|
data:
|
|
26891
26924
|
type: object
|
|
26892
26925
|
properties:
|
|
@@ -27210,11 +27243,11 @@ paths:
|
|
|
27210
27243
|
schema:
|
|
27211
27244
|
allOf:
|
|
27212
27245
|
- title: projects-v2_materials.createrequest
|
|
27213
|
-
required: &
|
|
27246
|
+
required: &ref_616
|
|
27214
27247
|
- project_id
|
|
27215
27248
|
- title
|
|
27216
27249
|
type: object
|
|
27217
|
-
properties: &
|
|
27250
|
+
properties: &ref_617
|
|
27218
27251
|
project_id:
|
|
27219
27252
|
type: string
|
|
27220
27253
|
example: 49b403be-a32e-0901-9b1c-25214f9027c6
|
|
@@ -27386,7 +27419,7 @@ paths:
|
|
|
27386
27419
|
allOf:
|
|
27387
27420
|
- title: projects-v2_materials.createresponse
|
|
27388
27421
|
type: object
|
|
27389
|
-
properties: &
|
|
27422
|
+
properties: &ref_618
|
|
27390
27423
|
data:
|
|
27391
27424
|
title: TypeAndId
|
|
27392
27425
|
type: object
|
|
@@ -27415,10 +27448,10 @@ paths:
|
|
|
27415
27448
|
schema:
|
|
27416
27449
|
allOf:
|
|
27417
27450
|
- title: projects-v2_materials.updaterequest
|
|
27418
|
-
required: &
|
|
27451
|
+
required: &ref_619
|
|
27419
27452
|
- id
|
|
27420
27453
|
type: object
|
|
27421
|
-
properties: &
|
|
27454
|
+
properties: &ref_620
|
|
27422
27455
|
id:
|
|
27423
27456
|
type: string
|
|
27424
27457
|
example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
|
|
@@ -27577,10 +27610,10 @@ paths:
|
|
|
27577
27610
|
schema:
|
|
27578
27611
|
allOf:
|
|
27579
27612
|
- title: projects-v2_materials.duplicaterequest
|
|
27580
|
-
required: &
|
|
27613
|
+
required: &ref_621
|
|
27581
27614
|
- origin_id
|
|
27582
27615
|
type: object
|
|
27583
|
-
properties: &
|
|
27616
|
+
properties: &ref_622
|
|
27584
27617
|
origin_id:
|
|
27585
27618
|
type: string
|
|
27586
27619
|
description: The id of the material that is being duplicated
|
|
@@ -27600,7 +27633,7 @@ paths:
|
|
|
27600
27633
|
allOf:
|
|
27601
27634
|
- title: projects-v2_materials.duplicateresponse
|
|
27602
27635
|
type: object
|
|
27603
|
-
properties: &
|
|
27636
|
+
properties: &ref_623
|
|
27604
27637
|
data:
|
|
27605
27638
|
title: TypeAndId
|
|
27606
27639
|
type: object
|
|
@@ -27629,10 +27662,10 @@ paths:
|
|
|
27629
27662
|
schema:
|
|
27630
27663
|
allOf:
|
|
27631
27664
|
- title: projects-v2_materials.deleterequest
|
|
27632
|
-
required: &
|
|
27665
|
+
required: &ref_624
|
|
27633
27666
|
- id
|
|
27634
27667
|
type: object
|
|
27635
|
-
properties: &
|
|
27668
|
+
properties: &ref_625
|
|
27636
27669
|
id:
|
|
27637
27670
|
type: string
|
|
27638
27671
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -27662,11 +27695,11 @@ paths:
|
|
|
27662
27695
|
schema:
|
|
27663
27696
|
allOf:
|
|
27664
27697
|
- title: projects-v2_materials.assignrequest
|
|
27665
|
-
required: &
|
|
27698
|
+
required: &ref_626
|
|
27666
27699
|
- id
|
|
27667
27700
|
- assignee
|
|
27668
27701
|
type: object
|
|
27669
|
-
properties: &
|
|
27702
|
+
properties: &ref_627
|
|
27670
27703
|
id:
|
|
27671
27704
|
type: string
|
|
27672
27705
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -27718,11 +27751,11 @@ paths:
|
|
|
27718
27751
|
schema:
|
|
27719
27752
|
allOf:
|
|
27720
27753
|
- title: projects-v2_materials.unassignrequest
|
|
27721
|
-
required: &
|
|
27754
|
+
required: &ref_628
|
|
27722
27755
|
- id
|
|
27723
27756
|
- assignee
|
|
27724
27757
|
type: object
|
|
27725
|
-
properties: &
|
|
27758
|
+
properties: &ref_629
|
|
27726
27759
|
id:
|
|
27727
27760
|
type: string
|
|
27728
27761
|
example: 0184f276-811b-716d-8b79-17628c9573c6
|
|
@@ -27775,7 +27808,7 @@ paths:
|
|
|
27775
27808
|
allOf:
|
|
27776
27809
|
- title: tasks.listrequest1
|
|
27777
27810
|
type: object
|
|
27778
|
-
properties: &
|
|
27811
|
+
properties: &ref_630
|
|
27779
27812
|
filter:
|
|
27780
27813
|
type: object
|
|
27781
27814
|
properties:
|
|
@@ -27843,7 +27876,7 @@ paths:
|
|
|
27843
27876
|
allOf:
|
|
27844
27877
|
- title: tasks.listresponse1
|
|
27845
27878
|
type: object
|
|
27846
|
-
properties: &
|
|
27879
|
+
properties: &ref_631
|
|
27847
27880
|
data:
|
|
27848
27881
|
type: array
|
|
27849
27882
|
items:
|
|
@@ -28050,7 +28083,7 @@ paths:
|
|
|
28050
28083
|
allOf:
|
|
28051
28084
|
- title: tasks.inforesponse1
|
|
28052
28085
|
type: object
|
|
28053
|
-
properties: &
|
|
28086
|
+
properties: &ref_632
|
|
28054
28087
|
data:
|
|
28055
28088
|
type: object
|
|
28056
28089
|
properties:
|
|
@@ -28242,12 +28275,12 @@ paths:
|
|
|
28242
28275
|
application/json:
|
|
28243
28276
|
schema:
|
|
28244
28277
|
title: tasks.createrequest1
|
|
28245
|
-
required: &
|
|
28278
|
+
required: &ref_633
|
|
28246
28279
|
- title
|
|
28247
28280
|
- due_on
|
|
28248
28281
|
- work_type_id
|
|
28249
28282
|
type: object
|
|
28250
|
-
properties: &
|
|
28283
|
+
properties: &ref_634
|
|
28251
28284
|
title:
|
|
28252
28285
|
type: string
|
|
28253
28286
|
description:
|
|
@@ -28339,10 +28372,10 @@ paths:
|
|
|
28339
28372
|
application/json:
|
|
28340
28373
|
schema:
|
|
28341
28374
|
title: tasks.updaterequest1
|
|
28342
|
-
required: &
|
|
28375
|
+
required: &ref_635
|
|
28343
28376
|
- id
|
|
28344
28377
|
type: object
|
|
28345
|
-
properties: &
|
|
28378
|
+
properties: &ref_636
|
|
28346
28379
|
id:
|
|
28347
28380
|
type: string
|
|
28348
28381
|
example: 00ed6266-a5bd-4aac-a292-2582017b6400
|
|
@@ -28428,10 +28461,10 @@ paths:
|
|
|
28428
28461
|
schema:
|
|
28429
28462
|
allOf:
|
|
28430
28463
|
- title: tasks.completerequest
|
|
28431
|
-
required: &
|
|
28464
|
+
required: &ref_637
|
|
28432
28465
|
- id
|
|
28433
28466
|
type: object
|
|
28434
|
-
properties: &
|
|
28467
|
+
properties: &ref_638
|
|
28435
28468
|
id:
|
|
28436
28469
|
type: string
|
|
28437
28470
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -28461,10 +28494,10 @@ paths:
|
|
|
28461
28494
|
schema:
|
|
28462
28495
|
allOf:
|
|
28463
28496
|
- title: tasks.reopenrequest
|
|
28464
|
-
required: &
|
|
28497
|
+
required: &ref_639
|
|
28465
28498
|
- id
|
|
28466
28499
|
type: object
|
|
28467
|
-
properties: &
|
|
28500
|
+
properties: &ref_640
|
|
28468
28501
|
id:
|
|
28469
28502
|
type: string
|
|
28470
28503
|
example: 46156648-87c6-478d-8aa7-1dc3a00dacab
|
|
@@ -28494,10 +28527,10 @@ paths:
|
|
|
28494
28527
|
schema:
|
|
28495
28528
|
allOf:
|
|
28496
28529
|
- title: tasks.deleterequest1
|
|
28497
|
-
required: &
|
|
28530
|
+
required: &ref_641
|
|
28498
28531
|
- id
|
|
28499
28532
|
type: object
|
|
28500
|
-
properties: &
|
|
28533
|
+
properties: &ref_642
|
|
28501
28534
|
id:
|
|
28502
28535
|
type: string
|
|
28503
28536
|
example: 5f0afd8a-8a40-48a4-bbe6-7d0e9c61bb6d
|
|
@@ -28527,12 +28560,12 @@ paths:
|
|
|
28527
28560
|
schema:
|
|
28528
28561
|
allOf:
|
|
28529
28562
|
- title: tasks.schedulerequest
|
|
28530
|
-
required: &
|
|
28563
|
+
required: &ref_643
|
|
28531
28564
|
- id
|
|
28532
28565
|
- starts_at
|
|
28533
28566
|
- ends_at
|
|
28534
28567
|
type: object
|
|
28535
|
-
properties: &
|
|
28568
|
+
properties: &ref_644
|
|
28536
28569
|
id:
|
|
28537
28570
|
type: string
|
|
28538
28571
|
example: 7c70c54e-6e50-4e6a-b5fd-80234eb535cf
|
|
@@ -28561,7 +28594,7 @@ paths:
|
|
|
28561
28594
|
allOf:
|
|
28562
28595
|
- title: tasks.scheduleresponse
|
|
28563
28596
|
type: object
|
|
28564
|
-
properties: &
|
|
28597
|
+
properties: &ref_645
|
|
28565
28598
|
data:
|
|
28566
28599
|
title: TypeAndId
|
|
28567
28600
|
type: object
|
|
@@ -28591,7 +28624,7 @@ paths:
|
|
|
28591
28624
|
allOf:
|
|
28592
28625
|
- title: timeTracking.listrequest
|
|
28593
28626
|
type: object
|
|
28594
|
-
properties: &
|
|
28627
|
+
properties: &ref_646
|
|
28595
28628
|
filter:
|
|
28596
28629
|
type: object
|
|
28597
28630
|
properties:
|
|
@@ -28699,7 +28732,7 @@ paths:
|
|
|
28699
28732
|
allOf:
|
|
28700
28733
|
- title: timeTracking.listresponse
|
|
28701
28734
|
type: object
|
|
28702
|
-
properties: &
|
|
28735
|
+
properties: &ref_647
|
|
28703
28736
|
data:
|
|
28704
28737
|
type: array
|
|
28705
28738
|
items:
|
|
@@ -28918,10 +28951,10 @@ paths:
|
|
|
28918
28951
|
schema:
|
|
28919
28952
|
allOf:
|
|
28920
28953
|
- title: timeTracking.inforequest
|
|
28921
|
-
required: &
|
|
28954
|
+
required: &ref_648
|
|
28922
28955
|
- id
|
|
28923
28956
|
type: object
|
|
28924
|
-
properties: &
|
|
28957
|
+
properties: &ref_649
|
|
28925
28958
|
id:
|
|
28926
28959
|
type: string
|
|
28927
28960
|
example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
|
|
@@ -28946,7 +28979,7 @@ paths:
|
|
|
28946
28979
|
allOf:
|
|
28947
28980
|
- title: timeTracking.inforesponse
|
|
28948
28981
|
type: object
|
|
28949
|
-
properties: &
|
|
28982
|
+
properties: &ref_650
|
|
28950
28983
|
data:
|
|
28951
28984
|
type: object
|
|
28952
28985
|
properties:
|
|
@@ -29143,7 +29176,7 @@ paths:
|
|
|
29143
29176
|
allOf:
|
|
29144
29177
|
- title: timeTracking.addrequest
|
|
29145
29178
|
type: object
|
|
29146
|
-
properties: &
|
|
29179
|
+
properties: &ref_651
|
|
29147
29180
|
work_type_id:
|
|
29148
29181
|
type: string
|
|
29149
29182
|
example: 2175597d-484e-4a1c-a781-cbc3d9f893ba
|
|
@@ -29175,7 +29208,7 @@ paths:
|
|
|
29175
29208
|
type: string
|
|
29176
29209
|
description: To add tracked time for a different user.
|
|
29177
29210
|
example: 87982c96-f2fe-4b05-838c-ff42c0525758
|
|
29178
|
-
oneOf: &
|
|
29211
|
+
oneOf: &ref_652
|
|
29179
29212
|
- type: object
|
|
29180
29213
|
title: With started_at & duration
|
|
29181
29214
|
required:
|
|
@@ -29227,7 +29260,7 @@ paths:
|
|
|
29227
29260
|
allOf:
|
|
29228
29261
|
- title: timeTracking.addresponse
|
|
29229
29262
|
type: object
|
|
29230
|
-
properties: &
|
|
29263
|
+
properties: &ref_653
|
|
29231
29264
|
data:
|
|
29232
29265
|
title: TypeAndId
|
|
29233
29266
|
type: object
|
|
@@ -29253,11 +29286,11 @@ paths:
|
|
|
29253
29286
|
schema:
|
|
29254
29287
|
allOf:
|
|
29255
29288
|
- title: timeTracking.updaterequest
|
|
29256
|
-
required: &
|
|
29289
|
+
required: &ref_654
|
|
29257
29290
|
- id
|
|
29258
29291
|
- duration
|
|
29259
29292
|
type: object
|
|
29260
|
-
properties: &
|
|
29293
|
+
properties: &ref_655
|
|
29261
29294
|
id:
|
|
29262
29295
|
type: string
|
|
29263
29296
|
example: 66621f54-3d0d-420f-8d4b-ddd7fc473bf2
|
|
@@ -29295,7 +29328,7 @@ paths:
|
|
|
29295
29328
|
invoiceable:
|
|
29296
29329
|
type: boolean
|
|
29297
29330
|
example: true
|
|
29298
|
-
oneOf: &
|
|
29331
|
+
oneOf: &ref_656
|
|
29299
29332
|
- type: object
|
|
29300
29333
|
title: Update with started_at
|
|
29301
29334
|
description: Update the timetracking with `started_at` DateTime.
|
|
@@ -29338,10 +29371,10 @@ paths:
|
|
|
29338
29371
|
schema:
|
|
29339
29372
|
allOf:
|
|
29340
29373
|
- title: timeTracking.resumerequest
|
|
29341
|
-
required: &
|
|
29374
|
+
required: &ref_657
|
|
29342
29375
|
- id
|
|
29343
29376
|
type: object
|
|
29344
|
-
properties: &
|
|
29377
|
+
properties: &ref_658
|
|
29345
29378
|
id:
|
|
29346
29379
|
type: string
|
|
29347
29380
|
example: 06dfa08a-b769-4005-a912-45ab885c5737
|
|
@@ -29366,7 +29399,7 @@ paths:
|
|
|
29366
29399
|
allOf:
|
|
29367
29400
|
- title: timeTracking.resumeresponse
|
|
29368
29401
|
type: object
|
|
29369
|
-
properties: &
|
|
29402
|
+
properties: &ref_659
|
|
29370
29403
|
data:
|
|
29371
29404
|
title: TypeAndId
|
|
29372
29405
|
type: object
|
|
@@ -29395,10 +29428,10 @@ paths:
|
|
|
29395
29428
|
schema:
|
|
29396
29429
|
allOf:
|
|
29397
29430
|
- title: timeTracking.deleterequest
|
|
29398
|
-
required: &
|
|
29431
|
+
required: &ref_660
|
|
29399
29432
|
- id
|
|
29400
29433
|
type: object
|
|
29401
|
-
properties: &
|
|
29434
|
+
properties: &ref_661
|
|
29402
29435
|
id:
|
|
29403
29436
|
type: string
|
|
29404
29437
|
example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
|
|
@@ -29431,7 +29464,7 @@ paths:
|
|
|
29431
29464
|
allOf:
|
|
29432
29465
|
- title: timers.currentresponse
|
|
29433
29466
|
type: object
|
|
29434
|
-
properties: &
|
|
29467
|
+
properties: &ref_662
|
|
29435
29468
|
data:
|
|
29436
29469
|
type: object
|
|
29437
29470
|
properties:
|
|
@@ -29517,7 +29550,7 @@ paths:
|
|
|
29517
29550
|
allOf:
|
|
29518
29551
|
- title: timers.startrequest
|
|
29519
29552
|
type: object
|
|
29520
|
-
properties: &
|
|
29553
|
+
properties: &ref_663
|
|
29521
29554
|
work_type_id:
|
|
29522
29555
|
type: string
|
|
29523
29556
|
example: db41328a-7a25-4e85-8fb9-830baacb7f40
|
|
@@ -29573,7 +29606,7 @@ paths:
|
|
|
29573
29606
|
allOf:
|
|
29574
29607
|
- title: timers.startresponse
|
|
29575
29608
|
type: object
|
|
29576
|
-
properties: &
|
|
29609
|
+
properties: &ref_664
|
|
29577
29610
|
data:
|
|
29578
29611
|
title: TypeAndId
|
|
29579
29612
|
type: object
|
|
@@ -29605,7 +29638,7 @@ paths:
|
|
|
29605
29638
|
allOf:
|
|
29606
29639
|
- title: timers.stopresponse
|
|
29607
29640
|
type: object
|
|
29608
|
-
properties: &
|
|
29641
|
+
properties: &ref_665
|
|
29609
29642
|
data:
|
|
29610
29643
|
title: TypeAndId
|
|
29611
29644
|
type: object
|
|
@@ -29635,7 +29668,7 @@ paths:
|
|
|
29635
29668
|
allOf:
|
|
29636
29669
|
- title: timers.updaterequest
|
|
29637
29670
|
type: object
|
|
29638
|
-
properties: &
|
|
29671
|
+
properties: &ref_666
|
|
29639
29672
|
work_type_id:
|
|
29640
29673
|
type: string
|
|
29641
29674
|
nullable: true
|
|
@@ -29709,7 +29742,7 @@ paths:
|
|
|
29709
29742
|
allOf:
|
|
29710
29743
|
- title: tickets.listrequest
|
|
29711
29744
|
type: object
|
|
29712
|
-
properties: &
|
|
29745
|
+
properties: &ref_667
|
|
29713
29746
|
filter:
|
|
29714
29747
|
type: object
|
|
29715
29748
|
properties:
|
|
@@ -29794,7 +29827,7 @@ paths:
|
|
|
29794
29827
|
allOf:
|
|
29795
29828
|
- title: tickets.listresponse
|
|
29796
29829
|
type: object
|
|
29797
|
-
properties: &
|
|
29830
|
+
properties: &ref_668
|
|
29798
29831
|
data:
|
|
29799
29832
|
type: array
|
|
29800
29833
|
items:
|
|
@@ -29929,10 +29962,10 @@ paths:
|
|
|
29929
29962
|
schema:
|
|
29930
29963
|
allOf:
|
|
29931
29964
|
- title: tickets.inforequest
|
|
29932
|
-
required: &
|
|
29965
|
+
required: &ref_669
|
|
29933
29966
|
- id
|
|
29934
29967
|
type: object
|
|
29935
|
-
properties: &
|
|
29968
|
+
properties: &ref_670
|
|
29936
29969
|
id:
|
|
29937
29970
|
type: string
|
|
29938
29971
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -29951,7 +29984,7 @@ paths:
|
|
|
29951
29984
|
allOf:
|
|
29952
29985
|
- title: tickets.inforesponse
|
|
29953
29986
|
type: object
|
|
29954
|
-
properties: &
|
|
29987
|
+
properties: &ref_671
|
|
29955
29988
|
id:
|
|
29956
29989
|
type: string
|
|
29957
29990
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30100,12 +30133,12 @@ paths:
|
|
|
30100
30133
|
schema:
|
|
30101
30134
|
allOf:
|
|
30102
30135
|
- title: tickets.createrequest
|
|
30103
|
-
required: &
|
|
30136
|
+
required: &ref_672
|
|
30104
30137
|
- subject
|
|
30105
30138
|
- customer
|
|
30106
30139
|
- ticket_status_id
|
|
30107
30140
|
type: object
|
|
30108
|
-
properties: &
|
|
30141
|
+
properties: &ref_673
|
|
30109
30142
|
subject:
|
|
30110
30143
|
type: string
|
|
30111
30144
|
example: My ticket subject
|
|
@@ -30219,7 +30252,7 @@ paths:
|
|
|
30219
30252
|
allOf:
|
|
30220
30253
|
- title: tickets.createresponse
|
|
30221
30254
|
type: object
|
|
30222
|
-
properties: &
|
|
30255
|
+
properties: &ref_674
|
|
30223
30256
|
data:
|
|
30224
30257
|
title: TypeAndId
|
|
30225
30258
|
type: object
|
|
@@ -30248,10 +30281,10 @@ paths:
|
|
|
30248
30281
|
schema:
|
|
30249
30282
|
allOf:
|
|
30250
30283
|
- title: tickets.updaterequest
|
|
30251
|
-
required: &
|
|
30284
|
+
required: &ref_675
|
|
30252
30285
|
- id
|
|
30253
30286
|
type: object
|
|
30254
|
-
properties: &
|
|
30287
|
+
properties: &ref_676
|
|
30255
30288
|
id:
|
|
30256
30289
|
type: string
|
|
30257
30290
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30373,7 +30406,7 @@ paths:
|
|
|
30373
30406
|
allOf:
|
|
30374
30407
|
- title: tickets.listMessagesrequest
|
|
30375
30408
|
type: object
|
|
30376
|
-
properties: &
|
|
30409
|
+
properties: &ref_677
|
|
30377
30410
|
id:
|
|
30378
30411
|
type: string
|
|
30379
30412
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30426,7 +30459,7 @@ paths:
|
|
|
30426
30459
|
allOf:
|
|
30427
30460
|
- title: tickets.listMessagesresponse
|
|
30428
30461
|
type: object
|
|
30429
|
-
properties: &
|
|
30462
|
+
properties: &ref_678
|
|
30430
30463
|
data:
|
|
30431
30464
|
type: array
|
|
30432
30465
|
items:
|
|
@@ -30529,7 +30562,7 @@ paths:
|
|
|
30529
30562
|
allOf:
|
|
30530
30563
|
- title: tickets.getMessagerequest
|
|
30531
30564
|
type: object
|
|
30532
|
-
properties: &
|
|
30565
|
+
properties: &ref_679
|
|
30533
30566
|
message_id:
|
|
30534
30567
|
type: string
|
|
30535
30568
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30548,7 +30581,7 @@ paths:
|
|
|
30548
30581
|
allOf:
|
|
30549
30582
|
- title: tickets.getMessageresponse
|
|
30550
30583
|
type: object
|
|
30551
|
-
properties: &
|
|
30584
|
+
properties: &ref_680
|
|
30552
30585
|
message_id:
|
|
30553
30586
|
type: string
|
|
30554
30587
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30631,13 +30664,13 @@ paths:
|
|
|
30631
30664
|
schema:
|
|
30632
30665
|
allOf:
|
|
30633
30666
|
- title: tickets.importMessagerequest
|
|
30634
|
-
required: &
|
|
30667
|
+
required: &ref_681
|
|
30635
30668
|
- id
|
|
30636
30669
|
- body
|
|
30637
30670
|
- sent_by
|
|
30638
30671
|
- sent_at
|
|
30639
30672
|
type: object
|
|
30640
|
-
properties: &
|
|
30673
|
+
properties: &ref_682
|
|
30641
30674
|
id:
|
|
30642
30675
|
type: string
|
|
30643
30676
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30690,7 +30723,7 @@ paths:
|
|
|
30690
30723
|
allOf:
|
|
30691
30724
|
- title: tickets.importMessageresponse
|
|
30692
30725
|
type: object
|
|
30693
|
-
properties: &
|
|
30726
|
+
properties: &ref_683
|
|
30694
30727
|
data:
|
|
30695
30728
|
title: TypeAndId
|
|
30696
30729
|
type: object
|
|
@@ -30719,11 +30752,11 @@ paths:
|
|
|
30719
30752
|
schema:
|
|
30720
30753
|
allOf:
|
|
30721
30754
|
- title: tickets.addReplyrequest
|
|
30722
|
-
required: &
|
|
30755
|
+
required: &ref_684
|
|
30723
30756
|
- id
|
|
30724
30757
|
- body
|
|
30725
30758
|
type: object
|
|
30726
|
-
properties: &
|
|
30759
|
+
properties: &ref_685
|
|
30727
30760
|
id:
|
|
30728
30761
|
type: string
|
|
30729
30762
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30762,7 +30795,7 @@ paths:
|
|
|
30762
30795
|
allOf:
|
|
30763
30796
|
- title: tickets.addReplyresponse
|
|
30764
30797
|
type: object
|
|
30765
|
-
properties: &
|
|
30798
|
+
properties: &ref_686
|
|
30766
30799
|
data:
|
|
30767
30800
|
title: TypeAndId
|
|
30768
30801
|
type: object
|
|
@@ -30791,11 +30824,11 @@ paths:
|
|
|
30791
30824
|
schema:
|
|
30792
30825
|
allOf:
|
|
30793
30826
|
- title: tickets.addInternalMessagerequest
|
|
30794
|
-
required: &
|
|
30827
|
+
required: &ref_687
|
|
30795
30828
|
- id
|
|
30796
30829
|
- body
|
|
30797
30830
|
type: object
|
|
30798
|
-
properties: &
|
|
30831
|
+
properties: &ref_688
|
|
30799
30832
|
id:
|
|
30800
30833
|
type: string
|
|
30801
30834
|
example: f29abf48-337d-44b4-aad4-585f5277a456
|
|
@@ -30834,7 +30867,7 @@ paths:
|
|
|
30834
30867
|
allOf:
|
|
30835
30868
|
- title: tickets.addInternalMessageresponse
|
|
30836
30869
|
type: object
|
|
30837
|
-
properties: &
|
|
30870
|
+
properties: &ref_689
|
|
30838
30871
|
data:
|
|
30839
30872
|
title: TypeAndId
|
|
30840
30873
|
type: object
|
|
@@ -30864,7 +30897,7 @@ paths:
|
|
|
30864
30897
|
allOf:
|
|
30865
30898
|
- title: ticketStatus.listrequest
|
|
30866
30899
|
type: object
|
|
30867
|
-
properties: &
|
|
30900
|
+
properties: &ref_690
|
|
30868
30901
|
filter:
|
|
30869
30902
|
type: object
|
|
30870
30903
|
properties:
|
|
@@ -30893,7 +30926,7 @@ paths:
|
|
|
30893
30926
|
allOf:
|
|
30894
30927
|
- title: ticketStatus.listresponse
|
|
30895
30928
|
type: object
|
|
30896
|
-
properties: &
|
|
30929
|
+
properties: &ref_691
|
|
30897
30930
|
data:
|
|
30898
30931
|
type: array
|
|
30899
30932
|
items:
|
|
@@ -30943,10 +30976,10 @@ paths:
|
|
|
30943
30976
|
schema:
|
|
30944
30977
|
allOf:
|
|
30945
30978
|
- title: files.listrequest
|
|
30946
|
-
required: &
|
|
30979
|
+
required: &ref_692
|
|
30947
30980
|
- filter
|
|
30948
30981
|
type: object
|
|
30949
|
-
properties: &
|
|
30982
|
+
properties: &ref_693
|
|
30950
30983
|
filter:
|
|
30951
30984
|
type: object
|
|
30952
30985
|
required:
|
|
@@ -31028,7 +31061,7 @@ paths:
|
|
|
31028
31061
|
allOf:
|
|
31029
31062
|
- title: files.listresponse
|
|
31030
31063
|
type: object
|
|
31031
|
-
properties: &
|
|
31064
|
+
properties: &ref_694
|
|
31032
31065
|
data:
|
|
31033
31066
|
type: array
|
|
31034
31067
|
items:
|
|
@@ -31149,10 +31182,10 @@ paths:
|
|
|
31149
31182
|
schema:
|
|
31150
31183
|
allOf:
|
|
31151
31184
|
- title: files.inforequest
|
|
31152
|
-
required: &
|
|
31185
|
+
required: &ref_695
|
|
31153
31186
|
- id
|
|
31154
31187
|
type: object
|
|
31155
|
-
properties: &
|
|
31188
|
+
properties: &ref_696
|
|
31156
31189
|
id:
|
|
31157
31190
|
type: string
|
|
31158
31191
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -31171,7 +31204,7 @@ paths:
|
|
|
31171
31204
|
allOf:
|
|
31172
31205
|
- title: files.inforesponse
|
|
31173
31206
|
type: object
|
|
31174
|
-
properties: &
|
|
31207
|
+
properties: &ref_697
|
|
31175
31208
|
data:
|
|
31176
31209
|
type: object
|
|
31177
31210
|
properties:
|
|
@@ -31270,10 +31303,10 @@ paths:
|
|
|
31270
31303
|
schema:
|
|
31271
31304
|
allOf:
|
|
31272
31305
|
- title: files.downloadrequest
|
|
31273
|
-
required: &
|
|
31306
|
+
required: &ref_698
|
|
31274
31307
|
- id
|
|
31275
31308
|
type: object
|
|
31276
|
-
properties: &
|
|
31309
|
+
properties: &ref_699
|
|
31277
31310
|
id:
|
|
31278
31311
|
type: string
|
|
31279
31312
|
example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
|
|
@@ -31292,7 +31325,7 @@ paths:
|
|
|
31292
31325
|
allOf:
|
|
31293
31326
|
- title: files.downloadresponse
|
|
31294
31327
|
type: object
|
|
31295
|
-
properties: &
|
|
31328
|
+
properties: &ref_700
|
|
31296
31329
|
data:
|
|
31297
31330
|
type: object
|
|
31298
31331
|
properties:
|
|
@@ -31334,11 +31367,11 @@ paths:
|
|
|
31334
31367
|
schema:
|
|
31335
31368
|
allOf:
|
|
31336
31369
|
- title: files.uploadrequest
|
|
31337
|
-
required: &
|
|
31370
|
+
required: &ref_701
|
|
31338
31371
|
- name
|
|
31339
31372
|
- subject
|
|
31340
31373
|
type: object
|
|
31341
|
-
properties: &
|
|
31374
|
+
properties: &ref_702
|
|
31342
31375
|
name:
|
|
31343
31376
|
type: string
|
|
31344
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.
|
|
@@ -31393,7 +31426,7 @@ paths:
|
|
|
31393
31426
|
allOf:
|
|
31394
31427
|
- title: files.uploadresponse
|
|
31395
31428
|
type: object
|
|
31396
|
-
properties: &
|
|
31429
|
+
properties: &ref_703
|
|
31397
31430
|
data:
|
|
31398
31431
|
type: object
|
|
31399
31432
|
properties:
|
|
@@ -31429,10 +31462,10 @@ paths:
|
|
|
31429
31462
|
schema:
|
|
31430
31463
|
allOf:
|
|
31431
31464
|
- title: files.deleterequest
|
|
31432
|
-
required: &
|
|
31465
|
+
required: &ref_704
|
|
31433
31466
|
- id
|
|
31434
31467
|
type: object
|
|
31435
|
-
properties: &
|
|
31468
|
+
properties: &ref_705
|
|
31436
31469
|
id:
|
|
31437
31470
|
type: string
|
|
31438
31471
|
example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
|
|
@@ -31462,10 +31495,10 @@ paths:
|
|
|
31462
31495
|
schema:
|
|
31463
31496
|
allOf:
|
|
31464
31497
|
- title: mailTemplates.listrequest
|
|
31465
|
-
required: &
|
|
31498
|
+
required: &ref_706
|
|
31466
31499
|
- filter
|
|
31467
31500
|
type: object
|
|
31468
|
-
properties: &
|
|
31501
|
+
properties: &ref_707
|
|
31469
31502
|
filter:
|
|
31470
31503
|
type: object
|
|
31471
31504
|
required:
|
|
@@ -31501,7 +31534,7 @@ paths:
|
|
|
31501
31534
|
allOf:
|
|
31502
31535
|
- title: mailTemplates.listresponse
|
|
31503
31536
|
type: object
|
|
31504
|
-
properties: &
|
|
31537
|
+
properties: &ref_708
|
|
31505
31538
|
data:
|
|
31506
31539
|
type: array
|
|
31507
31540
|
items:
|
|
@@ -31582,7 +31615,7 @@ paths:
|
|
|
31582
31615
|
allOf:
|
|
31583
31616
|
- title: migrate.idrequest
|
|
31584
31617
|
type: object
|
|
31585
|
-
properties: &
|
|
31618
|
+
properties: &ref_709
|
|
31586
31619
|
type:
|
|
31587
31620
|
type: string
|
|
31588
31621
|
enum:
|
|
@@ -31627,7 +31660,7 @@ paths:
|
|
|
31627
31660
|
allOf:
|
|
31628
31661
|
- title: migrate.idresponse
|
|
31629
31662
|
type: object
|
|
31630
|
-
properties: &
|
|
31663
|
+
properties: &ref_710
|
|
31631
31664
|
data:
|
|
31632
31665
|
type: object
|
|
31633
31666
|
properties:
|
|
@@ -31682,7 +31715,7 @@ paths:
|
|
|
31682
31715
|
allOf:
|
|
31683
31716
|
- title: migrate.taxRaterequest
|
|
31684
31717
|
type: object
|
|
31685
|
-
properties: &
|
|
31718
|
+
properties: &ref_711
|
|
31686
31719
|
department_id:
|
|
31687
31720
|
type: string
|
|
31688
31721
|
example: 6ad54ec6-ee2d-4500-afe6-0917c1aa7a38
|
|
@@ -31706,7 +31739,7 @@ paths:
|
|
|
31706
31739
|
allOf:
|
|
31707
31740
|
- title: migrate.taxRateresponse
|
|
31708
31741
|
type: object
|
|
31709
|
-
properties: &
|
|
31742
|
+
properties: &ref_712
|
|
31710
31743
|
data:
|
|
31711
31744
|
title: TypeAndId
|
|
31712
31745
|
type: object
|
|
@@ -31736,7 +31769,7 @@ paths:
|
|
|
31736
31769
|
allOf:
|
|
31737
31770
|
- title: migrate.activityTyperequest
|
|
31738
31771
|
type: object
|
|
31739
|
-
properties: &
|
|
31772
|
+
properties: &ref_713
|
|
31740
31773
|
type:
|
|
31741
31774
|
type: string
|
|
31742
31775
|
enum:
|
|
@@ -31759,7 +31792,7 @@ paths:
|
|
|
31759
31792
|
allOf:
|
|
31760
31793
|
- title: migrate.activityTyperesponse
|
|
31761
31794
|
type: object
|
|
31762
|
-
properties: &
|
|
31795
|
+
properties: &ref_714
|
|
31763
31796
|
data:
|
|
31764
31797
|
title: TypeAndId
|
|
31765
31798
|
type: object
|
|
@@ -31787,10 +31820,10 @@ paths:
|
|
|
31787
31820
|
application/json:
|
|
31788
31821
|
schema:
|
|
31789
31822
|
title: orders.inforequest
|
|
31790
|
-
required: &
|
|
31823
|
+
required: &ref_715
|
|
31791
31824
|
- id
|
|
31792
31825
|
type: object
|
|
31793
|
-
properties: &
|
|
31826
|
+
properties: &ref_716
|
|
31794
31827
|
id:
|
|
31795
31828
|
type: string
|
|
31796
31829
|
example: 6fac0bf0-e803-424e-af67-76863a3d7d16
|
|
@@ -31811,7 +31844,7 @@ paths:
|
|
|
31811
31844
|
allOf:
|
|
31812
31845
|
- title: orders.inforesponse
|
|
31813
31846
|
type: object
|
|
31814
|
-
properties: &
|
|
31847
|
+
properties: &ref_718
|
|
31815
31848
|
data:
|
|
31816
31849
|
type: object
|
|
31817
31850
|
properties:
|
|
@@ -31845,7 +31878,7 @@ paths:
|
|
|
31845
31878
|
items:
|
|
31846
31879
|
title: OrdersGroupedLinesResponse
|
|
31847
31880
|
type: object
|
|
31848
|
-
properties: &
|
|
31881
|
+
properties: &ref_717
|
|
31849
31882
|
section:
|
|
31850
31883
|
type: object
|
|
31851
31884
|
properties:
|
|
@@ -32058,7 +32091,7 @@ paths:
|
|
|
32058
32091
|
allOf:
|
|
32059
32092
|
- title: orders.listrequest
|
|
32060
32093
|
type: object
|
|
32061
|
-
properties: &
|
|
32094
|
+
properties: &ref_719
|
|
32062
32095
|
filter:
|
|
32063
32096
|
type: object
|
|
32064
32097
|
properties:
|
|
@@ -32092,7 +32125,7 @@ paths:
|
|
|
32092
32125
|
schema:
|
|
32093
32126
|
title: orders.listresponse
|
|
32094
32127
|
type: object
|
|
32095
|
-
properties: &
|
|
32128
|
+
properties: &ref_720
|
|
32096
32129
|
data:
|
|
32097
32130
|
type: array
|
|
32098
32131
|
items:
|
|
@@ -32419,7 +32452,7 @@ paths:
|
|
|
32419
32452
|
schema:
|
|
32420
32453
|
title: webhooks.listresponse
|
|
32421
32454
|
type: object
|
|
32422
|
-
properties: &
|
|
32455
|
+
properties: &ref_721
|
|
32423
32456
|
data:
|
|
32424
32457
|
type: array
|
|
32425
32458
|
items:
|
|
@@ -32468,11 +32501,11 @@ paths:
|
|
|
32468
32501
|
schema:
|
|
32469
32502
|
allOf:
|
|
32470
32503
|
- title: cloudPlatforms.urlrequest
|
|
32471
|
-
required: &
|
|
32504
|
+
required: &ref_722
|
|
32472
32505
|
- type
|
|
32473
32506
|
- id
|
|
32474
32507
|
type: object
|
|
32475
|
-
properties: &
|
|
32508
|
+
properties: &ref_723
|
|
32476
32509
|
type:
|
|
32477
32510
|
type: string
|
|
32478
32511
|
enum:
|
|
@@ -32499,7 +32532,7 @@ paths:
|
|
|
32499
32532
|
allOf:
|
|
32500
32533
|
- title: cloudPlatforms.urlresponse
|
|
32501
32534
|
type: object
|
|
32502
|
-
properties: &
|
|
32535
|
+
properties: &ref_724
|
|
32503
32536
|
data:
|
|
32504
32537
|
type: object
|
|
32505
32538
|
properties:
|
|
@@ -32541,7 +32574,7 @@ paths:
|
|
|
32541
32574
|
allOf:
|
|
32542
32575
|
- title: accounts.projects-v2-statusresponse
|
|
32543
32576
|
type: object
|
|
32544
|
-
properties: &
|
|
32577
|
+
properties: &ref_725
|
|
32545
32578
|
data:
|
|
32546
32579
|
type: object
|
|
32547
32580
|
properties:
|
|
@@ -32580,7 +32613,7 @@ paths:
|
|
|
32580
32613
|
allOf:
|
|
32581
32614
|
- title: plannableItems.listrequest
|
|
32582
32615
|
type: object
|
|
32583
|
-
properties: &
|
|
32616
|
+
properties: &ref_726
|
|
32584
32617
|
filter:
|
|
32585
32618
|
type: object
|
|
32586
32619
|
properties:
|
|
@@ -32691,7 +32724,7 @@ paths:
|
|
|
32691
32724
|
allOf:
|
|
32692
32725
|
- title: plannableItems.listresponse
|
|
32693
32726
|
type: object
|
|
32694
|
-
properties: &
|
|
32727
|
+
properties: &ref_727
|
|
32695
32728
|
data:
|
|
32696
32729
|
type: array
|
|
32697
32730
|
items:
|
|
@@ -32779,7 +32812,7 @@ paths:
|
|
|
32779
32812
|
allOf:
|
|
32780
32813
|
- title: plannableItems.inforequest
|
|
32781
32814
|
type: object
|
|
32782
|
-
properties: &
|
|
32815
|
+
properties: &ref_728
|
|
32783
32816
|
id:
|
|
32784
32817
|
type: string
|
|
32785
32818
|
example: 018d79a1-2b99-7fbd-b323-500b01305371
|
|
@@ -32807,7 +32840,7 @@ paths:
|
|
|
32807
32840
|
allOf:
|
|
32808
32841
|
- title: plannableItems.inforesponse
|
|
32809
32842
|
type: object
|
|
32810
|
-
properties: &
|
|
32843
|
+
properties: &ref_729
|
|
32811
32844
|
data:
|
|
32812
32845
|
type: object
|
|
32813
32846
|
properties:
|
|
@@ -32885,7 +32918,7 @@ paths:
|
|
|
32885
32918
|
allOf:
|
|
32886
32919
|
- title: reservations.listrequest
|
|
32887
32920
|
type: object
|
|
32888
|
-
properties: &
|
|
32921
|
+
properties: &ref_730
|
|
32889
32922
|
filter:
|
|
32890
32923
|
type: object
|
|
32891
32924
|
properties:
|
|
@@ -32963,7 +32996,7 @@ paths:
|
|
|
32963
32996
|
allOf:
|
|
32964
32997
|
- title: reservations.listresponse
|
|
32965
32998
|
type: object
|
|
32966
|
-
properties: &
|
|
32999
|
+
properties: &ref_731
|
|
32967
33000
|
data:
|
|
32968
33001
|
type: array
|
|
32969
33002
|
items:
|
|
@@ -33061,12 +33094,12 @@ paths:
|
|
|
33061
33094
|
allOf:
|
|
33062
33095
|
- title: reservations.createrequest
|
|
33063
33096
|
type: object
|
|
33064
|
-
required: &
|
|
33097
|
+
required: &ref_732
|
|
33065
33098
|
- plannable_item_id
|
|
33066
33099
|
- date
|
|
33067
33100
|
- duration
|
|
33068
33101
|
- assignee
|
|
33069
|
-
properties: &
|
|
33102
|
+
properties: &ref_733
|
|
33070
33103
|
plannable_item_id:
|
|
33071
33104
|
type: string
|
|
33072
33105
|
example: e82cec33-24c9-4d13-96cb-d515a1660c8d
|
|
@@ -33123,7 +33156,7 @@ paths:
|
|
|
33123
33156
|
allOf:
|
|
33124
33157
|
- title: reservations.createresponse
|
|
33125
33158
|
type: object
|
|
33126
|
-
properties: &
|
|
33159
|
+
properties: &ref_734
|
|
33127
33160
|
data:
|
|
33128
33161
|
title: TypeAndId
|
|
33129
33162
|
type: object
|
|
@@ -33153,9 +33186,9 @@ paths:
|
|
|
33153
33186
|
allOf:
|
|
33154
33187
|
- title: reservations.updaterequest
|
|
33155
33188
|
type: object
|
|
33156
|
-
required: &
|
|
33189
|
+
required: &ref_735
|
|
33157
33190
|
- id
|
|
33158
|
-
properties: &
|
|
33191
|
+
properties: &ref_736
|
|
33159
33192
|
id:
|
|
33160
33193
|
type: string
|
|
33161
33194
|
example: 01878019-c72c-70dc-b097-7e519c775e35
|
|
@@ -33218,9 +33251,9 @@ paths:
|
|
|
33218
33251
|
allOf:
|
|
33219
33252
|
- title: reservations.deleterequest
|
|
33220
33253
|
type: object
|
|
33221
|
-
required: &
|
|
33254
|
+
required: &ref_737
|
|
33222
33255
|
- id
|
|
33223
|
-
properties: &
|
|
33256
|
+
properties: &ref_738
|
|
33224
33257
|
id:
|
|
33225
33258
|
type: string
|
|
33226
33259
|
example: 01878019-c72c-70dc-b097-7e519c775e35
|
|
@@ -33251,9 +33284,9 @@ paths:
|
|
|
33251
33284
|
allOf:
|
|
33252
33285
|
- title: userAvailability.totalrequest
|
|
33253
33286
|
type: object
|
|
33254
|
-
required: &
|
|
33287
|
+
required: &ref_739
|
|
33255
33288
|
- period
|
|
33256
|
-
properties: &
|
|
33289
|
+
properties: &ref_740
|
|
33257
33290
|
period:
|
|
33258
33291
|
allOf:
|
|
33259
33292
|
- title: Period
|
|
@@ -33310,7 +33343,7 @@ paths:
|
|
|
33310
33343
|
allOf:
|
|
33311
33344
|
- title: userAvailability.totalresponse
|
|
33312
33345
|
type: object
|
|
33313
|
-
properties: &
|
|
33346
|
+
properties: &ref_741
|
|
33314
33347
|
data:
|
|
33315
33348
|
type: array
|
|
33316
33349
|
items:
|
|
@@ -33405,9 +33438,9 @@ paths:
|
|
|
33405
33438
|
allOf:
|
|
33406
33439
|
- title: userAvailability.dailyrequest
|
|
33407
33440
|
type: object
|
|
33408
|
-
required: &
|
|
33441
|
+
required: &ref_742
|
|
33409
33442
|
- period
|
|
33410
|
-
properties: &
|
|
33443
|
+
properties: &ref_743
|
|
33411
33444
|
period:
|
|
33412
33445
|
allOf:
|
|
33413
33446
|
- title: Period
|
|
@@ -33458,7 +33491,7 @@ paths:
|
|
|
33458
33491
|
allOf:
|
|
33459
33492
|
- title: userAvailability.dailyresponse
|
|
33460
33493
|
type: object
|
|
33461
|
-
properties: &
|
|
33494
|
+
properties: &ref_744
|
|
33462
33495
|
data:
|
|
33463
33496
|
type: array
|
|
33464
33497
|
items:
|
|
@@ -34451,67 +34484,72 @@ components:
|
|
|
34451
34484
|
required: *ref_341
|
|
34452
34485
|
type: object
|
|
34453
34486
|
properties: *ref_342
|
|
34487
|
+
calls.deleterequest:
|
|
34488
|
+
title: calls.deleterequest
|
|
34489
|
+
required: *ref_343
|
|
34490
|
+
type: object
|
|
34491
|
+
properties: *ref_344
|
|
34454
34492
|
callOutcomes.listrequest:
|
|
34455
34493
|
title: callOutcomes.listrequest
|
|
34456
34494
|
type: object
|
|
34457
|
-
properties: *
|
|
34495
|
+
properties: *ref_345
|
|
34458
34496
|
callOutcomes.listresponse:
|
|
34459
34497
|
title: callOutcomes.listresponse
|
|
34460
34498
|
type: object
|
|
34461
|
-
properties: *
|
|
34499
|
+
properties: *ref_346
|
|
34462
34500
|
Attendee:
|
|
34463
34501
|
title: Attendee
|
|
34464
|
-
required: *
|
|
34502
|
+
required: *ref_347
|
|
34465
34503
|
type: object
|
|
34466
|
-
properties: *
|
|
34504
|
+
properties: *ref_348
|
|
34467
34505
|
events.listrequest:
|
|
34468
34506
|
title: events.listrequest
|
|
34469
34507
|
type: object
|
|
34470
|
-
properties: *
|
|
34508
|
+
properties: *ref_349
|
|
34471
34509
|
events.listresponse:
|
|
34472
34510
|
title: events.listresponse
|
|
34473
34511
|
type: object
|
|
34474
|
-
properties: *
|
|
34512
|
+
properties: *ref_350
|
|
34475
34513
|
events.inforequest:
|
|
34476
34514
|
title: events.inforequest
|
|
34477
|
-
required: *
|
|
34515
|
+
required: *ref_351
|
|
34478
34516
|
type: object
|
|
34479
|
-
properties: *
|
|
34517
|
+
properties: *ref_352
|
|
34480
34518
|
events.inforesponse:
|
|
34481
34519
|
title: events.inforesponse
|
|
34482
34520
|
type: object
|
|
34483
|
-
properties: *
|
|
34521
|
+
properties: *ref_353
|
|
34484
34522
|
events.createrequest:
|
|
34485
34523
|
title: events.createrequest
|
|
34486
|
-
required: *
|
|
34524
|
+
required: *ref_354
|
|
34487
34525
|
type: object
|
|
34488
|
-
properties: *
|
|
34526
|
+
properties: *ref_355
|
|
34489
34527
|
events.createresponse:
|
|
34490
34528
|
title: events.createresponse
|
|
34491
34529
|
type: object
|
|
34492
|
-
properties: *
|
|
34530
|
+
properties: *ref_356
|
|
34493
34531
|
events.updaterequest:
|
|
34494
34532
|
title: events.updaterequest
|
|
34495
|
-
required: *
|
|
34533
|
+
required: *ref_357
|
|
34496
34534
|
type: object
|
|
34497
|
-
properties: *
|
|
34535
|
+
properties: *ref_358
|
|
34498
34536
|
events.cancelrequest:
|
|
34499
34537
|
title: events.cancelrequest
|
|
34500
|
-
required: *
|
|
34538
|
+
required: *ref_359
|
|
34501
34539
|
type: object
|
|
34502
|
-
properties: *
|
|
34540
|
+
properties: *ref_360
|
|
34503
34541
|
activityTypes.listrequest:
|
|
34504
34542
|
title: activityTypes.listrequest
|
|
34505
34543
|
type: object
|
|
34506
|
-
properties: *
|
|
34544
|
+
properties: *ref_361
|
|
34507
34545
|
activityTypes.listresponse:
|
|
34508
34546
|
title: activityTypes.listresponse
|
|
34509
34547
|
type: object
|
|
34510
|
-
properties: *
|
|
34548
|
+
properties: *ref_362
|
|
34511
34549
|
invoices.listrequest:
|
|
34512
34550
|
title: invoices.listrequest
|
|
34513
34551
|
type: object
|
|
34514
|
-
properties: *
|
|
34552
|
+
properties: *ref_363
|
|
34515
34553
|
ForAttentionOf:
|
|
34516
34554
|
title: ForAttentionOf
|
|
34517
34555
|
type: object
|
|
@@ -34519,23 +34557,23 @@ components:
|
|
|
34519
34557
|
InvoicesListInvoicee:
|
|
34520
34558
|
title: InvoicesListInvoicee
|
|
34521
34559
|
type: object
|
|
34522
|
-
properties: *
|
|
34560
|
+
properties: *ref_364
|
|
34523
34561
|
invoices.listresponse:
|
|
34524
34562
|
title: invoices.listresponse
|
|
34525
34563
|
type: object
|
|
34526
|
-
properties: *
|
|
34564
|
+
properties: *ref_365
|
|
34527
34565
|
invoices.inforequest:
|
|
34528
34566
|
title: invoices.inforequest
|
|
34529
34567
|
type: object
|
|
34530
|
-
properties: *
|
|
34568
|
+
properties: *ref_366
|
|
34531
34569
|
InvoicesResponseInvoicee:
|
|
34532
34570
|
title: InvoicesResponseInvoicee
|
|
34533
34571
|
type: object
|
|
34534
|
-
properties: *
|
|
34572
|
+
properties: *ref_367
|
|
34535
34573
|
InvoicesGroupedLinesResponse:
|
|
34536
34574
|
title: InvoicesGroupedLinesResponse
|
|
34537
34575
|
type: object
|
|
34538
|
-
properties: *
|
|
34576
|
+
properties: *ref_368
|
|
34539
34577
|
ExpectedPaymentMethod:
|
|
34540
34578
|
title: ExpectedPaymentMethod
|
|
34541
34579
|
type: object
|
|
@@ -34549,21 +34587,21 @@ components:
|
|
|
34549
34587
|
invoices.inforesponse:
|
|
34550
34588
|
title: invoices.inforesponse
|
|
34551
34589
|
type: object
|
|
34552
|
-
properties: *
|
|
34590
|
+
properties: *ref_369
|
|
34553
34591
|
InvoiceDownloadFormat:
|
|
34554
34592
|
title: Format
|
|
34555
|
-
enum: *
|
|
34593
|
+
enum: *ref_370
|
|
34556
34594
|
type: string
|
|
34557
34595
|
example: pdf
|
|
34558
34596
|
invoices.downloadrequest:
|
|
34559
34597
|
title: invoices.downloadrequest
|
|
34560
|
-
required: *
|
|
34598
|
+
required: *ref_371
|
|
34561
34599
|
type: object
|
|
34562
|
-
properties: *
|
|
34600
|
+
properties: *ref_372
|
|
34563
34601
|
invoices.downloadresponse:
|
|
34564
34602
|
title: invoices.downloadresponse
|
|
34565
34603
|
type: object
|
|
34566
|
-
properties: *
|
|
34604
|
+
properties: *ref_373
|
|
34567
34605
|
InvoicesRequestInvoicee:
|
|
34568
34606
|
title: InvoicesRequestInvoicee
|
|
34569
34607
|
required: *ref_69
|
|
@@ -34576,75 +34614,75 @@ components:
|
|
|
34576
34614
|
properties: *ref_72
|
|
34577
34615
|
invoices.draftrequest:
|
|
34578
34616
|
title: invoices.draftrequest
|
|
34579
|
-
required: *
|
|
34617
|
+
required: *ref_374
|
|
34580
34618
|
type: object
|
|
34581
|
-
properties: *
|
|
34619
|
+
properties: *ref_375
|
|
34582
34620
|
invoices.draftresponse:
|
|
34583
34621
|
title: invoices.draftresponse
|
|
34584
34622
|
type: object
|
|
34585
|
-
properties: *
|
|
34623
|
+
properties: *ref_376
|
|
34586
34624
|
invoices.updaterequest:
|
|
34587
34625
|
title: invoices.updaterequest
|
|
34588
|
-
required: *
|
|
34626
|
+
required: *ref_377
|
|
34589
34627
|
type: object
|
|
34590
|
-
properties: *
|
|
34628
|
+
properties: *ref_378
|
|
34591
34629
|
invoices.updateBookedrequest:
|
|
34592
34630
|
title: invoices.updateBookedrequest
|
|
34593
|
-
required: *
|
|
34631
|
+
required: *ref_379
|
|
34594
34632
|
type: object
|
|
34595
|
-
properties: *
|
|
34633
|
+
properties: *ref_380
|
|
34596
34634
|
invoices.copyrequest:
|
|
34597
34635
|
title: invoices.copyrequest
|
|
34598
|
-
required: *
|
|
34636
|
+
required: *ref_381
|
|
34599
34637
|
type: object
|
|
34600
|
-
properties: *
|
|
34638
|
+
properties: *ref_382
|
|
34601
34639
|
invoices.copyresponse:
|
|
34602
34640
|
title: invoices.copyresponse
|
|
34603
34641
|
type: object
|
|
34604
|
-
properties: *
|
|
34642
|
+
properties: *ref_383
|
|
34605
34643
|
invoices.bookrequest:
|
|
34606
34644
|
title: invoices.bookrequest
|
|
34607
|
-
required: *
|
|
34645
|
+
required: *ref_384
|
|
34608
34646
|
type: object
|
|
34609
|
-
properties: *
|
|
34647
|
+
properties: *ref_385
|
|
34610
34648
|
invoices.deleterequest:
|
|
34611
34649
|
title: invoices.deleterequest
|
|
34612
|
-
required: *
|
|
34650
|
+
required: *ref_386
|
|
34613
34651
|
type: object
|
|
34614
|
-
properties: *
|
|
34652
|
+
properties: *ref_387
|
|
34615
34653
|
invoices.registerPaymentrequest:
|
|
34616
34654
|
title: invoices.registerPaymentrequest
|
|
34617
|
-
required: *
|
|
34655
|
+
required: *ref_388
|
|
34618
34656
|
type: object
|
|
34619
|
-
properties: *
|
|
34657
|
+
properties: *ref_389
|
|
34620
34658
|
invoices.removePaymentsrequest:
|
|
34621
34659
|
title: invoices.removePaymentsrequest
|
|
34622
|
-
required: *
|
|
34660
|
+
required: *ref_390
|
|
34623
34661
|
type: object
|
|
34624
|
-
properties: *
|
|
34662
|
+
properties: *ref_391
|
|
34625
34663
|
invoices.creditrequest:
|
|
34626
34664
|
title: invoices.creditrequest
|
|
34627
|
-
required: *
|
|
34665
|
+
required: *ref_392
|
|
34628
34666
|
type: object
|
|
34629
|
-
properties: *
|
|
34667
|
+
properties: *ref_393
|
|
34630
34668
|
invoices.creditresponse:
|
|
34631
34669
|
title: invoices.creditresponse
|
|
34632
34670
|
type: object
|
|
34633
|
-
properties: *
|
|
34671
|
+
properties: *ref_394
|
|
34634
34672
|
invoices.creditPartiallyrequest:
|
|
34635
34673
|
title: invoices.creditPartiallyrequest
|
|
34636
|
-
required: *
|
|
34674
|
+
required: *ref_395
|
|
34637
34675
|
type: object
|
|
34638
|
-
properties: *
|
|
34676
|
+
properties: *ref_396
|
|
34639
34677
|
invoices.creditPartiallyresponse:
|
|
34640
34678
|
title: invoices.creditPartiallyresponse
|
|
34641
34679
|
type: object
|
|
34642
|
-
properties: *
|
|
34680
|
+
properties: *ref_397
|
|
34643
34681
|
ToEmail:
|
|
34644
34682
|
title: ToEmail
|
|
34645
|
-
required: *
|
|
34683
|
+
required: *ref_398
|
|
34646
34684
|
type: object
|
|
34647
|
-
properties: *
|
|
34685
|
+
properties: *ref_399
|
|
34648
34686
|
CcEmail:
|
|
34649
34687
|
title: CcEmail
|
|
34650
34688
|
required: *ref_73
|
|
@@ -34652,66 +34690,66 @@ components:
|
|
|
34652
34690
|
properties: *ref_74
|
|
34653
34691
|
invoices.sendrequest:
|
|
34654
34692
|
title: invoices.sendrequest
|
|
34655
|
-
required: *
|
|
34693
|
+
required: *ref_400
|
|
34656
34694
|
type: object
|
|
34657
|
-
properties: *
|
|
34695
|
+
properties: *ref_401
|
|
34658
34696
|
invoices.sendViaPeppol:
|
|
34659
34697
|
title: invoices.sendViaPeppol
|
|
34660
|
-
required: *
|
|
34698
|
+
required: *ref_402
|
|
34661
34699
|
type: object
|
|
34662
|
-
properties: *
|
|
34700
|
+
properties: *ref_403
|
|
34663
34701
|
creditNotes.listrequest:
|
|
34664
34702
|
title: creditNotes.listrequest
|
|
34665
34703
|
type: object
|
|
34666
|
-
properties: *
|
|
34704
|
+
properties: *ref_404
|
|
34667
34705
|
CreditNotesListInvoicee:
|
|
34668
34706
|
title: CreditNotesListInvoicee
|
|
34669
34707
|
type: object
|
|
34670
|
-
properties: *
|
|
34708
|
+
properties: *ref_405
|
|
34671
34709
|
creditNotes.listresponse:
|
|
34672
34710
|
title: creditNotes.listresponse
|
|
34673
34711
|
type: object
|
|
34674
|
-
properties: *
|
|
34712
|
+
properties: *ref_406
|
|
34675
34713
|
creditNotes.inforequest:
|
|
34676
34714
|
title: creditNotes.inforequest
|
|
34677
|
-
required: *
|
|
34715
|
+
required: *ref_407
|
|
34678
34716
|
type: object
|
|
34679
|
-
properties: *
|
|
34717
|
+
properties: *ref_408
|
|
34680
34718
|
CreditNotesResponseInvoicee:
|
|
34681
34719
|
title: CreditNotesResponseInvoicee
|
|
34682
34720
|
type: object
|
|
34683
|
-
properties: *
|
|
34721
|
+
properties: *ref_409
|
|
34684
34722
|
CreditNotesGroupedLinesResponse:
|
|
34685
34723
|
title: CreditNotesGroupedLinesResponse
|
|
34686
34724
|
type: object
|
|
34687
|
-
properties: *
|
|
34725
|
+
properties: *ref_410
|
|
34688
34726
|
creditNotes.inforesponse:
|
|
34689
34727
|
title: creditNotes.inforesponse
|
|
34690
34728
|
type: object
|
|
34691
|
-
properties: *
|
|
34729
|
+
properties: *ref_411
|
|
34692
34730
|
CreditNoteDownloadFormat:
|
|
34693
34731
|
title: Format
|
|
34694
|
-
enum: *
|
|
34732
|
+
enum: *ref_412
|
|
34695
34733
|
type: string
|
|
34696
34734
|
example: pdf
|
|
34697
34735
|
creditNotes.downloadrequest:
|
|
34698
34736
|
title: creditNotes.downloadrequest
|
|
34699
|
-
required: *
|
|
34737
|
+
required: *ref_413
|
|
34700
34738
|
type: object
|
|
34701
|
-
properties: *
|
|
34739
|
+
properties: *ref_414
|
|
34702
34740
|
creditNotes.downloadresponse:
|
|
34703
34741
|
title: creditNotes.downloadresponse
|
|
34704
34742
|
type: object
|
|
34705
|
-
properties: *
|
|
34743
|
+
properties: *ref_415
|
|
34706
34744
|
creditNotes.sendViaPeppol:
|
|
34707
34745
|
title: creditNotes.sendViaPeppol
|
|
34708
|
-
required: *
|
|
34746
|
+
required: *ref_416
|
|
34709
34747
|
type: object
|
|
34710
|
-
properties: *
|
|
34748
|
+
properties: *ref_417
|
|
34711
34749
|
subscriptions.listrequest:
|
|
34712
34750
|
title: subscriptions.listrequest
|
|
34713
34751
|
type: object
|
|
34714
|
-
properties: *
|
|
34752
|
+
properties: *ref_418
|
|
34715
34753
|
SubscriptionsResponseInvoicee:
|
|
34716
34754
|
title: SubscriptionsResponseInvoicee
|
|
34717
34755
|
type: object
|
|
@@ -34723,20 +34761,20 @@ components:
|
|
|
34723
34761
|
subscriptions.listresponse:
|
|
34724
34762
|
title: subscriptions.listresponse
|
|
34725
34763
|
type: object
|
|
34726
|
-
properties: *
|
|
34764
|
+
properties: *ref_419
|
|
34727
34765
|
subscriptions.inforequest:
|
|
34728
34766
|
title: subscriptions.inforequest
|
|
34729
|
-
required: *
|
|
34767
|
+
required: *ref_420
|
|
34730
34768
|
type: object
|
|
34731
|
-
properties: *
|
|
34769
|
+
properties: *ref_421
|
|
34732
34770
|
SubscriptionsGroupedLinesResponse:
|
|
34733
34771
|
title: SubscriptionsGroupedLinesResponse
|
|
34734
34772
|
type: object
|
|
34735
|
-
properties: *
|
|
34773
|
+
properties: *ref_422
|
|
34736
34774
|
subscriptions.inforesponse:
|
|
34737
34775
|
title: subscriptions.inforesponse
|
|
34738
34776
|
type: object
|
|
34739
|
-
properties: *
|
|
34777
|
+
properties: *ref_423
|
|
34740
34778
|
SubscriptionsGroupedLinesRequest:
|
|
34741
34779
|
title: SubscriptionsGroupedLinesRequest
|
|
34742
34780
|
required: *ref_80
|
|
@@ -34745,168 +34783,168 @@ components:
|
|
|
34745
34783
|
InvoiceGenerationCreate:
|
|
34746
34784
|
title: InvoiceGenerationCreate
|
|
34747
34785
|
type: object
|
|
34748
|
-
oneOf: *
|
|
34786
|
+
oneOf: *ref_424
|
|
34749
34787
|
subscriptions.createrequest:
|
|
34750
34788
|
title: subscriptions.createrequest
|
|
34751
34789
|
type: object
|
|
34752
|
-
required: *
|
|
34753
|
-
properties: *
|
|
34790
|
+
required: *ref_425
|
|
34791
|
+
properties: *ref_426
|
|
34754
34792
|
subscriptions.createresponse:
|
|
34755
34793
|
title: subscriptions.createresponse
|
|
34756
34794
|
type: object
|
|
34757
|
-
properties: *
|
|
34795
|
+
properties: *ref_427
|
|
34758
34796
|
InvoiceGenerationUpdate:
|
|
34759
34797
|
title: InvoiceGenerationUpdate
|
|
34760
34798
|
type: object
|
|
34761
|
-
oneOf: *
|
|
34799
|
+
oneOf: *ref_428
|
|
34762
34800
|
subscriptions.updaterequest:
|
|
34763
34801
|
title: subscriptions.updaterequest
|
|
34764
|
-
required: *
|
|
34802
|
+
required: *ref_429
|
|
34765
34803
|
type: object
|
|
34766
|
-
properties: *
|
|
34804
|
+
properties: *ref_430
|
|
34767
34805
|
subscriptions.deactivaterequest:
|
|
34768
34806
|
title: subscriptions.deactivaterequest
|
|
34769
|
-
required: *
|
|
34807
|
+
required: *ref_431
|
|
34770
34808
|
type: object
|
|
34771
|
-
properties: *
|
|
34809
|
+
properties: *ref_432
|
|
34772
34810
|
taxRates.listrequest:
|
|
34773
34811
|
title: taxRates.listrequest
|
|
34774
34812
|
type: object
|
|
34775
|
-
properties: *
|
|
34813
|
+
properties: *ref_433
|
|
34776
34814
|
taxRates.listresponse:
|
|
34777
34815
|
title: taxRates.listresponse
|
|
34778
34816
|
type: object
|
|
34779
|
-
properties: *
|
|
34817
|
+
properties: *ref_434
|
|
34780
34818
|
paymentTerms.listresponse:
|
|
34781
34819
|
title: paymentTerms.listresponse
|
|
34782
34820
|
type: object
|
|
34783
|
-
properties: *
|
|
34821
|
+
properties: *ref_435
|
|
34784
34822
|
withholdingTaxRates.listrequest:
|
|
34785
34823
|
title: withholdingTaxRates.listrequest
|
|
34786
34824
|
type: object
|
|
34787
|
-
properties: *
|
|
34825
|
+
properties: *ref_436
|
|
34788
34826
|
withholdingTaxRates.listresponse:
|
|
34789
34827
|
title: withholdingTaxRates.listresponse
|
|
34790
34828
|
type: object
|
|
34791
|
-
properties: *
|
|
34829
|
+
properties: *ref_437
|
|
34792
34830
|
commercialDiscounts.listrequest:
|
|
34793
34831
|
title: commercialDiscounts.listrequest
|
|
34794
34832
|
type: object
|
|
34795
|
-
properties: *
|
|
34833
|
+
properties: *ref_438
|
|
34796
34834
|
commercialDiscounts.listresponse:
|
|
34797
34835
|
title: commercialDiscounts.listresponse
|
|
34798
34836
|
type: object
|
|
34799
|
-
properties: *
|
|
34837
|
+
properties: *ref_439
|
|
34800
34838
|
paymentMethods.listrequest:
|
|
34801
34839
|
title: paymentMethods.listrequest
|
|
34802
34840
|
type: object
|
|
34803
|
-
properties: *
|
|
34841
|
+
properties: *ref_440
|
|
34804
34842
|
paymentMethods.listresponse:
|
|
34805
34843
|
title: paymentMethods.listresponse
|
|
34806
34844
|
type: object
|
|
34807
|
-
properties: *
|
|
34845
|
+
properties: *ref_441
|
|
34808
34846
|
expenses.listrequest:
|
|
34809
34847
|
type: object
|
|
34810
|
-
properties: *
|
|
34848
|
+
properties: *ref_442
|
|
34811
34849
|
expenses.listresponse:
|
|
34812
34850
|
type: object
|
|
34813
|
-
properties: *
|
|
34851
|
+
properties: *ref_443
|
|
34814
34852
|
incomingCreditNotes.listPaymentsrequest:
|
|
34815
34853
|
title: incomingCreditNotes.listPaymentsrequest
|
|
34816
34854
|
type: object
|
|
34817
|
-
properties: *
|
|
34818
|
-
required: *
|
|
34855
|
+
properties: *ref_444
|
|
34856
|
+
required: *ref_445
|
|
34819
34857
|
incomingCreditNotes.listPaymentsresponse:
|
|
34820
34858
|
title: receipts.listPaymentsresponse
|
|
34821
34859
|
type: object
|
|
34822
|
-
properties: *
|
|
34860
|
+
properties: *ref_446
|
|
34823
34861
|
incomingCreditNotes.registerPaymentrequest:
|
|
34824
34862
|
title: receipts.incomingCreditNotes
|
|
34825
34863
|
type: object
|
|
34826
|
-
properties: *
|
|
34827
|
-
required: *
|
|
34864
|
+
properties: *ref_447
|
|
34865
|
+
required: *ref_448
|
|
34828
34866
|
incomingCreditNotes.registerPaymentresponse:
|
|
34829
34867
|
title: receipts.registerPaymentresponse
|
|
34830
34868
|
type: object
|
|
34831
|
-
properties: *
|
|
34869
|
+
properties: *ref_449
|
|
34832
34870
|
incomingCreditNotes.removePaymentrequest:
|
|
34833
34871
|
title: receipts.removePaymentrequest
|
|
34834
34872
|
type: object
|
|
34835
|
-
properties: *
|
|
34836
|
-
required: *
|
|
34873
|
+
properties: *ref_450
|
|
34874
|
+
required: *ref_451
|
|
34837
34875
|
incomingCreditNotes.updatePaymentrequest:
|
|
34838
34876
|
title: incomingCreditNotes.updatePaymentrequest
|
|
34839
34877
|
type: object
|
|
34840
|
-
properties: *
|
|
34841
|
-
required: *
|
|
34878
|
+
properties: *ref_452
|
|
34879
|
+
required: *ref_453
|
|
34842
34880
|
incomingInvoices.listPaymentsrequest:
|
|
34843
34881
|
title: incomingInvoices.listPaymentsrequest
|
|
34844
34882
|
type: object
|
|
34845
|
-
properties: *
|
|
34846
|
-
required: *
|
|
34883
|
+
properties: *ref_454
|
|
34884
|
+
required: *ref_455
|
|
34847
34885
|
incomingInvoices.listPaymentsresponse:
|
|
34848
34886
|
title: receipts.listPaymentsresponse
|
|
34849
34887
|
type: object
|
|
34850
|
-
properties: *
|
|
34888
|
+
properties: *ref_456
|
|
34851
34889
|
incomingInvoices.registerPaymentrequest:
|
|
34852
34890
|
title: incomingInvoices.registerPaymentrequest
|
|
34853
34891
|
type: object
|
|
34854
|
-
properties: *
|
|
34855
|
-
required: *
|
|
34892
|
+
properties: *ref_457
|
|
34893
|
+
required: *ref_458
|
|
34856
34894
|
incomingInvoices.registerPaymentresponse:
|
|
34857
34895
|
title: receipts.registerPaymentresponse
|
|
34858
34896
|
type: object
|
|
34859
|
-
properties: *
|
|
34897
|
+
properties: *ref_459
|
|
34860
34898
|
incomingInvoices.removePaymentrequest:
|
|
34861
34899
|
title: incomingInvoices.removePaymentrequest
|
|
34862
34900
|
type: object
|
|
34863
|
-
properties: *
|
|
34864
|
-
required: *
|
|
34901
|
+
properties: *ref_460
|
|
34902
|
+
required: *ref_461
|
|
34865
34903
|
incomingInvoices.updatePaymentrequest:
|
|
34866
34904
|
title: incomingInvoices.updatePaymentrequest
|
|
34867
34905
|
type: object
|
|
34868
|
-
properties: *
|
|
34869
|
-
required: *
|
|
34906
|
+
properties: *ref_462
|
|
34907
|
+
required: *ref_463
|
|
34870
34908
|
receipts.listPaymentsrequest:
|
|
34871
34909
|
title: receipts.listPaymentsrequest
|
|
34872
34910
|
type: object
|
|
34873
|
-
properties: *
|
|
34874
|
-
required: *
|
|
34911
|
+
properties: *ref_464
|
|
34912
|
+
required: *ref_465
|
|
34875
34913
|
receipts.listPaymentsresponse:
|
|
34876
34914
|
title: receipts.listPaymentsresponse
|
|
34877
34915
|
type: object
|
|
34878
|
-
properties: *
|
|
34916
|
+
properties: *ref_466
|
|
34879
34917
|
receipts.registerPaymentrequest:
|
|
34880
34918
|
title: receipts.registerPaymentrequest
|
|
34881
34919
|
type: object
|
|
34882
|
-
properties: *
|
|
34883
|
-
required: *
|
|
34920
|
+
properties: *ref_467
|
|
34921
|
+
required: *ref_468
|
|
34884
34922
|
receipts.registerPaymentresponse:
|
|
34885
34923
|
title: receipts.registerPaymentresponse
|
|
34886
34924
|
type: object
|
|
34887
|
-
properties: *
|
|
34925
|
+
properties: *ref_469
|
|
34888
34926
|
receipts.removePaymentrequest:
|
|
34889
34927
|
title: receipts.removePaymentrequest
|
|
34890
34928
|
type: object
|
|
34891
|
-
properties: *
|
|
34892
|
-
required: *
|
|
34929
|
+
properties: *ref_470
|
|
34930
|
+
required: *ref_471
|
|
34893
34931
|
receipts.updatePaymentrequest:
|
|
34894
34932
|
title: receipts.updatePaymentrequest
|
|
34895
34933
|
type: object
|
|
34896
|
-
properties: *
|
|
34897
|
-
required: *
|
|
34934
|
+
properties: *ref_472
|
|
34935
|
+
required: *ref_473
|
|
34898
34936
|
productCategories.listrequest:
|
|
34899
34937
|
title: productCategories.listrequest
|
|
34900
34938
|
type: object
|
|
34901
|
-
properties: *
|
|
34939
|
+
properties: *ref_474
|
|
34902
34940
|
productCategories.listresponse:
|
|
34903
34941
|
title: productCategories.listresponse
|
|
34904
34942
|
type: object
|
|
34905
|
-
properties: *
|
|
34943
|
+
properties: *ref_475
|
|
34906
34944
|
products.listrequest:
|
|
34907
34945
|
title: products.listrequest
|
|
34908
34946
|
type: object
|
|
34909
|
-
properties: *
|
|
34947
|
+
properties: *ref_476
|
|
34910
34948
|
Stock:
|
|
34911
34949
|
title: Stock
|
|
34912
34950
|
type: object
|
|
@@ -34919,26 +34957,26 @@ components:
|
|
|
34919
34957
|
products.listresponse:
|
|
34920
34958
|
title: products.listresponse
|
|
34921
34959
|
type: object
|
|
34922
|
-
properties: *
|
|
34960
|
+
properties: *ref_477
|
|
34923
34961
|
products.inforequest:
|
|
34924
34962
|
title: products.inforequest
|
|
34925
|
-
required: *
|
|
34963
|
+
required: *ref_478
|
|
34926
34964
|
type: object
|
|
34927
|
-
properties: *
|
|
34965
|
+
properties: *ref_479
|
|
34928
34966
|
products.inforesponse:
|
|
34929
34967
|
title: products.inforesponse
|
|
34930
34968
|
type: object
|
|
34931
|
-
properties: *
|
|
34969
|
+
properties: *ref_480
|
|
34932
34970
|
ProductPriceWrite:
|
|
34933
34971
|
title: ProductPriceWrite
|
|
34934
|
-
required: *
|
|
34972
|
+
required: *ref_481
|
|
34935
34973
|
type: object
|
|
34936
|
-
properties: *
|
|
34974
|
+
properties: *ref_482
|
|
34937
34975
|
StockThreshold:
|
|
34938
34976
|
title: StockThreshold
|
|
34939
|
-
required: *
|
|
34977
|
+
required: *ref_483
|
|
34940
34978
|
type: object
|
|
34941
|
-
properties: *
|
|
34979
|
+
properties: *ref_484
|
|
34942
34980
|
description: Only available when stock management feature is enabled
|
|
34943
34981
|
ProductConfigurationWrite:
|
|
34944
34982
|
title: ProductConfigurationWrite
|
|
@@ -34951,33 +34989,33 @@ components:
|
|
|
34951
34989
|
products.addresponse:
|
|
34952
34990
|
title: products.addresponse
|
|
34953
34991
|
type: object
|
|
34954
|
-
properties: *
|
|
34992
|
+
properties: *ref_485
|
|
34955
34993
|
products.updaterequest:
|
|
34956
34994
|
title: products.updaterequest
|
|
34957
|
-
required: *
|
|
34995
|
+
required: *ref_486
|
|
34958
34996
|
type: object
|
|
34959
|
-
properties: *
|
|
34997
|
+
properties: *ref_487
|
|
34960
34998
|
products.deleterequest:
|
|
34961
34999
|
title: products.deleterequest
|
|
34962
|
-
required: *
|
|
35000
|
+
required: *ref_488
|
|
34963
35001
|
type: object
|
|
34964
|
-
properties: *
|
|
35002
|
+
properties: *ref_489
|
|
34965
35003
|
unitsOfMeasure.listresponse:
|
|
34966
35004
|
title: unitsOfMeasure.listresponse
|
|
34967
35005
|
type: object
|
|
34968
|
-
properties: *
|
|
35006
|
+
properties: *ref_490
|
|
34969
35007
|
priceLists.listrequest:
|
|
34970
35008
|
title: priceLists.listrequest
|
|
34971
35009
|
type: object
|
|
34972
|
-
properties: *
|
|
35010
|
+
properties: *ref_491
|
|
34973
35011
|
priceLists.listresponse:
|
|
34974
35012
|
title: priceLists.listresponse
|
|
34975
35013
|
type: object
|
|
34976
|
-
properties: *
|
|
35014
|
+
properties: *ref_492
|
|
34977
35015
|
projects.listrequest:
|
|
34978
35016
|
title: projects.listrequest
|
|
34979
35017
|
type: object
|
|
34980
|
-
properties: *
|
|
35018
|
+
properties: *ref_493
|
|
34981
35019
|
ProjectsActuals:
|
|
34982
35020
|
title: ProjectsActuals
|
|
34983
35021
|
type: object
|
|
@@ -34991,12 +35029,12 @@ components:
|
|
|
34991
35029
|
projects.listresponse:
|
|
34992
35030
|
title: projects.listresponse
|
|
34993
35031
|
type: object
|
|
34994
|
-
properties: *
|
|
35032
|
+
properties: *ref_494
|
|
34995
35033
|
projects.inforequest:
|
|
34996
35034
|
title: projects.inforequest
|
|
34997
|
-
required: *
|
|
35035
|
+
required: *ref_495
|
|
34998
35036
|
type: object
|
|
34999
|
-
properties: *
|
|
35037
|
+
properties: *ref_496
|
|
35000
35038
|
Role:
|
|
35001
35039
|
title: Role
|
|
35002
35040
|
enum: *ref_89
|
|
@@ -35008,26 +35046,26 @@ components:
|
|
|
35008
35046
|
projects.inforesponse:
|
|
35009
35047
|
title: projects.inforesponse
|
|
35010
35048
|
type: object
|
|
35011
|
-
properties: *
|
|
35049
|
+
properties: *ref_497
|
|
35012
35050
|
projects.createrequest:
|
|
35013
35051
|
title: projects.createrequest
|
|
35014
|
-
required: *
|
|
35052
|
+
required: *ref_498
|
|
35015
35053
|
type: object
|
|
35016
|
-
properties: *
|
|
35054
|
+
properties: *ref_499
|
|
35017
35055
|
projects.createresponse:
|
|
35018
35056
|
title: projects.createresponse
|
|
35019
35057
|
type: object
|
|
35020
35058
|
properties: *ref_94
|
|
35021
35059
|
projects.updaterequest:
|
|
35022
35060
|
title: projects.updaterequest
|
|
35023
|
-
required: *
|
|
35061
|
+
required: *ref_500
|
|
35024
35062
|
type: object
|
|
35025
|
-
properties: *
|
|
35063
|
+
properties: *ref_501
|
|
35026
35064
|
projects.closerequest:
|
|
35027
35065
|
title: projects.closerequest
|
|
35028
|
-
required: *
|
|
35066
|
+
required: *ref_502
|
|
35029
35067
|
type: object
|
|
35030
|
-
properties: *
|
|
35068
|
+
properties: *ref_503
|
|
35031
35069
|
projects.reopenrequest:
|
|
35032
35070
|
title: projects.reopenrequest
|
|
35033
35071
|
required: *ref_95
|
|
@@ -35035,23 +35073,23 @@ components:
|
|
|
35035
35073
|
properties: *ref_96
|
|
35036
35074
|
projects.deleterequest:
|
|
35037
35075
|
title: projects.deleterequest
|
|
35038
|
-
required: *
|
|
35076
|
+
required: *ref_504
|
|
35039
35077
|
type: object
|
|
35040
|
-
properties: *
|
|
35078
|
+
properties: *ref_505
|
|
35041
35079
|
projects.addParticipantrequest:
|
|
35042
35080
|
title: projects.addParticipantrequest
|
|
35043
|
-
required: *
|
|
35081
|
+
required: *ref_506
|
|
35044
35082
|
type: object
|
|
35045
|
-
properties: *
|
|
35083
|
+
properties: *ref_507
|
|
35046
35084
|
projects.updateParticipantrequest:
|
|
35047
35085
|
title: projects.updateParticipantrequest
|
|
35048
|
-
required: *
|
|
35086
|
+
required: *ref_508
|
|
35049
35087
|
type: object
|
|
35050
|
-
properties: *
|
|
35088
|
+
properties: *ref_509
|
|
35051
35089
|
milestones.listrequest:
|
|
35052
35090
|
title: milestones.listrequest
|
|
35053
35091
|
type: object
|
|
35054
|
-
properties: *
|
|
35092
|
+
properties: *ref_510
|
|
35055
35093
|
MilestonesActuals:
|
|
35056
35094
|
title: MilestonesActuals
|
|
35057
35095
|
type: object
|
|
@@ -35065,50 +35103,50 @@ components:
|
|
|
35065
35103
|
milestones.listresponse:
|
|
35066
35104
|
title: milestones.listresponse
|
|
35067
35105
|
type: object
|
|
35068
|
-
properties: *
|
|
35106
|
+
properties: *ref_511
|
|
35069
35107
|
milestones.inforequest:
|
|
35070
35108
|
title: milestones.inforequest
|
|
35071
|
-
required: *
|
|
35109
|
+
required: *ref_512
|
|
35072
35110
|
type: object
|
|
35073
|
-
properties: *
|
|
35111
|
+
properties: *ref_513
|
|
35074
35112
|
milestones.inforesponse:
|
|
35075
35113
|
title: milestones.inforesponse
|
|
35076
35114
|
type: object
|
|
35077
|
-
properties: *
|
|
35115
|
+
properties: *ref_514
|
|
35078
35116
|
milestones.createrequest:
|
|
35079
35117
|
title: milestones.createrequest
|
|
35080
|
-
required: *
|
|
35118
|
+
required: *ref_515
|
|
35081
35119
|
type: object
|
|
35082
|
-
properties: *
|
|
35083
|
-
oneOf: *
|
|
35120
|
+
properties: *ref_516
|
|
35121
|
+
oneOf: *ref_517
|
|
35084
35122
|
milestones.createresponse:
|
|
35085
35123
|
title: milestones.createresponse
|
|
35086
35124
|
type: object
|
|
35087
|
-
properties: *
|
|
35125
|
+
properties: *ref_518
|
|
35088
35126
|
milestones.updaterequest:
|
|
35089
35127
|
title: milestones.updaterequest
|
|
35090
|
-
required: *
|
|
35128
|
+
required: *ref_519
|
|
35091
35129
|
type: object
|
|
35092
|
-
properties: *
|
|
35130
|
+
properties: *ref_520
|
|
35093
35131
|
milestones.deleterequest:
|
|
35094
35132
|
title: milestones.deleterequest
|
|
35095
|
-
required: *
|
|
35133
|
+
required: *ref_521
|
|
35096
35134
|
type: object
|
|
35097
|
-
properties: *
|
|
35135
|
+
properties: *ref_522
|
|
35098
35136
|
milestones.closerequest:
|
|
35099
35137
|
title: milestones.closerequest
|
|
35100
|
-
required: *
|
|
35138
|
+
required: *ref_523
|
|
35101
35139
|
type: object
|
|
35102
|
-
properties: *
|
|
35140
|
+
properties: *ref_524
|
|
35103
35141
|
milestones.openrequest:
|
|
35104
35142
|
title: milestones.openrequest
|
|
35105
|
-
required: *
|
|
35143
|
+
required: *ref_525
|
|
35106
35144
|
type: object
|
|
35107
|
-
properties: *
|
|
35145
|
+
properties: *ref_526
|
|
35108
35146
|
projects-v2.listrequest:
|
|
35109
35147
|
title: projects-v2.listrequest
|
|
35110
35148
|
type: object
|
|
35111
|
-
properties: *
|
|
35149
|
+
properties: *ref_527
|
|
35112
35150
|
Color:
|
|
35113
35151
|
title: Color
|
|
35114
35152
|
enum: *ref_92
|
|
@@ -35121,21 +35159,21 @@ components:
|
|
|
35121
35159
|
projects-v2.listresponse:
|
|
35122
35160
|
title: projects-v2.listresponse
|
|
35123
35161
|
type: object
|
|
35124
|
-
properties: *
|
|
35162
|
+
properties: *ref_528
|
|
35125
35163
|
projects-v2.inforequest:
|
|
35126
35164
|
title: projects-v2.inforequest
|
|
35127
|
-
required: *
|
|
35165
|
+
required: *ref_529
|
|
35128
35166
|
type: object
|
|
35129
|
-
properties: *
|
|
35167
|
+
properties: *ref_530
|
|
35130
35168
|
projects-v2.inforesponse:
|
|
35131
35169
|
title: projects.inforesponse1
|
|
35132
35170
|
type: object
|
|
35133
|
-
properties: *
|
|
35171
|
+
properties: *ref_531
|
|
35134
35172
|
projects-v2.createrequest:
|
|
35135
35173
|
title: projects-v2.createrequest
|
|
35136
|
-
required: *
|
|
35174
|
+
required: *ref_532
|
|
35137
35175
|
type: object
|
|
35138
|
-
properties: *
|
|
35176
|
+
properties: *ref_533
|
|
35139
35177
|
BillingMethod:
|
|
35140
35178
|
title: BillingMethod
|
|
35141
35179
|
required: *ref_98
|
|
@@ -35143,116 +35181,116 @@ components:
|
|
|
35143
35181
|
properties: *ref_99
|
|
35144
35182
|
projects-v2.updaterequest:
|
|
35145
35183
|
title: projects-v2.updaterequest
|
|
35146
|
-
required: *
|
|
35184
|
+
required: *ref_534
|
|
35147
35185
|
type: object
|
|
35148
|
-
properties: *
|
|
35186
|
+
properties: *ref_535
|
|
35149
35187
|
projects-v2.closerequest:
|
|
35150
35188
|
title: projects-v2.closerequest
|
|
35151
|
-
required: *
|
|
35189
|
+
required: *ref_536
|
|
35152
35190
|
type: object
|
|
35153
|
-
properties: *
|
|
35191
|
+
properties: *ref_537
|
|
35154
35192
|
projects-v2.duplicaterequest:
|
|
35155
35193
|
title: projects-v2.duplicaterequest
|
|
35156
|
-
required: *
|
|
35194
|
+
required: *ref_538
|
|
35157
35195
|
type: object
|
|
35158
|
-
properties: *
|
|
35196
|
+
properties: *ref_539
|
|
35159
35197
|
projects-v2.duplicateresponse:
|
|
35160
35198
|
title: projects-v2.duplicateresponse
|
|
35161
35199
|
type: object
|
|
35162
|
-
properties: *
|
|
35200
|
+
properties: *ref_540
|
|
35163
35201
|
projects-v2.deleterequest:
|
|
35164
35202
|
title: projects-v2.deleterequest
|
|
35165
|
-
required: *
|
|
35203
|
+
required: *ref_541
|
|
35166
35204
|
type: object
|
|
35167
|
-
properties: *
|
|
35205
|
+
properties: *ref_542
|
|
35168
35206
|
projects-v2.addOwnerrequest:
|
|
35169
35207
|
title: projects-v2.addOwnerrequest
|
|
35170
|
-
required: *
|
|
35208
|
+
required: *ref_543
|
|
35171
35209
|
type: object
|
|
35172
|
-
properties: *
|
|
35210
|
+
properties: *ref_544
|
|
35173
35211
|
projects-v2.removeOwnerrequest:
|
|
35174
35212
|
title: projects-v2.removeOwnerrequest
|
|
35175
|
-
required: *
|
|
35213
|
+
required: *ref_545
|
|
35176
35214
|
type: object
|
|
35177
|
-
properties: *
|
|
35215
|
+
properties: *ref_546
|
|
35178
35216
|
projects-v2.assignrequest:
|
|
35179
35217
|
title: projects-v2.assignrequest
|
|
35180
|
-
required: *
|
|
35218
|
+
required: *ref_547
|
|
35181
35219
|
type: object
|
|
35182
|
-
properties: *
|
|
35220
|
+
properties: *ref_548
|
|
35183
35221
|
projects-v2.unassignrequest:
|
|
35184
35222
|
title: projects-v2.unassignrequest
|
|
35185
|
-
required: *
|
|
35223
|
+
required: *ref_549
|
|
35186
35224
|
type: object
|
|
35187
|
-
properties: *
|
|
35225
|
+
properties: *ref_550
|
|
35188
35226
|
projects-v2.addCustomerrequest:
|
|
35189
35227
|
title: projects-v2.addCustomerrequest
|
|
35190
|
-
required: *
|
|
35228
|
+
required: *ref_551
|
|
35191
35229
|
type: object
|
|
35192
|
-
properties: *
|
|
35230
|
+
properties: *ref_552
|
|
35193
35231
|
projects-v2.removeCustomerrequest:
|
|
35194
35232
|
title: projects-v2.removeCustomerrequest
|
|
35195
|
-
required: *
|
|
35233
|
+
required: *ref_553
|
|
35196
35234
|
type: object
|
|
35197
|
-
properties: *
|
|
35235
|
+
properties: *ref_554
|
|
35198
35236
|
projects-v2.addDealrequest:
|
|
35199
35237
|
title: projects-v2.addDealrequest
|
|
35200
|
-
required: *
|
|
35238
|
+
required: *ref_555
|
|
35201
35239
|
type: object
|
|
35202
|
-
properties: *
|
|
35240
|
+
properties: *ref_556
|
|
35203
35241
|
projects-v2.removeDealrequest:
|
|
35204
35242
|
title: projects-v2.removeDealrequest
|
|
35205
|
-
required: *
|
|
35243
|
+
required: *ref_557
|
|
35206
35244
|
type: object
|
|
35207
|
-
properties: *
|
|
35245
|
+
properties: *ref_558
|
|
35208
35246
|
projects-v2.addQuotationrequest:
|
|
35209
35247
|
title: projects-v2.addQuotationrequest
|
|
35210
|
-
required: *
|
|
35248
|
+
required: *ref_559
|
|
35211
35249
|
type: object
|
|
35212
|
-
properties: *
|
|
35250
|
+
properties: *ref_560
|
|
35213
35251
|
projects-v2.removeQuotationrequest:
|
|
35214
35252
|
title: projects-v2.removeQuotationrequest
|
|
35215
|
-
required: *
|
|
35253
|
+
required: *ref_561
|
|
35216
35254
|
type: object
|
|
35217
|
-
properties: *
|
|
35255
|
+
properties: *ref_562
|
|
35218
35256
|
projects-v2_externalParties.addToProjectrequest:
|
|
35219
35257
|
title: projects-v2_externalParties.addToProjectrequest
|
|
35220
|
-
required: *
|
|
35258
|
+
required: *ref_563
|
|
35221
35259
|
type: object
|
|
35222
|
-
properties: *
|
|
35260
|
+
properties: *ref_564
|
|
35223
35261
|
projects-v2_externalParties.updaterequest:
|
|
35224
35262
|
title: projects-v2_externalParties.updaterequest
|
|
35225
|
-
required: *
|
|
35263
|
+
required: *ref_565
|
|
35226
35264
|
type: object
|
|
35227
|
-
properties: *
|
|
35265
|
+
properties: *ref_566
|
|
35228
35266
|
projects-v2_externalParties.deleterequest:
|
|
35229
35267
|
title: projects-v2_externalParties.deleterequest
|
|
35230
|
-
required: *
|
|
35268
|
+
required: *ref_567
|
|
35231
35269
|
type: object
|
|
35232
|
-
properties: *
|
|
35270
|
+
properties: *ref_568
|
|
35233
35271
|
projects-v2_projectLines.listrequest:
|
|
35234
35272
|
title: projects-v2_projectLines.listrequest
|
|
35235
|
-
required: *
|
|
35273
|
+
required: *ref_569
|
|
35236
35274
|
type: object
|
|
35237
|
-
properties: *
|
|
35275
|
+
properties: *ref_570
|
|
35238
35276
|
projects-v2_projectLines.listresponse:
|
|
35239
35277
|
title: projects-v2_projectLines.listresponse
|
|
35240
35278
|
type: object
|
|
35241
|
-
properties: *
|
|
35279
|
+
properties: *ref_571
|
|
35242
35280
|
projects-v2_projectLines.addToGrouprequest:
|
|
35243
35281
|
title: projects-v2_projectLines.addToGrouprequest
|
|
35244
|
-
required: *
|
|
35282
|
+
required: *ref_572
|
|
35245
35283
|
type: object
|
|
35246
|
-
properties: *
|
|
35284
|
+
properties: *ref_573
|
|
35247
35285
|
projects-v2_projectLines.removeFromGrouprequest:
|
|
35248
35286
|
title: projects-v2_projectLines.removeFromGrouprequest
|
|
35249
|
-
required: *
|
|
35287
|
+
required: *ref_574
|
|
35250
35288
|
type: object
|
|
35251
|
-
properties: *
|
|
35289
|
+
properties: *ref_575
|
|
35252
35290
|
projects-v2_projectGroups.listrequest:
|
|
35253
35291
|
title: projects-v2_projectGroups.listrequest
|
|
35254
35292
|
type: object
|
|
35255
|
-
properties: *
|
|
35293
|
+
properties: *ref_576
|
|
35256
35294
|
BillingStatus:
|
|
35257
35295
|
title: BillingStatus
|
|
35258
35296
|
enum: *ref_97
|
|
@@ -35261,62 +35299,62 @@ components:
|
|
|
35261
35299
|
projects-v2_projectGroups.listresponse:
|
|
35262
35300
|
title: projects-v2_projectGroups.listresponse
|
|
35263
35301
|
type: object
|
|
35264
|
-
properties: *
|
|
35302
|
+
properties: *ref_577
|
|
35265
35303
|
projects-v2_projectGroups.inforequest:
|
|
35266
35304
|
title: projects-v2_projectGroups.inforequest
|
|
35267
|
-
required: *
|
|
35305
|
+
required: *ref_578
|
|
35268
35306
|
type: object
|
|
35269
|
-
properties: *
|
|
35307
|
+
properties: *ref_579
|
|
35270
35308
|
projects-v2_projectGroups.inforesponse:
|
|
35271
35309
|
title: projects-v2_projectGroups.inforesponse
|
|
35272
35310
|
type: object
|
|
35273
|
-
properties: *
|
|
35311
|
+
properties: *ref_580
|
|
35274
35312
|
projects-v2_projectGroups.createrequest:
|
|
35275
35313
|
title: projects-v2_projectGroups.createrequest
|
|
35276
|
-
required: *
|
|
35314
|
+
required: *ref_581
|
|
35277
35315
|
type: object
|
|
35278
|
-
properties: *
|
|
35316
|
+
properties: *ref_582
|
|
35279
35317
|
projects-v2_projectGroups.createresponse:
|
|
35280
35318
|
title: projects-v2_projectGroups.createresponse
|
|
35281
35319
|
type: object
|
|
35282
|
-
properties: *
|
|
35320
|
+
properties: *ref_583
|
|
35283
35321
|
projects-v2_projectGroups.updaterequest:
|
|
35284
35322
|
title: projects-v2_projectGroups.updaterequest
|
|
35285
|
-
required: *
|
|
35323
|
+
required: *ref_584
|
|
35286
35324
|
type: object
|
|
35287
|
-
properties: *
|
|
35325
|
+
properties: *ref_585
|
|
35288
35326
|
projects-v2_projectGroups.duplicaterequest:
|
|
35289
35327
|
title: projects-v2_projectGroups.duplicaterequest
|
|
35290
|
-
required: *
|
|
35328
|
+
required: *ref_586
|
|
35291
35329
|
type: object
|
|
35292
|
-
properties: *
|
|
35330
|
+
properties: *ref_587
|
|
35293
35331
|
projects-v2_projectGroups.duplicateresponse:
|
|
35294
35332
|
title: projects-v2_projectGroups.duplicateresponse
|
|
35295
35333
|
type: object
|
|
35296
|
-
properties: *
|
|
35334
|
+
properties: *ref_588
|
|
35297
35335
|
projects-v2_projectGroups.deleterequest:
|
|
35298
35336
|
title: projects-v2_projectGroups.deleterequest
|
|
35299
|
-
required: *
|
|
35337
|
+
required: *ref_589
|
|
35300
35338
|
type: object
|
|
35301
|
-
properties: *
|
|
35339
|
+
properties: *ref_590
|
|
35302
35340
|
projects-v2_projectGroups.assignrequest:
|
|
35303
35341
|
title: projects-v2_projectGroups.assignrequest
|
|
35304
|
-
required: *
|
|
35342
|
+
required: *ref_591
|
|
35305
35343
|
type: object
|
|
35306
|
-
properties: *
|
|
35344
|
+
properties: *ref_592
|
|
35307
35345
|
projects-v2_projectGroups.unassignrequest:
|
|
35308
35346
|
title: projects-v2_projectGroups.unassignrequest
|
|
35309
|
-
required: *
|
|
35347
|
+
required: *ref_593
|
|
35310
35348
|
type: object
|
|
35311
|
-
properties: *
|
|
35349
|
+
properties: *ref_594
|
|
35312
35350
|
projects-v2_tasks.listrequest:
|
|
35313
35351
|
title: projects-v2_tasks.listrequest
|
|
35314
35352
|
type: object
|
|
35315
|
-
properties: *
|
|
35353
|
+
properties: *ref_595
|
|
35316
35354
|
projects-v2_tasks.listresponse:
|
|
35317
35355
|
title: projects-v2_tasks.listresponse
|
|
35318
35356
|
type: object
|
|
35319
|
-
properties: *
|
|
35357
|
+
properties: *ref_596
|
|
35320
35358
|
tasks.inforequest:
|
|
35321
35359
|
title: tasks.inforequest
|
|
35322
35360
|
required: *ref_100
|
|
@@ -35325,104 +35363,104 @@ components:
|
|
|
35325
35363
|
projects-v2_tasks.inforesponse:
|
|
35326
35364
|
title: projects-v2_tasks.inforesponse
|
|
35327
35365
|
type: object
|
|
35328
|
-
properties: *
|
|
35366
|
+
properties: *ref_597
|
|
35329
35367
|
projects-v2_tasks.createrequest:
|
|
35330
35368
|
title: projects-v2_tasks.createrequest
|
|
35331
|
-
required: *
|
|
35369
|
+
required: *ref_598
|
|
35332
35370
|
type: object
|
|
35333
|
-
properties: *
|
|
35371
|
+
properties: *ref_599
|
|
35334
35372
|
tasks.createresponse:
|
|
35335
35373
|
title: tasks.createresponse
|
|
35336
35374
|
type: object
|
|
35337
35375
|
properties: *ref_103
|
|
35338
35376
|
projects-v2_tasks.updaterequest:
|
|
35339
35377
|
title: projects-v2_tasks.updaterequest
|
|
35340
|
-
required: *
|
|
35378
|
+
required: *ref_600
|
|
35341
35379
|
type: object
|
|
35342
|
-
properties: *
|
|
35380
|
+
properties: *ref_601
|
|
35343
35381
|
projects-v2_tasks.duplicaterequest:
|
|
35344
35382
|
title: projects-v2_tasks.duplicaterequest
|
|
35345
|
-
required: *
|
|
35383
|
+
required: *ref_602
|
|
35346
35384
|
type: object
|
|
35347
|
-
properties: *
|
|
35385
|
+
properties: *ref_603
|
|
35348
35386
|
projects-v2_tasks.duplicateresponse:
|
|
35349
35387
|
title: projects-v2_tasks.duplicateresponse
|
|
35350
35388
|
type: object
|
|
35351
|
-
properties: *
|
|
35389
|
+
properties: *ref_604
|
|
35352
35390
|
projects-v2_tasks.deleterequest:
|
|
35353
35391
|
title: projects-v2_tasks.deleterequest
|
|
35354
|
-
required: *
|
|
35392
|
+
required: *ref_605
|
|
35355
35393
|
type: object
|
|
35356
|
-
properties: *
|
|
35394
|
+
properties: *ref_606
|
|
35357
35395
|
projects-v2_tasks.assignrequest:
|
|
35358
35396
|
title: projects-v2_tasks.assignrequest
|
|
35359
|
-
required: *
|
|
35397
|
+
required: *ref_607
|
|
35360
35398
|
type: object
|
|
35361
|
-
properties: *
|
|
35399
|
+
properties: *ref_608
|
|
35362
35400
|
projects-v2_tasks.unassignrequest:
|
|
35363
35401
|
title: projects-v2_tasks.unassignrequest
|
|
35364
|
-
required: *
|
|
35402
|
+
required: *ref_609
|
|
35365
35403
|
type: object
|
|
35366
|
-
properties: *
|
|
35404
|
+
properties: *ref_610
|
|
35367
35405
|
projects-v2_materials.listrequest:
|
|
35368
35406
|
title: projects-v2_materials.listrequest
|
|
35369
35407
|
type: object
|
|
35370
|
-
properties: *
|
|
35408
|
+
properties: *ref_611
|
|
35371
35409
|
projects-v2_materials.listresponse:
|
|
35372
35410
|
title: projects-v2_materials.listresponse
|
|
35373
35411
|
type: object
|
|
35374
|
-
properties: *
|
|
35412
|
+
properties: *ref_612
|
|
35375
35413
|
projects-v2_materials.inforequest:
|
|
35376
35414
|
title: projects-v2_materials.inforequest
|
|
35377
|
-
required: *
|
|
35415
|
+
required: *ref_613
|
|
35378
35416
|
type: object
|
|
35379
|
-
properties: *
|
|
35417
|
+
properties: *ref_614
|
|
35380
35418
|
projects-v2_materials.inforesponse:
|
|
35381
35419
|
title: projects-v2_materials.inforesponse
|
|
35382
35420
|
type: object
|
|
35383
|
-
properties: *
|
|
35421
|
+
properties: *ref_615
|
|
35384
35422
|
projects-v2_materials.createrequest:
|
|
35385
35423
|
title: projects-v2_materials.createrequest
|
|
35386
|
-
required: *
|
|
35424
|
+
required: *ref_616
|
|
35387
35425
|
type: object
|
|
35388
|
-
properties: *
|
|
35426
|
+
properties: *ref_617
|
|
35389
35427
|
projects-v2_materials.createresponse:
|
|
35390
35428
|
title: projects-v2_materials.createresponse
|
|
35391
35429
|
type: object
|
|
35392
|
-
properties: *
|
|
35430
|
+
properties: *ref_618
|
|
35393
35431
|
projects-v2_materials.updaterequest:
|
|
35394
35432
|
title: projects-v2_materials.updaterequest
|
|
35395
|
-
required: *
|
|
35433
|
+
required: *ref_619
|
|
35396
35434
|
type: object
|
|
35397
|
-
properties: *
|
|
35435
|
+
properties: *ref_620
|
|
35398
35436
|
projects-v2_materials.duplicaterequest:
|
|
35399
35437
|
title: projects-v2_materials.duplicaterequest
|
|
35400
|
-
required: *
|
|
35438
|
+
required: *ref_621
|
|
35401
35439
|
type: object
|
|
35402
|
-
properties: *
|
|
35440
|
+
properties: *ref_622
|
|
35403
35441
|
projects-v2_materials.duplicateresponse:
|
|
35404
35442
|
title: projects-v2_materials.duplicateresponse
|
|
35405
35443
|
type: object
|
|
35406
|
-
properties: *
|
|
35444
|
+
properties: *ref_623
|
|
35407
35445
|
projects-v2_materials.deleterequest:
|
|
35408
35446
|
title: projects-v2_materials.deleterequest
|
|
35409
|
-
required: *
|
|
35447
|
+
required: *ref_624
|
|
35410
35448
|
type: object
|
|
35411
|
-
properties: *
|
|
35449
|
+
properties: *ref_625
|
|
35412
35450
|
projects-v2_materials.assignrequest:
|
|
35413
35451
|
title: projects-v2_materials.assignrequest
|
|
35414
|
-
required: *
|
|
35452
|
+
required: *ref_626
|
|
35415
35453
|
type: object
|
|
35416
|
-
properties: *
|
|
35454
|
+
properties: *ref_627
|
|
35417
35455
|
projects-v2_materials.unassignrequest:
|
|
35418
35456
|
title: projects-v2_materials.unassignrequest
|
|
35419
|
-
required: *
|
|
35457
|
+
required: *ref_628
|
|
35420
35458
|
type: object
|
|
35421
|
-
properties: *
|
|
35459
|
+
properties: *ref_629
|
|
35422
35460
|
tasks.listrequest:
|
|
35423
35461
|
title: tasks.listrequest1
|
|
35424
35462
|
type: object
|
|
35425
|
-
properties: *
|
|
35463
|
+
properties: *ref_630
|
|
35426
35464
|
Priority:
|
|
35427
35465
|
title: Priority
|
|
35428
35466
|
enum: *ref_102
|
|
@@ -35430,49 +35468,49 @@ components:
|
|
|
35430
35468
|
tasks.listresponse:
|
|
35431
35469
|
title: tasks.listresponse1
|
|
35432
35470
|
type: object
|
|
35433
|
-
properties: *
|
|
35471
|
+
properties: *ref_631
|
|
35434
35472
|
tasks.inforesponse:
|
|
35435
35473
|
title: tasks.inforesponse1
|
|
35436
35474
|
type: object
|
|
35437
|
-
properties: *
|
|
35475
|
+
properties: *ref_632
|
|
35438
35476
|
tasks.createrequest:
|
|
35439
35477
|
title: tasks.createrequest1
|
|
35440
|
-
required: *
|
|
35478
|
+
required: *ref_633
|
|
35441
35479
|
type: object
|
|
35442
|
-
properties: *
|
|
35480
|
+
properties: *ref_634
|
|
35443
35481
|
tasks.updaterequest:
|
|
35444
35482
|
title: tasks.updaterequest1
|
|
35445
|
-
required: *
|
|
35483
|
+
required: *ref_635
|
|
35446
35484
|
type: object
|
|
35447
|
-
properties: *
|
|
35485
|
+
properties: *ref_636
|
|
35448
35486
|
tasks.completerequest:
|
|
35449
35487
|
title: tasks.completerequest
|
|
35450
|
-
required: *
|
|
35488
|
+
required: *ref_637
|
|
35451
35489
|
type: object
|
|
35452
|
-
properties: *
|
|
35490
|
+
properties: *ref_638
|
|
35453
35491
|
tasks.reopenrequest:
|
|
35454
35492
|
title: tasks.reopenrequest
|
|
35455
|
-
required: *
|
|
35493
|
+
required: *ref_639
|
|
35456
35494
|
type: object
|
|
35457
|
-
properties: *
|
|
35495
|
+
properties: *ref_640
|
|
35458
35496
|
tasks.deleterequest:
|
|
35459
35497
|
title: tasks.deleterequest1
|
|
35460
|
-
required: *
|
|
35498
|
+
required: *ref_641
|
|
35461
35499
|
type: object
|
|
35462
|
-
properties: *
|
|
35500
|
+
properties: *ref_642
|
|
35463
35501
|
tasks.schedulerequest:
|
|
35464
35502
|
title: tasks.schedulerequest
|
|
35465
|
-
required: *
|
|
35503
|
+
required: *ref_643
|
|
35466
35504
|
type: object
|
|
35467
|
-
properties: *
|
|
35505
|
+
properties: *ref_644
|
|
35468
35506
|
tasks.scheduleresponse:
|
|
35469
35507
|
title: tasks.scheduleresponse
|
|
35470
35508
|
type: object
|
|
35471
|
-
properties: *
|
|
35509
|
+
properties: *ref_645
|
|
35472
35510
|
timeTracking.listrequest:
|
|
35473
35511
|
title: timeTracking.listrequest
|
|
35474
35512
|
type: object
|
|
35475
|
-
properties: *
|
|
35513
|
+
properties: *ref_646
|
|
35476
35514
|
BillingInfo:
|
|
35477
35515
|
title: BillingInfo
|
|
35478
35516
|
type: object
|
|
@@ -35488,82 +35526,82 @@ components:
|
|
|
35488
35526
|
timeTracking.listresponse:
|
|
35489
35527
|
title: timeTracking.listresponse
|
|
35490
35528
|
type: object
|
|
35491
|
-
properties: *
|
|
35529
|
+
properties: *ref_647
|
|
35492
35530
|
timeTracking.inforequest:
|
|
35493
35531
|
title: timeTracking.inforequest
|
|
35494
|
-
required: *
|
|
35532
|
+
required: *ref_648
|
|
35495
35533
|
type: object
|
|
35496
|
-
properties: *
|
|
35534
|
+
properties: *ref_649
|
|
35497
35535
|
timeTracking.inforesponse:
|
|
35498
35536
|
title: timeTracking.inforesponse
|
|
35499
35537
|
type: object
|
|
35500
|
-
properties: *
|
|
35538
|
+
properties: *ref_650
|
|
35501
35539
|
timeTracking.addrequest:
|
|
35502
35540
|
title: timeTracking.addrequest
|
|
35503
35541
|
type: object
|
|
35504
|
-
properties: *
|
|
35505
|
-
oneOf: *
|
|
35542
|
+
properties: *ref_651
|
|
35543
|
+
oneOf: *ref_652
|
|
35506
35544
|
timeTracking.addresponse:
|
|
35507
35545
|
title: timeTracking.addresponse
|
|
35508
35546
|
type: object
|
|
35509
|
-
properties: *
|
|
35547
|
+
properties: *ref_653
|
|
35510
35548
|
timeTracking.updaterequest:
|
|
35511
35549
|
title: timeTracking.updaterequest
|
|
35512
|
-
required: *
|
|
35550
|
+
required: *ref_654
|
|
35513
35551
|
type: object
|
|
35514
|
-
properties: *
|
|
35515
|
-
oneOf: *
|
|
35552
|
+
properties: *ref_655
|
|
35553
|
+
oneOf: *ref_656
|
|
35516
35554
|
timeTracking.resumerequest:
|
|
35517
35555
|
title: timeTracking.resumerequest
|
|
35518
|
-
required: *
|
|
35556
|
+
required: *ref_657
|
|
35519
35557
|
type: object
|
|
35520
|
-
properties: *
|
|
35558
|
+
properties: *ref_658
|
|
35521
35559
|
timeTracking.resumeresponse:
|
|
35522
35560
|
title: timeTracking.resumeresponse
|
|
35523
35561
|
type: object
|
|
35524
|
-
properties: *
|
|
35562
|
+
properties: *ref_659
|
|
35525
35563
|
timeTracking.deleterequest:
|
|
35526
35564
|
title: timeTracking.deleterequest
|
|
35527
|
-
required: *
|
|
35565
|
+
required: *ref_660
|
|
35528
35566
|
type: object
|
|
35529
|
-
properties: *
|
|
35567
|
+
properties: *ref_661
|
|
35530
35568
|
timers.currentresponse:
|
|
35531
35569
|
title: timers.currentresponse
|
|
35532
35570
|
type: object
|
|
35533
|
-
properties: *
|
|
35571
|
+
properties: *ref_662
|
|
35534
35572
|
timers.startrequest:
|
|
35535
35573
|
title: timers.startrequest
|
|
35536
35574
|
type: object
|
|
35537
|
-
properties: *
|
|
35575
|
+
properties: *ref_663
|
|
35538
35576
|
timers.startresponse:
|
|
35539
35577
|
title: timers.startresponse
|
|
35540
35578
|
type: object
|
|
35541
|
-
properties: *
|
|
35579
|
+
properties: *ref_664
|
|
35542
35580
|
timers.stopresponse:
|
|
35543
35581
|
title: timers.stopresponse
|
|
35544
35582
|
type: object
|
|
35545
|
-
properties: *
|
|
35583
|
+
properties: *ref_665
|
|
35546
35584
|
timers.updaterequest:
|
|
35547
35585
|
title: timers.updaterequest
|
|
35548
35586
|
type: object
|
|
35549
|
-
properties: *
|
|
35587
|
+
properties: *ref_666
|
|
35550
35588
|
tickets.listrequest:
|
|
35551
35589
|
title: tickets.listrequest
|
|
35552
35590
|
type: object
|
|
35553
|
-
properties: *
|
|
35591
|
+
properties: *ref_667
|
|
35554
35592
|
tickets.listresponse:
|
|
35555
35593
|
title: tickets.listresponse
|
|
35556
35594
|
type: object
|
|
35557
|
-
properties: *
|
|
35595
|
+
properties: *ref_668
|
|
35558
35596
|
tickets.inforequest:
|
|
35559
35597
|
title: tickets.inforequest
|
|
35560
|
-
required: *
|
|
35598
|
+
required: *ref_669
|
|
35561
35599
|
type: object
|
|
35562
|
-
properties: *
|
|
35600
|
+
properties: *ref_670
|
|
35563
35601
|
tickets.inforesponse:
|
|
35564
35602
|
title: tickets.inforesponse
|
|
35565
35603
|
type: object
|
|
35566
|
-
properties: *
|
|
35604
|
+
properties: *ref_671
|
|
35567
35605
|
CompanyCustomer:
|
|
35568
35606
|
title: CompanyCustomer
|
|
35569
35607
|
required: *ref_107
|
|
@@ -35571,22 +35609,22 @@ components:
|
|
|
35571
35609
|
properties: *ref_108
|
|
35572
35610
|
tickets.createrequest:
|
|
35573
35611
|
title: tickets.createrequest
|
|
35574
|
-
required: *
|
|
35612
|
+
required: *ref_672
|
|
35575
35613
|
type: object
|
|
35576
|
-
properties: *
|
|
35614
|
+
properties: *ref_673
|
|
35577
35615
|
tickets.createresponse:
|
|
35578
35616
|
title: tickets.createresponse
|
|
35579
35617
|
type: object
|
|
35580
|
-
properties: *
|
|
35618
|
+
properties: *ref_674
|
|
35581
35619
|
tickets.updaterequest:
|
|
35582
35620
|
title: tickets.updaterequest
|
|
35583
|
-
required: *
|
|
35621
|
+
required: *ref_675
|
|
35584
35622
|
type: object
|
|
35585
|
-
properties: *
|
|
35623
|
+
properties: *ref_676
|
|
35586
35624
|
tickets.listMessagesrequest:
|
|
35587
35625
|
title: tickets.listMessagesrequest
|
|
35588
35626
|
type: object
|
|
35589
|
-
properties: *
|
|
35627
|
+
properties: *ref_677
|
|
35590
35628
|
SentBy:
|
|
35591
35629
|
title: SentBy
|
|
35592
35630
|
type: object
|
|
@@ -35594,55 +35632,55 @@ components:
|
|
|
35594
35632
|
tickets.listMessagesresponse:
|
|
35595
35633
|
title: tickets.listMessagesresponse
|
|
35596
35634
|
type: object
|
|
35597
|
-
properties: *
|
|
35635
|
+
properties: *ref_678
|
|
35598
35636
|
tickets.getMessagerequest:
|
|
35599
35637
|
title: tickets.getMessagerequest
|
|
35600
35638
|
type: object
|
|
35601
|
-
properties: *
|
|
35639
|
+
properties: *ref_679
|
|
35602
35640
|
tickets.getMessageresponse:
|
|
35603
35641
|
title: tickets.getMessageresponse
|
|
35604
35642
|
type: object
|
|
35605
|
-
properties: *
|
|
35643
|
+
properties: *ref_680
|
|
35606
35644
|
tickets.importMessagerequest:
|
|
35607
35645
|
title: tickets.importMessagerequest
|
|
35608
|
-
required: *
|
|
35646
|
+
required: *ref_681
|
|
35609
35647
|
type: object
|
|
35610
|
-
properties: *
|
|
35648
|
+
properties: *ref_682
|
|
35611
35649
|
tickets.importMessageresponse:
|
|
35612
35650
|
title: tickets.importMessageresponse
|
|
35613
35651
|
type: object
|
|
35614
|
-
properties: *
|
|
35652
|
+
properties: *ref_683
|
|
35615
35653
|
tickets.addReplyrequest:
|
|
35616
35654
|
title: tickets.addReplyrequest
|
|
35617
|
-
required: *
|
|
35655
|
+
required: *ref_684
|
|
35618
35656
|
type: object
|
|
35619
|
-
properties: *
|
|
35657
|
+
properties: *ref_685
|
|
35620
35658
|
tickets.addReplyresponse:
|
|
35621
35659
|
title: tickets.addReplyresponse
|
|
35622
35660
|
type: object
|
|
35623
|
-
properties: *
|
|
35661
|
+
properties: *ref_686
|
|
35624
35662
|
tickets.addInternalMessagerequest:
|
|
35625
35663
|
title: tickets.addInternalMessagerequest
|
|
35626
|
-
required: *
|
|
35664
|
+
required: *ref_687
|
|
35627
35665
|
type: object
|
|
35628
|
-
properties: *
|
|
35666
|
+
properties: *ref_688
|
|
35629
35667
|
tickets.addInternalMessageresponse:
|
|
35630
35668
|
title: tickets.addInternalMessageresponse
|
|
35631
35669
|
type: object
|
|
35632
|
-
properties: *
|
|
35670
|
+
properties: *ref_689
|
|
35633
35671
|
ticketStatus.listrequest:
|
|
35634
35672
|
title: ticketStatus.listrequest
|
|
35635
35673
|
type: object
|
|
35636
|
-
properties: *
|
|
35674
|
+
properties: *ref_690
|
|
35637
35675
|
ticketStatus.listresponse:
|
|
35638
35676
|
title: ticketStatus.listresponse
|
|
35639
35677
|
type: object
|
|
35640
|
-
properties: *
|
|
35678
|
+
properties: *ref_691
|
|
35641
35679
|
files.listrequest:
|
|
35642
35680
|
title: files.listrequest
|
|
35643
|
-
required: *
|
|
35681
|
+
required: *ref_692
|
|
35644
35682
|
type: object
|
|
35645
|
-
properties: *
|
|
35683
|
+
properties: *ref_693
|
|
35646
35684
|
MimeType:
|
|
35647
35685
|
title: MimeType
|
|
35648
35686
|
enum: *ref_110
|
|
@@ -35650,93 +35688,93 @@ components:
|
|
|
35650
35688
|
files.listresponse:
|
|
35651
35689
|
title: files.listresponse
|
|
35652
35690
|
type: object
|
|
35653
|
-
properties: *
|
|
35691
|
+
properties: *ref_694
|
|
35654
35692
|
files.inforequest:
|
|
35655
35693
|
title: files.inforequest
|
|
35656
|
-
required: *
|
|
35694
|
+
required: *ref_695
|
|
35657
35695
|
type: object
|
|
35658
|
-
properties: *
|
|
35696
|
+
properties: *ref_696
|
|
35659
35697
|
files.inforesponse:
|
|
35660
35698
|
title: files.inforesponse
|
|
35661
35699
|
type: object
|
|
35662
|
-
properties: *
|
|
35700
|
+
properties: *ref_697
|
|
35663
35701
|
files.downloadrequest:
|
|
35664
35702
|
title: files.downloadrequest
|
|
35665
|
-
required: *
|
|
35703
|
+
required: *ref_698
|
|
35666
35704
|
type: object
|
|
35667
|
-
properties: *
|
|
35705
|
+
properties: *ref_699
|
|
35668
35706
|
files.downloadresponse:
|
|
35669
35707
|
title: files.downloadresponse
|
|
35670
35708
|
type: object
|
|
35671
|
-
properties: *
|
|
35709
|
+
properties: *ref_700
|
|
35672
35710
|
files.uploadrequest:
|
|
35673
35711
|
title: files.uploadrequest
|
|
35674
|
-
required: *
|
|
35712
|
+
required: *ref_701
|
|
35675
35713
|
type: object
|
|
35676
|
-
properties: *
|
|
35714
|
+
properties: *ref_702
|
|
35677
35715
|
files.uploadresponse:
|
|
35678
35716
|
title: files.uploadresponse
|
|
35679
35717
|
type: object
|
|
35680
|
-
properties: *
|
|
35718
|
+
properties: *ref_703
|
|
35681
35719
|
files.deleterequest:
|
|
35682
35720
|
title: files.deleterequest
|
|
35683
|
-
required: *
|
|
35721
|
+
required: *ref_704
|
|
35684
35722
|
type: object
|
|
35685
|
-
properties: *
|
|
35723
|
+
properties: *ref_705
|
|
35686
35724
|
mailTemplates.listrequest:
|
|
35687
35725
|
title: mailTemplates.listrequest
|
|
35688
|
-
required: *
|
|
35726
|
+
required: *ref_706
|
|
35689
35727
|
type: object
|
|
35690
|
-
properties: *
|
|
35728
|
+
properties: *ref_707
|
|
35691
35729
|
mailTemplates.listresponse:
|
|
35692
35730
|
title: mailTemplates.listresponse
|
|
35693
35731
|
type: object
|
|
35694
|
-
properties: *
|
|
35732
|
+
properties: *ref_708
|
|
35695
35733
|
migrate.idrequest:
|
|
35696
35734
|
title: migrate.idrequest
|
|
35697
35735
|
type: object
|
|
35698
|
-
properties: *
|
|
35736
|
+
properties: *ref_709
|
|
35699
35737
|
migrate.idresponse:
|
|
35700
35738
|
title: migrate.idresponse
|
|
35701
35739
|
type: object
|
|
35702
|
-
properties: *
|
|
35740
|
+
properties: *ref_710
|
|
35703
35741
|
migrate.taxRaterequest:
|
|
35704
35742
|
title: migrate.taxRaterequest
|
|
35705
35743
|
type: object
|
|
35706
|
-
properties: *
|
|
35744
|
+
properties: *ref_711
|
|
35707
35745
|
migrate.taxRateresponse:
|
|
35708
35746
|
title: migrate.taxRateresponse
|
|
35709
35747
|
type: object
|
|
35710
|
-
properties: *
|
|
35748
|
+
properties: *ref_712
|
|
35711
35749
|
migrate.activityTyperequest:
|
|
35712
35750
|
title: migrate.activityTyperequest
|
|
35713
35751
|
type: object
|
|
35714
|
-
properties: *
|
|
35752
|
+
properties: *ref_713
|
|
35715
35753
|
migrate.activityTyperesponse:
|
|
35716
35754
|
title: migrate.activityTyperesponse
|
|
35717
35755
|
type: object
|
|
35718
|
-
properties: *
|
|
35756
|
+
properties: *ref_714
|
|
35719
35757
|
orders.inforequest:
|
|
35720
35758
|
title: orders.inforequest
|
|
35721
|
-
required: *
|
|
35759
|
+
required: *ref_715
|
|
35722
35760
|
type: object
|
|
35723
|
-
properties: *
|
|
35761
|
+
properties: *ref_716
|
|
35724
35762
|
OrdersGroupedLinesResponse:
|
|
35725
35763
|
title: OrdersGroupedLinesResponse
|
|
35726
35764
|
type: object
|
|
35727
|
-
properties: *
|
|
35765
|
+
properties: *ref_717
|
|
35728
35766
|
orders.inforesponse:
|
|
35729
35767
|
title: orders.inforesponse
|
|
35730
35768
|
type: object
|
|
35731
|
-
properties: *
|
|
35769
|
+
properties: *ref_718
|
|
35732
35770
|
orders.listrequest:
|
|
35733
35771
|
title: orders.listrequest
|
|
35734
35772
|
type: object
|
|
35735
|
-
properties: *
|
|
35773
|
+
properties: *ref_719
|
|
35736
35774
|
orders.listresponse:
|
|
35737
35775
|
title: orders.listresponse
|
|
35738
35776
|
type: object
|
|
35739
|
-
properties: *
|
|
35777
|
+
properties: *ref_720
|
|
35740
35778
|
WebHook:
|
|
35741
35779
|
title: WebHook
|
|
35742
35780
|
required: *ref_111
|
|
@@ -35745,24 +35783,24 @@ components:
|
|
|
35745
35783
|
webhooks.listresponse:
|
|
35746
35784
|
title: webhooks.listresponse
|
|
35747
35785
|
type: object
|
|
35748
|
-
properties: *
|
|
35786
|
+
properties: *ref_721
|
|
35749
35787
|
cloudPlatforms.urlrequest:
|
|
35750
35788
|
title: cloudPlatforms.urlrequest
|
|
35751
|
-
required: *
|
|
35789
|
+
required: *ref_722
|
|
35752
35790
|
type: object
|
|
35753
|
-
properties: *
|
|
35791
|
+
properties: *ref_723
|
|
35754
35792
|
cloudPlatforms.urlresponse:
|
|
35755
35793
|
title: cloudPlatforms.urlresponse
|
|
35756
35794
|
type: object
|
|
35757
|
-
properties: *
|
|
35795
|
+
properties: *ref_724
|
|
35758
35796
|
accounts.projects-v2-statusresponse:
|
|
35759
35797
|
title: accounts.projects-v2-statusresponse
|
|
35760
35798
|
type: object
|
|
35761
|
-
properties: *
|
|
35799
|
+
properties: *ref_725
|
|
35762
35800
|
plannableItems.listrequest:
|
|
35763
35801
|
title: plannableItems.listrequest
|
|
35764
35802
|
type: object
|
|
35765
|
-
properties: *
|
|
35803
|
+
properties: *ref_726
|
|
35766
35804
|
DurationInMinutesFull:
|
|
35767
35805
|
title: DurationInMinutesFull
|
|
35768
35806
|
type: object
|
|
@@ -35770,15 +35808,15 @@ components:
|
|
|
35770
35808
|
plannableItems.listresponse:
|
|
35771
35809
|
title: plannableItems.listresponse
|
|
35772
35810
|
type: object
|
|
35773
|
-
properties: *
|
|
35811
|
+
properties: *ref_727
|
|
35774
35812
|
plannableItems.inforequest:
|
|
35775
35813
|
title: plannableItems.inforequest
|
|
35776
35814
|
type: object
|
|
35777
|
-
properties: *
|
|
35815
|
+
properties: *ref_728
|
|
35778
35816
|
plannableItems.inforesponse:
|
|
35779
35817
|
title: plannableItems.inforesponse
|
|
35780
35818
|
type: object
|
|
35781
|
-
properties: *
|
|
35819
|
+
properties: *ref_729
|
|
35782
35820
|
SourceType:
|
|
35783
35821
|
title: SourceType
|
|
35784
35822
|
enum: *ref_114
|
|
@@ -35786,30 +35824,30 @@ components:
|
|
|
35786
35824
|
reservations.listrequest:
|
|
35787
35825
|
title: reservations.listrequest
|
|
35788
35826
|
type: object
|
|
35789
|
-
properties: *
|
|
35827
|
+
properties: *ref_730
|
|
35790
35828
|
reservations.listresponse:
|
|
35791
35829
|
title: reservations.listresponse
|
|
35792
35830
|
type: object
|
|
35793
|
-
properties: *
|
|
35831
|
+
properties: *ref_731
|
|
35794
35832
|
reservations.createrequest:
|
|
35795
35833
|
title: reservations.createrequest
|
|
35796
35834
|
type: object
|
|
35797
|
-
required: *
|
|
35798
|
-
properties: *
|
|
35835
|
+
required: *ref_732
|
|
35836
|
+
properties: *ref_733
|
|
35799
35837
|
reservations.createresponse:
|
|
35800
35838
|
title: reservations.createresponse
|
|
35801
35839
|
type: object
|
|
35802
|
-
properties: *
|
|
35840
|
+
properties: *ref_734
|
|
35803
35841
|
reservations.updaterequest:
|
|
35804
35842
|
title: reservations.updaterequest
|
|
35805
35843
|
type: object
|
|
35806
|
-
required: *
|
|
35807
|
-
properties: *
|
|
35844
|
+
required: *ref_735
|
|
35845
|
+
properties: *ref_736
|
|
35808
35846
|
reservations.deleterequest:
|
|
35809
35847
|
title: reservations.deleterequest
|
|
35810
35848
|
type: object
|
|
35811
|
-
required: *
|
|
35812
|
-
properties: *
|
|
35849
|
+
required: *ref_737
|
|
35850
|
+
properties: *ref_738
|
|
35813
35851
|
Period:
|
|
35814
35852
|
title: Period
|
|
35815
35853
|
type: object
|
|
@@ -35817,8 +35855,8 @@ components:
|
|
|
35817
35855
|
userAvailability.totalrequest:
|
|
35818
35856
|
title: userAvailability.totalrequest
|
|
35819
35857
|
type: object
|
|
35820
|
-
required: *
|
|
35821
|
-
properties: *
|
|
35858
|
+
required: *ref_739
|
|
35859
|
+
properties: *ref_740
|
|
35822
35860
|
UserAvailability:
|
|
35823
35861
|
title: UserAvailability
|
|
35824
35862
|
type: object
|
|
@@ -35826,16 +35864,16 @@ components:
|
|
|
35826
35864
|
userAvailability.totalresponse:
|
|
35827
35865
|
title: userAvailability.totalresponse
|
|
35828
35866
|
type: object
|
|
35829
|
-
properties: *
|
|
35867
|
+
properties: *ref_741
|
|
35830
35868
|
userAvailability.dailyrequest:
|
|
35831
35869
|
title: userAvailability.dailyrequest
|
|
35832
35870
|
type: object
|
|
35833
|
-
required: *
|
|
35834
|
-
properties: *
|
|
35871
|
+
required: *ref_742
|
|
35872
|
+
properties: *ref_743
|
|
35835
35873
|
userAvailability.dailyresponse:
|
|
35836
35874
|
title: userAvailability.dailyresponse
|
|
35837
35875
|
type: object
|
|
35838
|
-
properties: *
|
|
35876
|
+
properties: *ref_744
|
|
35839
35877
|
x-tagGroups:
|
|
35840
35878
|
- name: General
|
|
35841
35879
|
tags:
|