reach-api-sdk 1.0.190 → 1.0.192
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/reach-sdk.d.ts +756 -419
- package/dist/reach-sdk.js +355 -182
- package/package.json +1 -1
- package/src/apiClient.ts +3 -0
- package/src/definition/swagger.yaml +1129 -651
- package/src/index.ts +4 -0
- package/src/models/Course.ts +4 -0
- package/src/models/EndUserIdentity.ts +30 -0
- package/src/models/EndUserIdentitySecureToken.ts +2 -0
- package/src/models/EventTiming.ts +12 -0
- package/src/models/Session.ts +4 -0
- package/src/models/TenantWebsiteSetting.ts +3 -0
- package/src/models/UpcomingLayout.ts +12 -0
- package/src/services/BookingService.ts +36 -0
- package/src/services/CoursesService.ts +24 -0
- package/src/services/DealsService.ts +24 -0
- package/src/services/EndUserIdentitySecureTokenService.ts +4 -4
- package/src/services/LeasingService.ts +24 -0
- package/src/services/OrderItemsService.ts +73 -0
- package/src/services/OrdersService.ts +24 -0
- package/src/services/PublicBookingService.ts +12 -0
- package/src/services/PublicCalendarService.ts +57 -0
- package/src/services/PublicCoursesService.ts +12 -0
- package/src/services/PublicLeasingService.ts +12 -0
- package/src/services/PublicNetworksService.ts +6 -0
- package/src/services/PublicOrderItemsService.ts +201 -168
- package/src/services/PublicOrdersService.ts +239 -231
- package/src/services/PublicScheduledSessionsService.ts +12 -0
- package/src/services/PublicSessionsService.ts +18 -0
- package/src/services/ScheduledSessionsSchedulesService.ts +24 -0
- package/src/services/ScheduledSessionsService.ts +24 -0
- package/src/services/SessionsService.ts +24 -0
|
@@ -4330,6 +4330,12 @@ paths:
|
|
|
4330
4330
|
schema:
|
|
4331
4331
|
type: string
|
|
4332
4332
|
format: date-time
|
|
4333
|
+
- name: EndUserIdentityId
|
|
4334
|
+
in: query
|
|
4335
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
4336
|
+
schema:
|
|
4337
|
+
type: string
|
|
4338
|
+
format: uuid
|
|
4333
4339
|
- name: PageNumber
|
|
4334
4340
|
in: query
|
|
4335
4341
|
description: Gets or sets the page number for paged queries.
|
|
@@ -4559,6 +4565,12 @@ paths:
|
|
|
4559
4565
|
schema:
|
|
4560
4566
|
type: string
|
|
4561
4567
|
format: date-time
|
|
4568
|
+
- name: EndUserIdentityId
|
|
4569
|
+
in: query
|
|
4570
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
4571
|
+
schema:
|
|
4572
|
+
type: string
|
|
4573
|
+
format: uuid
|
|
4562
4574
|
- name: PageNumber
|
|
4563
4575
|
in: query
|
|
4564
4576
|
description: Gets or sets the page number for paged queries.
|
|
@@ -5122,6 +5134,12 @@ paths:
|
|
|
5122
5134
|
schema:
|
|
5123
5135
|
type: string
|
|
5124
5136
|
format: date-time
|
|
5137
|
+
- name: EndUserIdentityId
|
|
5138
|
+
in: query
|
|
5139
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
5140
|
+
schema:
|
|
5141
|
+
type: string
|
|
5142
|
+
format: uuid
|
|
5125
5143
|
- name: PageNumber
|
|
5126
5144
|
in: query
|
|
5127
5145
|
description: Gets or sets the page number for paged queries.
|
|
@@ -5526,6 +5544,12 @@ paths:
|
|
|
5526
5544
|
schema:
|
|
5527
5545
|
type: string
|
|
5528
5546
|
format: date-time
|
|
5547
|
+
- name: EndUserIdentityId
|
|
5548
|
+
in: query
|
|
5549
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
5550
|
+
schema:
|
|
5551
|
+
type: string
|
|
5552
|
+
format: uuid
|
|
5529
5553
|
- name: PageNumber
|
|
5530
5554
|
in: query
|
|
5531
5555
|
description: Gets or sets the page number for paged queries.
|
|
@@ -5752,6 +5776,12 @@ paths:
|
|
|
5752
5776
|
schema:
|
|
5753
5777
|
type: string
|
|
5754
5778
|
format: date-time
|
|
5779
|
+
- name: EndUserIdentityId
|
|
5780
|
+
in: query
|
|
5781
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
5782
|
+
schema:
|
|
5783
|
+
type: string
|
|
5784
|
+
format: uuid
|
|
5755
5785
|
- name: PageNumber
|
|
5756
5786
|
in: query
|
|
5757
5787
|
description: Gets or sets the page number for paged queries.
|
|
@@ -5984,6 +6014,12 @@ paths:
|
|
|
5984
6014
|
schema:
|
|
5985
6015
|
type: string
|
|
5986
6016
|
format: date-time
|
|
6017
|
+
- name: EndUserIdentityId
|
|
6018
|
+
in: query
|
|
6019
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
6020
|
+
schema:
|
|
6021
|
+
type: string
|
|
6022
|
+
format: uuid
|
|
5987
6023
|
- name: PageNumber
|
|
5988
6024
|
in: query
|
|
5989
6025
|
description: Gets or sets the page number for paged queries.
|
|
@@ -8791,6 +8827,11 @@ paths:
|
|
|
8791
8827
|
description: Gets or sets a value indicating whether return online courses.
|
|
8792
8828
|
schema:
|
|
8793
8829
|
type: boolean
|
|
8830
|
+
- name: Featured
|
|
8831
|
+
in: query
|
|
8832
|
+
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
8833
|
+
schema:
|
|
8834
|
+
type: boolean
|
|
8794
8835
|
- name: HasAvailability
|
|
8795
8836
|
in: query
|
|
8796
8837
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -9255,6 +9296,11 @@ paths:
|
|
|
9255
9296
|
description: Gets or sets a value indicating whether return online courses.
|
|
9256
9297
|
schema:
|
|
9257
9298
|
type: boolean
|
|
9299
|
+
- name: Featured
|
|
9300
|
+
in: query
|
|
9301
|
+
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
9302
|
+
schema:
|
|
9303
|
+
type: boolean
|
|
9258
9304
|
- name: HasAvailability
|
|
9259
9305
|
in: query
|
|
9260
9306
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -9541,6 +9587,11 @@ paths:
|
|
|
9541
9587
|
description: Gets or sets a value indicating whether return online courses.
|
|
9542
9588
|
schema:
|
|
9543
9589
|
type: boolean
|
|
9590
|
+
- name: Featured
|
|
9591
|
+
in: query
|
|
9592
|
+
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
9593
|
+
schema:
|
|
9594
|
+
type: boolean
|
|
9544
9595
|
- name: HasAvailability
|
|
9545
9596
|
in: query
|
|
9546
9597
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -9833,6 +9884,11 @@ paths:
|
|
|
9833
9884
|
description: Gets or sets a value indicating whether return online courses.
|
|
9834
9885
|
schema:
|
|
9835
9886
|
type: boolean
|
|
9887
|
+
- name: Featured
|
|
9888
|
+
in: query
|
|
9889
|
+
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
9890
|
+
schema:
|
|
9891
|
+
type: boolean
|
|
9836
9892
|
- name: HasAvailability
|
|
9837
9893
|
in: query
|
|
9838
9894
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -16253,6 +16309,13 @@ paths:
|
|
|
16253
16309
|
description: Gets or sets the queryable type.
|
|
16254
16310
|
schema:
|
|
16255
16311
|
$ref: '#/components/schemas/DealType'
|
|
16312
|
+
- name: Types
|
|
16313
|
+
in: query
|
|
16314
|
+
description: Gets or sets the queryable Deal types.
|
|
16315
|
+
schema:
|
|
16316
|
+
type: array
|
|
16317
|
+
items:
|
|
16318
|
+
$ref: '#/components/schemas/DealType'
|
|
16256
16319
|
- name: DiscountCode
|
|
16257
16320
|
in: query
|
|
16258
16321
|
description: Gets or sets the queryable discount code.
|
|
@@ -16581,6 +16644,13 @@ paths:
|
|
|
16581
16644
|
description: Gets or sets the queryable type.
|
|
16582
16645
|
schema:
|
|
16583
16646
|
$ref: '#/components/schemas/DealType'
|
|
16647
|
+
- name: Types
|
|
16648
|
+
in: query
|
|
16649
|
+
description: Gets or sets the queryable Deal types.
|
|
16650
|
+
schema:
|
|
16651
|
+
type: array
|
|
16652
|
+
items:
|
|
16653
|
+
$ref: '#/components/schemas/DealType'
|
|
16584
16654
|
- name: DiscountCode
|
|
16585
16655
|
in: query
|
|
16586
16656
|
description: Gets or sets the queryable discount code.
|
|
@@ -16731,6 +16801,13 @@ paths:
|
|
|
16731
16801
|
description: Gets or sets the queryable type.
|
|
16732
16802
|
schema:
|
|
16733
16803
|
$ref: '#/components/schemas/DealType'
|
|
16804
|
+
- name: Types
|
|
16805
|
+
in: query
|
|
16806
|
+
description: Gets or sets the queryable Deal types.
|
|
16807
|
+
schema:
|
|
16808
|
+
type: array
|
|
16809
|
+
items:
|
|
16810
|
+
$ref: '#/components/schemas/DealType'
|
|
16734
16811
|
- name: DiscountCode
|
|
16735
16812
|
in: query
|
|
16736
16813
|
description: Gets or sets the queryable discount code.
|
|
@@ -16887,6 +16964,13 @@ paths:
|
|
|
16887
16964
|
description: Gets or sets the queryable type.
|
|
16888
16965
|
schema:
|
|
16889
16966
|
$ref: '#/components/schemas/DealType'
|
|
16967
|
+
- name: Types
|
|
16968
|
+
in: query
|
|
16969
|
+
description: Gets or sets the queryable Deal types.
|
|
16970
|
+
schema:
|
|
16971
|
+
type: array
|
|
16972
|
+
items:
|
|
16973
|
+
$ref: '#/components/schemas/DealType'
|
|
16890
16974
|
- name: DiscountCode
|
|
16891
16975
|
in: query
|
|
16892
16976
|
description: Gets or sets the queryable discount code.
|
|
@@ -20392,7 +20476,7 @@ paths:
|
|
|
20392
20476
|
text/json:
|
|
20393
20477
|
schema:
|
|
20394
20478
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
20395
|
-
'/api/end-user-identity-secure-tokens/{id}':
|
|
20479
|
+
'/api/public/end-user-identity-secure-tokens/{id}':
|
|
20396
20480
|
get:
|
|
20397
20481
|
tags:
|
|
20398
20482
|
- EndUserIdentitySecureToken
|
|
@@ -20455,7 +20539,7 @@ paths:
|
|
|
20455
20539
|
text/json:
|
|
20456
20540
|
schema:
|
|
20457
20541
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
20458
|
-
/api/end-user-identity-secure-tokens/resolve:
|
|
20542
|
+
/api/public/end-user-identity-secure-tokens/resolve:
|
|
20459
20543
|
post:
|
|
20460
20544
|
tags:
|
|
20461
20545
|
- EndUserIdentitySecureToken
|
|
@@ -20522,7 +20606,7 @@ paths:
|
|
|
20522
20606
|
text/json:
|
|
20523
20607
|
schema:
|
|
20524
20608
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
20525
|
-
/api/end-user-identity-secure-tokens:
|
|
20609
|
+
/api/public/end-user-identity-secure-tokens:
|
|
20526
20610
|
get:
|
|
20527
20611
|
tags:
|
|
20528
20612
|
- EndUserIdentitySecureToken
|
|
@@ -20654,7 +20738,7 @@ paths:
|
|
|
20654
20738
|
text/json:
|
|
20655
20739
|
schema:
|
|
20656
20740
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
20657
|
-
/api/end-user-identity-secure-tokens/back-fill:
|
|
20741
|
+
/api/public/end-user-identity-secure-tokens/back-fill:
|
|
20658
20742
|
get:
|
|
20659
20743
|
tags:
|
|
20660
20744
|
- EndUserIdentitySecureToken
|
|
@@ -28751,6 +28835,12 @@ paths:
|
|
|
28751
28835
|
schema:
|
|
28752
28836
|
type: string
|
|
28753
28837
|
format: date-time
|
|
28838
|
+
- name: EndUserIdentityId
|
|
28839
|
+
in: query
|
|
28840
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
28841
|
+
schema:
|
|
28842
|
+
type: string
|
|
28843
|
+
format: uuid
|
|
28754
28844
|
- name: PageNumber
|
|
28755
28845
|
in: query
|
|
28756
28846
|
description: Gets or sets the page number for paged queries.
|
|
@@ -29149,6 +29239,12 @@ paths:
|
|
|
29149
29239
|
schema:
|
|
29150
29240
|
type: string
|
|
29151
29241
|
format: date-time
|
|
29242
|
+
- name: EndUserIdentityId
|
|
29243
|
+
in: query
|
|
29244
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
29245
|
+
schema:
|
|
29246
|
+
type: string
|
|
29247
|
+
format: uuid
|
|
29152
29248
|
- name: PageNumber
|
|
29153
29249
|
in: query
|
|
29154
29250
|
description: Gets or sets the page number for paged queries.
|
|
@@ -29369,6 +29465,12 @@ paths:
|
|
|
29369
29465
|
schema:
|
|
29370
29466
|
type: string
|
|
29371
29467
|
format: date-time
|
|
29468
|
+
- name: EndUserIdentityId
|
|
29469
|
+
in: query
|
|
29470
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
29471
|
+
schema:
|
|
29472
|
+
type: string
|
|
29473
|
+
format: uuid
|
|
29372
29474
|
- name: PageNumber
|
|
29373
29475
|
in: query
|
|
29374
29476
|
description: Gets or sets the page number for paged queries.
|
|
@@ -29595,6 +29697,12 @@ paths:
|
|
|
29595
29697
|
schema:
|
|
29596
29698
|
type: string
|
|
29597
29699
|
format: date-time
|
|
29700
|
+
- name: EndUserIdentityId
|
|
29701
|
+
in: query
|
|
29702
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
29703
|
+
schema:
|
|
29704
|
+
type: string
|
|
29705
|
+
format: uuid
|
|
29598
29706
|
- name: PageNumber
|
|
29599
29707
|
in: query
|
|
29600
29708
|
description: Gets or sets the page number for paged queries.
|
|
@@ -40394,6 +40502,22 @@ paths:
|
|
|
40394
40502
|
schema:
|
|
40395
40503
|
type: string
|
|
40396
40504
|
format: uuid
|
|
40505
|
+
- name: OrderByOpportunityStartdate
|
|
40506
|
+
in: query
|
|
40507
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
40508
|
+
schema:
|
|
40509
|
+
type: boolean
|
|
40510
|
+
- name: EventTiming
|
|
40511
|
+
in: query
|
|
40512
|
+
description: Gets or sets the queryable event timing.
|
|
40513
|
+
schema:
|
|
40514
|
+
$ref: '#/components/schemas/EventTiming'
|
|
40515
|
+
- name: EndUserIdentityId
|
|
40516
|
+
in: query
|
|
40517
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
40518
|
+
schema:
|
|
40519
|
+
type: string
|
|
40520
|
+
format: uuid
|
|
40397
40521
|
- name: PageNumber
|
|
40398
40522
|
in: query
|
|
40399
40523
|
description: Gets or sets the page number for paged queries.
|
|
@@ -40743,174 +40867,19 @@ paths:
|
|
|
40743
40867
|
schema:
|
|
40744
40868
|
type: string
|
|
40745
40869
|
format: uuid
|
|
40746
|
-
- name:
|
|
40747
|
-
in: query
|
|
40748
|
-
description: Gets or sets the page number for paged queries.
|
|
40749
|
-
schema:
|
|
40750
|
-
type: integer
|
|
40751
|
-
format: int32
|
|
40752
|
-
- name: Take
|
|
40753
|
-
in: query
|
|
40754
|
-
description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
|
|
40755
|
-
schema:
|
|
40756
|
-
type: integer
|
|
40757
|
-
format: int32
|
|
40758
|
-
- name: Skip
|
|
40870
|
+
- name: OrderByOpportunityStartdate
|
|
40759
40871
|
in: query
|
|
40760
|
-
description:
|
|
40761
|
-
schema:
|
|
40762
|
-
type: integer
|
|
40763
|
-
format: int32
|
|
40764
|
-
- name: LimitListRequests
|
|
40765
|
-
in: query
|
|
40766
|
-
description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
|
|
40872
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
40767
40873
|
schema:
|
|
40768
40874
|
type: boolean
|
|
40769
|
-
- name:
|
|
40770
|
-
in: query
|
|
40771
|
-
description: Gets or sets the Tenant Id.
|
|
40772
|
-
schema:
|
|
40773
|
-
type: string
|
|
40774
|
-
format: uuid
|
|
40775
|
-
- name: ModifiedById
|
|
40875
|
+
- name: EventTiming
|
|
40776
40876
|
in: query
|
|
40777
|
-
description: Gets or sets the
|
|
40877
|
+
description: Gets or sets the queryable event timing.
|
|
40778
40878
|
schema:
|
|
40779
|
-
|
|
40780
|
-
|
|
40781
|
-
- name: ModifiedByIds
|
|
40782
|
-
in: query
|
|
40783
|
-
description: Gets or sets the Modifed By Ids.
|
|
40784
|
-
schema:
|
|
40785
|
-
type: array
|
|
40786
|
-
items:
|
|
40787
|
-
type: string
|
|
40788
|
-
format: uuid
|
|
40789
|
-
- name: DateCreatedGTE
|
|
40790
|
-
in: query
|
|
40791
|
-
description: Gets or sets the Date Created greater than equal to.
|
|
40792
|
-
schema:
|
|
40793
|
-
type: string
|
|
40794
|
-
format: date-time
|
|
40795
|
-
- name: DateCreatedLTE
|
|
40796
|
-
in: query
|
|
40797
|
-
description: Gets or sets the Date Created less than equal to.
|
|
40798
|
-
schema:
|
|
40799
|
-
type: string
|
|
40800
|
-
format: date-time
|
|
40801
|
-
- name: IsLive
|
|
40802
|
-
in: query
|
|
40803
|
-
description: Gets or sets the queryable only is live status.
|
|
40804
|
-
schema:
|
|
40805
|
-
type: boolean
|
|
40806
|
-
- name: SortOrderDirection
|
|
40807
|
-
in: query
|
|
40808
|
-
description: Gets or sets the sort order direction.
|
|
40809
|
-
schema:
|
|
40810
|
-
$ref: '#/components/schemas/SearchSortOrderDirection'
|
|
40811
|
-
responses:
|
|
40812
|
-
'200':
|
|
40813
|
-
description: OK
|
|
40814
|
-
content:
|
|
40815
|
-
text/plain:
|
|
40816
|
-
schema:
|
|
40817
|
-
type: boolean
|
|
40818
|
-
application/json:
|
|
40819
|
-
schema:
|
|
40820
|
-
type: boolean
|
|
40821
|
-
text/json:
|
|
40822
|
-
schema:
|
|
40823
|
-
type: boolean
|
|
40824
|
-
'400':
|
|
40825
|
-
description: Bad Request
|
|
40826
|
-
content:
|
|
40827
|
-
text/plain:
|
|
40828
|
-
schema:
|
|
40829
|
-
$ref: '#/components/schemas/ReachError'
|
|
40830
|
-
application/json:
|
|
40831
|
-
schema:
|
|
40832
|
-
$ref: '#/components/schemas/ReachError'
|
|
40833
|
-
text/json:
|
|
40834
|
-
schema:
|
|
40835
|
-
$ref: '#/components/schemas/ReachError'
|
|
40836
|
-
'500':
|
|
40837
|
-
description: Internal Server Error
|
|
40838
|
-
content:
|
|
40839
|
-
text/plain:
|
|
40840
|
-
schema:
|
|
40841
|
-
$ref: '#/components/schemas/ReachError'
|
|
40842
|
-
application/json:
|
|
40843
|
-
schema:
|
|
40844
|
-
$ref: '#/components/schemas/ReachError'
|
|
40845
|
-
text/json:
|
|
40846
|
-
schema:
|
|
40847
|
-
$ref: '#/components/schemas/ReachError'
|
|
40848
|
-
'422':
|
|
40849
|
-
description: Unprocessable Content
|
|
40850
|
-
content:
|
|
40851
|
-
text/plain:
|
|
40852
|
-
schema:
|
|
40853
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
40854
|
-
application/json:
|
|
40855
|
-
schema:
|
|
40856
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
40857
|
-
text/json:
|
|
40858
|
-
schema:
|
|
40859
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
40860
|
-
/api/order-items/without-references:
|
|
40861
|
-
get:
|
|
40862
|
-
tags:
|
|
40863
|
-
- OrderItems
|
|
40864
|
-
summary: Gets a list of resources unpaged and without references.
|
|
40865
|
-
operationId: GetListWithoutReferences
|
|
40866
|
-
parameters:
|
|
40867
|
-
- name: Ids
|
|
40868
|
-
in: query
|
|
40869
|
-
description: Gets or sets the queryable order item ids.
|
|
40870
|
-
schema:
|
|
40871
|
-
type: array
|
|
40872
|
-
items:
|
|
40873
|
-
type: string
|
|
40874
|
-
format: uuid
|
|
40875
|
-
- name: OrderId
|
|
40876
|
-
in: query
|
|
40877
|
-
description: Gets or sets the queryable order id.
|
|
40878
|
-
schema:
|
|
40879
|
-
type: string
|
|
40880
|
-
format: uuid
|
|
40881
|
-
- name: ScheduledSessionId
|
|
40882
|
-
in: query
|
|
40883
|
-
description: Gets or sets the queryable scheduled session id.
|
|
40884
|
-
schema:
|
|
40885
|
-
type: string
|
|
40886
|
-
format: uuid
|
|
40887
|
-
- name: SlotId
|
|
40888
|
-
in: query
|
|
40889
|
-
description: Gets or sets the queryable slot id.
|
|
40890
|
-
schema:
|
|
40891
|
-
type: string
|
|
40892
|
-
format: uuid
|
|
40893
|
-
- name: CourseId
|
|
40894
|
-
in: query
|
|
40895
|
-
description: Gets or sets the queryable course id.
|
|
40896
|
-
schema:
|
|
40897
|
-
type: string
|
|
40898
|
-
format: uuid
|
|
40899
|
-
- name: Status
|
|
40900
|
-
in: query
|
|
40901
|
-
description: Gets or sets the queryable order item status id.
|
|
40902
|
-
schema:
|
|
40903
|
-
$ref: '#/components/schemas/OrderItemStatus'
|
|
40904
|
-
- name: Statuses
|
|
40905
|
-
in: query
|
|
40906
|
-
description: Gets or sets the queryable order statuses.
|
|
40907
|
-
schema:
|
|
40908
|
-
type: array
|
|
40909
|
-
items:
|
|
40910
|
-
$ref: '#/components/schemas/OrderItemStatus'
|
|
40911
|
-
- name: ParentOrderItemId
|
|
40879
|
+
$ref: '#/components/schemas/EventTiming'
|
|
40880
|
+
- name: EndUserIdentityId
|
|
40912
40881
|
in: query
|
|
40913
|
-
description: Gets or sets the
|
|
40882
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
40914
40883
|
schema:
|
|
40915
40884
|
type: string
|
|
40916
40885
|
format: uuid
|
|
@@ -40985,19 +40954,206 @@ paths:
|
|
|
40985
40954
|
content:
|
|
40986
40955
|
text/plain:
|
|
40987
40956
|
schema:
|
|
40988
|
-
type:
|
|
40989
|
-
items:
|
|
40990
|
-
$ref: '#/components/schemas/OrderItem'
|
|
40957
|
+
type: boolean
|
|
40991
40958
|
application/json:
|
|
40992
40959
|
schema:
|
|
40993
|
-
type:
|
|
40994
|
-
items:
|
|
40995
|
-
$ref: '#/components/schemas/OrderItem'
|
|
40960
|
+
type: boolean
|
|
40996
40961
|
text/json:
|
|
40997
40962
|
schema:
|
|
40998
|
-
type:
|
|
40999
|
-
|
|
41000
|
-
|
|
40963
|
+
type: boolean
|
|
40964
|
+
'400':
|
|
40965
|
+
description: Bad Request
|
|
40966
|
+
content:
|
|
40967
|
+
text/plain:
|
|
40968
|
+
schema:
|
|
40969
|
+
$ref: '#/components/schemas/ReachError'
|
|
40970
|
+
application/json:
|
|
40971
|
+
schema:
|
|
40972
|
+
$ref: '#/components/schemas/ReachError'
|
|
40973
|
+
text/json:
|
|
40974
|
+
schema:
|
|
40975
|
+
$ref: '#/components/schemas/ReachError'
|
|
40976
|
+
'500':
|
|
40977
|
+
description: Internal Server Error
|
|
40978
|
+
content:
|
|
40979
|
+
text/plain:
|
|
40980
|
+
schema:
|
|
40981
|
+
$ref: '#/components/schemas/ReachError'
|
|
40982
|
+
application/json:
|
|
40983
|
+
schema:
|
|
40984
|
+
$ref: '#/components/schemas/ReachError'
|
|
40985
|
+
text/json:
|
|
40986
|
+
schema:
|
|
40987
|
+
$ref: '#/components/schemas/ReachError'
|
|
40988
|
+
'422':
|
|
40989
|
+
description: Unprocessable Content
|
|
40990
|
+
content:
|
|
40991
|
+
text/plain:
|
|
40992
|
+
schema:
|
|
40993
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
40994
|
+
application/json:
|
|
40995
|
+
schema:
|
|
40996
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
40997
|
+
text/json:
|
|
40998
|
+
schema:
|
|
40999
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
41000
|
+
/api/order-items/without-references:
|
|
41001
|
+
get:
|
|
41002
|
+
tags:
|
|
41003
|
+
- OrderItems
|
|
41004
|
+
summary: Gets a list of resources unpaged and without references.
|
|
41005
|
+
operationId: GetListWithoutReferences
|
|
41006
|
+
parameters:
|
|
41007
|
+
- name: Ids
|
|
41008
|
+
in: query
|
|
41009
|
+
description: Gets or sets the queryable order item ids.
|
|
41010
|
+
schema:
|
|
41011
|
+
type: array
|
|
41012
|
+
items:
|
|
41013
|
+
type: string
|
|
41014
|
+
format: uuid
|
|
41015
|
+
- name: OrderId
|
|
41016
|
+
in: query
|
|
41017
|
+
description: Gets or sets the queryable order id.
|
|
41018
|
+
schema:
|
|
41019
|
+
type: string
|
|
41020
|
+
format: uuid
|
|
41021
|
+
- name: ScheduledSessionId
|
|
41022
|
+
in: query
|
|
41023
|
+
description: Gets or sets the queryable scheduled session id.
|
|
41024
|
+
schema:
|
|
41025
|
+
type: string
|
|
41026
|
+
format: uuid
|
|
41027
|
+
- name: SlotId
|
|
41028
|
+
in: query
|
|
41029
|
+
description: Gets or sets the queryable slot id.
|
|
41030
|
+
schema:
|
|
41031
|
+
type: string
|
|
41032
|
+
format: uuid
|
|
41033
|
+
- name: CourseId
|
|
41034
|
+
in: query
|
|
41035
|
+
description: Gets or sets the queryable course id.
|
|
41036
|
+
schema:
|
|
41037
|
+
type: string
|
|
41038
|
+
format: uuid
|
|
41039
|
+
- name: Status
|
|
41040
|
+
in: query
|
|
41041
|
+
description: Gets or sets the queryable order item status id.
|
|
41042
|
+
schema:
|
|
41043
|
+
$ref: '#/components/schemas/OrderItemStatus'
|
|
41044
|
+
- name: Statuses
|
|
41045
|
+
in: query
|
|
41046
|
+
description: Gets or sets the queryable order statuses.
|
|
41047
|
+
schema:
|
|
41048
|
+
type: array
|
|
41049
|
+
items:
|
|
41050
|
+
$ref: '#/components/schemas/OrderItemStatus'
|
|
41051
|
+
- name: ParentOrderItemId
|
|
41052
|
+
in: query
|
|
41053
|
+
description: Gets or sets the queryable parent order item id id.
|
|
41054
|
+
schema:
|
|
41055
|
+
type: string
|
|
41056
|
+
format: uuid
|
|
41057
|
+
- name: OrderByOpportunityStartdate
|
|
41058
|
+
in: query
|
|
41059
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
41060
|
+
schema:
|
|
41061
|
+
type: boolean
|
|
41062
|
+
- name: EventTiming
|
|
41063
|
+
in: query
|
|
41064
|
+
description: Gets or sets the queryable event timing.
|
|
41065
|
+
schema:
|
|
41066
|
+
$ref: '#/components/schemas/EventTiming'
|
|
41067
|
+
- name: EndUserIdentityId
|
|
41068
|
+
in: query
|
|
41069
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
41070
|
+
schema:
|
|
41071
|
+
type: string
|
|
41072
|
+
format: uuid
|
|
41073
|
+
- name: PageNumber
|
|
41074
|
+
in: query
|
|
41075
|
+
description: Gets or sets the page number for paged queries.
|
|
41076
|
+
schema:
|
|
41077
|
+
type: integer
|
|
41078
|
+
format: int32
|
|
41079
|
+
- name: Take
|
|
41080
|
+
in: query
|
|
41081
|
+
description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
|
|
41082
|
+
schema:
|
|
41083
|
+
type: integer
|
|
41084
|
+
format: int32
|
|
41085
|
+
- name: Skip
|
|
41086
|
+
in: query
|
|
41087
|
+
description: 'Gets or sets how much items to skip from begining of db table, when this is set page is always 1.'
|
|
41088
|
+
schema:
|
|
41089
|
+
type: integer
|
|
41090
|
+
format: int32
|
|
41091
|
+
- name: LimitListRequests
|
|
41092
|
+
in: query
|
|
41093
|
+
description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
|
|
41094
|
+
schema:
|
|
41095
|
+
type: boolean
|
|
41096
|
+
- name: TenantId
|
|
41097
|
+
in: query
|
|
41098
|
+
description: Gets or sets the Tenant Id.
|
|
41099
|
+
schema:
|
|
41100
|
+
type: string
|
|
41101
|
+
format: uuid
|
|
41102
|
+
- name: ModifiedById
|
|
41103
|
+
in: query
|
|
41104
|
+
description: Gets or sets the Modifed By Id.
|
|
41105
|
+
schema:
|
|
41106
|
+
type: string
|
|
41107
|
+
format: uuid
|
|
41108
|
+
- name: ModifiedByIds
|
|
41109
|
+
in: query
|
|
41110
|
+
description: Gets or sets the Modifed By Ids.
|
|
41111
|
+
schema:
|
|
41112
|
+
type: array
|
|
41113
|
+
items:
|
|
41114
|
+
type: string
|
|
41115
|
+
format: uuid
|
|
41116
|
+
- name: DateCreatedGTE
|
|
41117
|
+
in: query
|
|
41118
|
+
description: Gets or sets the Date Created greater than equal to.
|
|
41119
|
+
schema:
|
|
41120
|
+
type: string
|
|
41121
|
+
format: date-time
|
|
41122
|
+
- name: DateCreatedLTE
|
|
41123
|
+
in: query
|
|
41124
|
+
description: Gets or sets the Date Created less than equal to.
|
|
41125
|
+
schema:
|
|
41126
|
+
type: string
|
|
41127
|
+
format: date-time
|
|
41128
|
+
- name: IsLive
|
|
41129
|
+
in: query
|
|
41130
|
+
description: Gets or sets the queryable only is live status.
|
|
41131
|
+
schema:
|
|
41132
|
+
type: boolean
|
|
41133
|
+
- name: SortOrderDirection
|
|
41134
|
+
in: query
|
|
41135
|
+
description: Gets or sets the sort order direction.
|
|
41136
|
+
schema:
|
|
41137
|
+
$ref: '#/components/schemas/SearchSortOrderDirection'
|
|
41138
|
+
responses:
|
|
41139
|
+
'200':
|
|
41140
|
+
description: OK
|
|
41141
|
+
content:
|
|
41142
|
+
text/plain:
|
|
41143
|
+
schema:
|
|
41144
|
+
type: array
|
|
41145
|
+
items:
|
|
41146
|
+
$ref: '#/components/schemas/OrderItem'
|
|
41147
|
+
application/json:
|
|
41148
|
+
schema:
|
|
41149
|
+
type: array
|
|
41150
|
+
items:
|
|
41151
|
+
$ref: '#/components/schemas/OrderItem'
|
|
41152
|
+
text/json:
|
|
41153
|
+
schema:
|
|
41154
|
+
type: array
|
|
41155
|
+
items:
|
|
41156
|
+
$ref: '#/components/schemas/OrderItem'
|
|
41001
41157
|
'400':
|
|
41002
41158
|
description: Bad Request
|
|
41003
41159
|
content:
|
|
@@ -41091,6 +41247,22 @@ paths:
|
|
|
41091
41247
|
schema:
|
|
41092
41248
|
type: string
|
|
41093
41249
|
format: uuid
|
|
41250
|
+
- name: OrderByOpportunityStartdate
|
|
41251
|
+
in: query
|
|
41252
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
41253
|
+
schema:
|
|
41254
|
+
type: boolean
|
|
41255
|
+
- name: EventTiming
|
|
41256
|
+
in: query
|
|
41257
|
+
description: Gets or sets the queryable event timing.
|
|
41258
|
+
schema:
|
|
41259
|
+
$ref: '#/components/schemas/EventTiming'
|
|
41260
|
+
- name: EndUserIdentityId
|
|
41261
|
+
in: query
|
|
41262
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
41263
|
+
schema:
|
|
41264
|
+
type: string
|
|
41265
|
+
format: uuid
|
|
41094
41266
|
- name: PageNumber
|
|
41095
41267
|
in: query
|
|
41096
41268
|
description: Gets or sets the page number for paged queries.
|
|
@@ -42345,6 +42517,12 @@ paths:
|
|
|
42345
42517
|
schema:
|
|
42346
42518
|
type: string
|
|
42347
42519
|
format: date-time
|
|
42520
|
+
- name: EndUserIdentityId
|
|
42521
|
+
in: query
|
|
42522
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
42523
|
+
schema:
|
|
42524
|
+
type: string
|
|
42525
|
+
format: uuid
|
|
42348
42526
|
- name: PageNumber
|
|
42349
42527
|
in: query
|
|
42350
42528
|
description: Gets or sets the page number for paged queries.
|
|
@@ -42743,6 +42921,12 @@ paths:
|
|
|
42743
42921
|
schema:
|
|
42744
42922
|
type: string
|
|
42745
42923
|
format: date-time
|
|
42924
|
+
- name: EndUserIdentityId
|
|
42925
|
+
in: query
|
|
42926
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
42927
|
+
schema:
|
|
42928
|
+
type: string
|
|
42929
|
+
format: uuid
|
|
42746
42930
|
- name: PageNumber
|
|
42747
42931
|
in: query
|
|
42748
42932
|
description: Gets or sets the page number for paged queries.
|
|
@@ -42963,6 +43147,12 @@ paths:
|
|
|
42963
43147
|
schema:
|
|
42964
43148
|
type: string
|
|
42965
43149
|
format: date-time
|
|
43150
|
+
- name: EndUserIdentityId
|
|
43151
|
+
in: query
|
|
43152
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
43153
|
+
schema:
|
|
43154
|
+
type: string
|
|
43155
|
+
format: uuid
|
|
42966
43156
|
- name: PageNumber
|
|
42967
43157
|
in: query
|
|
42968
43158
|
description: Gets or sets the page number for paged queries.
|
|
@@ -43189,6 +43379,12 @@ paths:
|
|
|
43189
43379
|
schema:
|
|
43190
43380
|
type: string
|
|
43191
43381
|
format: date-time
|
|
43382
|
+
- name: EndUserIdentityId
|
|
43383
|
+
in: query
|
|
43384
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
43385
|
+
schema:
|
|
43386
|
+
type: string
|
|
43387
|
+
format: uuid
|
|
43192
43388
|
- name: PageNumber
|
|
43193
43389
|
in: query
|
|
43194
43390
|
description: Gets or sets the page number for paged queries.
|
|
@@ -53003,6 +53199,12 @@ paths:
|
|
|
53003
53199
|
schema:
|
|
53004
53200
|
type: string
|
|
53005
53201
|
format: date-time
|
|
53202
|
+
- name: EndUserIdentityId
|
|
53203
|
+
in: query
|
|
53204
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
53205
|
+
schema:
|
|
53206
|
+
type: string
|
|
53207
|
+
format: uuid
|
|
53006
53208
|
- name: PageNumber
|
|
53007
53209
|
in: query
|
|
53008
53210
|
description: Gets or sets the page number for paged queries.
|
|
@@ -53358,6 +53560,12 @@ paths:
|
|
|
53358
53560
|
schema:
|
|
53359
53561
|
type: string
|
|
53360
53562
|
format: date-time
|
|
53563
|
+
- name: EndUserIdentityId
|
|
53564
|
+
in: query
|
|
53565
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
53566
|
+
schema:
|
|
53567
|
+
type: string
|
|
53568
|
+
format: uuid
|
|
53361
53569
|
- name: PageNumber
|
|
53362
53570
|
in: query
|
|
53363
53571
|
description: Gets or sets the page number for paged queries.
|
|
@@ -53472,34 +53680,103 @@ paths:
|
|
|
53472
53680
|
text/json:
|
|
53473
53681
|
schema:
|
|
53474
53682
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
53475
|
-
|
|
53683
|
+
/api/public/calendar:
|
|
53476
53684
|
get:
|
|
53477
53685
|
tags:
|
|
53478
|
-
-
|
|
53479
|
-
|
|
53686
|
+
- PublicCalendar
|
|
53687
|
+
summary: Gets calendar data.
|
|
53688
|
+
operationId: GetCalendarView
|
|
53480
53689
|
parameters:
|
|
53481
|
-
- name:
|
|
53690
|
+
- name: x-tenant-subdomain
|
|
53482
53691
|
in: header
|
|
53692
|
+
description: The tenants subdomain.
|
|
53483
53693
|
schema:
|
|
53484
53694
|
type: string
|
|
53485
|
-
- name:
|
|
53486
|
-
in:
|
|
53487
|
-
|
|
53695
|
+
- name: StartDateTimeGTE
|
|
53696
|
+
in: query
|
|
53697
|
+
description: Gets or sets the queryable calendar item start date time is greater than or equal to.
|
|
53698
|
+
schema:
|
|
53699
|
+
type: string
|
|
53700
|
+
format: date-time
|
|
53701
|
+
- name: VenueId
|
|
53702
|
+
in: query
|
|
53703
|
+
description: Gets or sets the venue Id for use in a query search.
|
|
53704
|
+
schema:
|
|
53705
|
+
type: string
|
|
53706
|
+
format: uuid
|
|
53707
|
+
- name: ProgrammeId
|
|
53708
|
+
in: query
|
|
53709
|
+
description: Gets or sets the programme Id for use in a query search.
|
|
53488
53710
|
schema:
|
|
53489
53711
|
type: string
|
|
53712
|
+
format: uuid
|
|
53490
53713
|
responses:
|
|
53491
53714
|
'200':
|
|
53492
53715
|
description: OK
|
|
53493
|
-
|
|
53494
|
-
|
|
53495
|
-
|
|
53496
|
-
|
|
53497
|
-
|
|
53498
|
-
|
|
53499
|
-
|
|
53500
|
-
|
|
53501
|
-
|
|
53502
|
-
|
|
53716
|
+
'400':
|
|
53717
|
+
description: Bad Request
|
|
53718
|
+
content:
|
|
53719
|
+
text/plain:
|
|
53720
|
+
schema:
|
|
53721
|
+
$ref: '#/components/schemas/ReachError'
|
|
53722
|
+
application/json:
|
|
53723
|
+
schema:
|
|
53724
|
+
$ref: '#/components/schemas/ReachError'
|
|
53725
|
+
text/json:
|
|
53726
|
+
schema:
|
|
53727
|
+
$ref: '#/components/schemas/ReachError'
|
|
53728
|
+
'500':
|
|
53729
|
+
description: Internal Server Error
|
|
53730
|
+
content:
|
|
53731
|
+
text/plain:
|
|
53732
|
+
schema:
|
|
53733
|
+
$ref: '#/components/schemas/ReachError'
|
|
53734
|
+
application/json:
|
|
53735
|
+
schema:
|
|
53736
|
+
$ref: '#/components/schemas/ReachError'
|
|
53737
|
+
text/json:
|
|
53738
|
+
schema:
|
|
53739
|
+
$ref: '#/components/schemas/ReachError'
|
|
53740
|
+
'422':
|
|
53741
|
+
description: Unprocessable Content
|
|
53742
|
+
content:
|
|
53743
|
+
text/plain:
|
|
53744
|
+
schema:
|
|
53745
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
53746
|
+
application/json:
|
|
53747
|
+
schema:
|
|
53748
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
53749
|
+
text/json:
|
|
53750
|
+
schema:
|
|
53751
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
53752
|
+
'/api/public/courses/{id}':
|
|
53753
|
+
get:
|
|
53754
|
+
tags:
|
|
53755
|
+
- PublicCourses
|
|
53756
|
+
operationId: GetObject
|
|
53757
|
+
parameters:
|
|
53758
|
+
- name: x_tenant_subdomain
|
|
53759
|
+
in: header
|
|
53760
|
+
schema:
|
|
53761
|
+
type: string
|
|
53762
|
+
- name: id
|
|
53763
|
+
in: path
|
|
53764
|
+
required: true
|
|
53765
|
+
schema:
|
|
53766
|
+
type: string
|
|
53767
|
+
responses:
|
|
53768
|
+
'200':
|
|
53769
|
+
description: OK
|
|
53770
|
+
content:
|
|
53771
|
+
text/plain:
|
|
53772
|
+
schema:
|
|
53773
|
+
$ref: '#/components/schemas/Course'
|
|
53774
|
+
application/json:
|
|
53775
|
+
schema:
|
|
53776
|
+
$ref: '#/components/schemas/Course'
|
|
53777
|
+
text/json:
|
|
53778
|
+
schema:
|
|
53779
|
+
$ref: '#/components/schemas/Course'
|
|
53503
53780
|
'400':
|
|
53504
53781
|
description: Bad Request
|
|
53505
53782
|
content:
|
|
@@ -53718,6 +53995,11 @@ paths:
|
|
|
53718
53995
|
description: Gets or sets a value indicating whether return online courses.
|
|
53719
53996
|
schema:
|
|
53720
53997
|
type: boolean
|
|
53998
|
+
- name: Featured
|
|
53999
|
+
in: query
|
|
54000
|
+
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
54001
|
+
schema:
|
|
54002
|
+
type: boolean
|
|
53721
54003
|
- name: HasAvailability
|
|
53722
54004
|
in: query
|
|
53723
54005
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -54301,6 +54583,11 @@ paths:
|
|
|
54301
54583
|
description: Gets or sets a value indicating whether return online courses.
|
|
54302
54584
|
schema:
|
|
54303
54585
|
type: boolean
|
|
54586
|
+
- name: Featured
|
|
54587
|
+
in: query
|
|
54588
|
+
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
54589
|
+
schema:
|
|
54590
|
+
type: boolean
|
|
54304
54591
|
- name: HasAvailability
|
|
54305
54592
|
in: query
|
|
54306
54593
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -58197,6 +58484,12 @@ paths:
|
|
|
58197
58484
|
schema:
|
|
58198
58485
|
type: string
|
|
58199
58486
|
format: date-time
|
|
58487
|
+
- name: EndUserIdentityId
|
|
58488
|
+
in: query
|
|
58489
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
58490
|
+
schema:
|
|
58491
|
+
type: string
|
|
58492
|
+
format: uuid
|
|
58200
58493
|
- name: PageNumber
|
|
58201
58494
|
in: query
|
|
58202
58495
|
description: Gets or sets the page number for paged queries.
|
|
@@ -58422,6 +58715,12 @@ paths:
|
|
|
58422
58715
|
schema:
|
|
58423
58716
|
type: string
|
|
58424
58717
|
format: date-time
|
|
58718
|
+
- name: EndUserIdentityId
|
|
58719
|
+
in: query
|
|
58720
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
58721
|
+
schema:
|
|
58722
|
+
type: string
|
|
58723
|
+
format: uuid
|
|
58425
58724
|
- name: PageNumber
|
|
58426
58725
|
in: query
|
|
58427
58726
|
description: Gets or sets the page number for paged queries.
|
|
@@ -58585,6 +58884,11 @@ paths:
|
|
|
58585
58884
|
description: Gets or sets a value indicating whether return online sessions.
|
|
58586
58885
|
schema:
|
|
58587
58886
|
type: boolean
|
|
58887
|
+
- name: Featured
|
|
58888
|
+
in: query
|
|
58889
|
+
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
58890
|
+
schema:
|
|
58891
|
+
type: boolean
|
|
58588
58892
|
- name: ProgrammeId
|
|
58589
58893
|
in: query
|
|
58590
58894
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -59746,6 +60050,258 @@ paths:
|
|
|
59746
60050
|
text/json:
|
|
59747
60051
|
schema:
|
|
59748
60052
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60053
|
+
/api/public/order-items:
|
|
60054
|
+
get:
|
|
60055
|
+
tags:
|
|
60056
|
+
- PublicOrderItems
|
|
60057
|
+
operationId: GetPage
|
|
60058
|
+
parameters:
|
|
60059
|
+
- name: x_tenant_subdomain
|
|
60060
|
+
in: header
|
|
60061
|
+
schema:
|
|
60062
|
+
type: string
|
|
60063
|
+
- name: Ids
|
|
60064
|
+
in: query
|
|
60065
|
+
description: Gets or sets the queryable order item ids.
|
|
60066
|
+
schema:
|
|
60067
|
+
type: array
|
|
60068
|
+
items:
|
|
60069
|
+
type: string
|
|
60070
|
+
format: uuid
|
|
60071
|
+
- name: OrderId
|
|
60072
|
+
in: query
|
|
60073
|
+
description: Gets or sets the queryable order id.
|
|
60074
|
+
schema:
|
|
60075
|
+
type: string
|
|
60076
|
+
format: uuid
|
|
60077
|
+
- name: ScheduledSessionId
|
|
60078
|
+
in: query
|
|
60079
|
+
description: Gets or sets the queryable scheduled session id.
|
|
60080
|
+
schema:
|
|
60081
|
+
type: string
|
|
60082
|
+
format: uuid
|
|
60083
|
+
- name: SlotId
|
|
60084
|
+
in: query
|
|
60085
|
+
description: Gets or sets the queryable slot id.
|
|
60086
|
+
schema:
|
|
60087
|
+
type: string
|
|
60088
|
+
format: uuid
|
|
60089
|
+
- name: CourseId
|
|
60090
|
+
in: query
|
|
60091
|
+
description: Gets or sets the queryable course id.
|
|
60092
|
+
schema:
|
|
60093
|
+
type: string
|
|
60094
|
+
format: uuid
|
|
60095
|
+
- name: Status
|
|
60096
|
+
in: query
|
|
60097
|
+
description: Gets or sets the queryable order item status id.
|
|
60098
|
+
schema:
|
|
60099
|
+
$ref: '#/components/schemas/OrderItemStatus'
|
|
60100
|
+
- name: Statuses
|
|
60101
|
+
in: query
|
|
60102
|
+
description: Gets or sets the queryable order statuses.
|
|
60103
|
+
schema:
|
|
60104
|
+
type: array
|
|
60105
|
+
items:
|
|
60106
|
+
$ref: '#/components/schemas/OrderItemStatus'
|
|
60107
|
+
- name: ParentOrderItemId
|
|
60108
|
+
in: query
|
|
60109
|
+
description: Gets or sets the queryable parent order item id id.
|
|
60110
|
+
schema:
|
|
60111
|
+
type: string
|
|
60112
|
+
format: uuid
|
|
60113
|
+
- name: OrderByOpportunityStartdate
|
|
60114
|
+
in: query
|
|
60115
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
60116
|
+
schema:
|
|
60117
|
+
type: boolean
|
|
60118
|
+
- name: EventTiming
|
|
60119
|
+
in: query
|
|
60120
|
+
description: Gets or sets the queryable event timing.
|
|
60121
|
+
schema:
|
|
60122
|
+
$ref: '#/components/schemas/EventTiming'
|
|
60123
|
+
- name: EndUserIdentityId
|
|
60124
|
+
in: query
|
|
60125
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
60126
|
+
schema:
|
|
60127
|
+
type: string
|
|
60128
|
+
format: uuid
|
|
60129
|
+
- name: PageNumber
|
|
60130
|
+
in: query
|
|
60131
|
+
description: Gets or sets the page number for paged queries.
|
|
60132
|
+
schema:
|
|
60133
|
+
type: integer
|
|
60134
|
+
format: int32
|
|
60135
|
+
- name: Take
|
|
60136
|
+
in: query
|
|
60137
|
+
description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
|
|
60138
|
+
schema:
|
|
60139
|
+
type: integer
|
|
60140
|
+
format: int32
|
|
60141
|
+
- name: Skip
|
|
60142
|
+
in: query
|
|
60143
|
+
description: 'Gets or sets how much items to skip from begining of db table, when this is set page is always 1.'
|
|
60144
|
+
schema:
|
|
60145
|
+
type: integer
|
|
60146
|
+
format: int32
|
|
60147
|
+
- name: LimitListRequests
|
|
60148
|
+
in: query
|
|
60149
|
+
description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
|
|
60150
|
+
schema:
|
|
60151
|
+
type: boolean
|
|
60152
|
+
- name: TenantId
|
|
60153
|
+
in: query
|
|
60154
|
+
description: Gets or sets the Tenant Id.
|
|
60155
|
+
schema:
|
|
60156
|
+
type: string
|
|
60157
|
+
format: uuid
|
|
60158
|
+
- name: ModifiedById
|
|
60159
|
+
in: query
|
|
60160
|
+
description: Gets or sets the Modifed By Id.
|
|
60161
|
+
schema:
|
|
60162
|
+
type: string
|
|
60163
|
+
format: uuid
|
|
60164
|
+
- name: ModifiedByIds
|
|
60165
|
+
in: query
|
|
60166
|
+
description: Gets or sets the Modifed By Ids.
|
|
60167
|
+
schema:
|
|
60168
|
+
type: array
|
|
60169
|
+
items:
|
|
60170
|
+
type: string
|
|
60171
|
+
format: uuid
|
|
60172
|
+
- name: DateCreatedGTE
|
|
60173
|
+
in: query
|
|
60174
|
+
description: Gets or sets the Date Created greater than equal to.
|
|
60175
|
+
schema:
|
|
60176
|
+
type: string
|
|
60177
|
+
format: date-time
|
|
60178
|
+
- name: DateCreatedLTE
|
|
60179
|
+
in: query
|
|
60180
|
+
description: Gets or sets the Date Created less than equal to.
|
|
60181
|
+
schema:
|
|
60182
|
+
type: string
|
|
60183
|
+
format: date-time
|
|
60184
|
+
- name: IsLive
|
|
60185
|
+
in: query
|
|
60186
|
+
description: Gets or sets the queryable only is live status.
|
|
60187
|
+
schema:
|
|
60188
|
+
type: boolean
|
|
60189
|
+
- name: SortOrderDirection
|
|
60190
|
+
in: query
|
|
60191
|
+
description: Gets or sets the sort order direction.
|
|
60192
|
+
schema:
|
|
60193
|
+
$ref: '#/components/schemas/SearchSortOrderDirection'
|
|
60194
|
+
responses:
|
|
60195
|
+
'200':
|
|
60196
|
+
description: OK
|
|
60197
|
+
content:
|
|
60198
|
+
text/plain:
|
|
60199
|
+
schema:
|
|
60200
|
+
$ref: '#/components/schemas/OrderItemPage'
|
|
60201
|
+
application/json:
|
|
60202
|
+
schema:
|
|
60203
|
+
$ref: '#/components/schemas/OrderItemPage'
|
|
60204
|
+
text/json:
|
|
60205
|
+
schema:
|
|
60206
|
+
$ref: '#/components/schemas/OrderItemPage'
|
|
60207
|
+
'400':
|
|
60208
|
+
description: Bad Request
|
|
60209
|
+
content:
|
|
60210
|
+
text/plain:
|
|
60211
|
+
schema:
|
|
60212
|
+
$ref: '#/components/schemas/ReachError'
|
|
60213
|
+
application/json:
|
|
60214
|
+
schema:
|
|
60215
|
+
$ref: '#/components/schemas/ReachError'
|
|
60216
|
+
text/json:
|
|
60217
|
+
schema:
|
|
60218
|
+
$ref: '#/components/schemas/ReachError'
|
|
60219
|
+
'500':
|
|
60220
|
+
description: Internal Server Error
|
|
60221
|
+
content:
|
|
60222
|
+
text/plain:
|
|
60223
|
+
schema:
|
|
60224
|
+
$ref: '#/components/schemas/ReachError'
|
|
60225
|
+
application/json:
|
|
60226
|
+
schema:
|
|
60227
|
+
$ref: '#/components/schemas/ReachError'
|
|
60228
|
+
text/json:
|
|
60229
|
+
schema:
|
|
60230
|
+
$ref: '#/components/schemas/ReachError'
|
|
60231
|
+
'422':
|
|
60232
|
+
description: Unprocessable Content
|
|
60233
|
+
content:
|
|
60234
|
+
text/plain:
|
|
60235
|
+
schema:
|
|
60236
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
60237
|
+
application/json:
|
|
60238
|
+
schema:
|
|
60239
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
60240
|
+
text/json:
|
|
60241
|
+
schema:
|
|
60242
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
60243
|
+
delete:
|
|
60244
|
+
tags:
|
|
60245
|
+
- PublicOrderItems
|
|
60246
|
+
summary: Deletes the resource.
|
|
60247
|
+
operationId: DeleteByObject
|
|
60248
|
+
parameters:
|
|
60249
|
+
- name: x_tenant_subdomain
|
|
60250
|
+
in: header
|
|
60251
|
+
description: The tenants subdomain.
|
|
60252
|
+
schema:
|
|
60253
|
+
type: string
|
|
60254
|
+
requestBody:
|
|
60255
|
+
description: The <typeparamref name="TObject" /> model.
|
|
60256
|
+
content:
|
|
60257
|
+
application/json:
|
|
60258
|
+
schema:
|
|
60259
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60260
|
+
text/json:
|
|
60261
|
+
schema:
|
|
60262
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60263
|
+
application/*+json:
|
|
60264
|
+
schema:
|
|
60265
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60266
|
+
responses:
|
|
60267
|
+
'200':
|
|
60268
|
+
description: OK
|
|
60269
|
+
'400':
|
|
60270
|
+
description: Bad Request
|
|
60271
|
+
content:
|
|
60272
|
+
text/plain:
|
|
60273
|
+
schema:
|
|
60274
|
+
$ref: '#/components/schemas/ReachError'
|
|
60275
|
+
application/json:
|
|
60276
|
+
schema:
|
|
60277
|
+
$ref: '#/components/schemas/ReachError'
|
|
60278
|
+
text/json:
|
|
60279
|
+
schema:
|
|
60280
|
+
$ref: '#/components/schemas/ReachError'
|
|
60281
|
+
'500':
|
|
60282
|
+
description: Internal Server Error
|
|
60283
|
+
content:
|
|
60284
|
+
text/plain:
|
|
60285
|
+
schema:
|
|
60286
|
+
$ref: '#/components/schemas/ReachError'
|
|
60287
|
+
application/json:
|
|
60288
|
+
schema:
|
|
60289
|
+
$ref: '#/components/schemas/ReachError'
|
|
60290
|
+
text/json:
|
|
60291
|
+
schema:
|
|
60292
|
+
$ref: '#/components/schemas/ReachError'
|
|
60293
|
+
'422':
|
|
60294
|
+
description: Unprocessable Content
|
|
60295
|
+
content:
|
|
60296
|
+
text/plain:
|
|
60297
|
+
schema:
|
|
60298
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
60299
|
+
application/json:
|
|
60300
|
+
schema:
|
|
60301
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
60302
|
+
text/json:
|
|
60303
|
+
schema:
|
|
60304
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
59749
60305
|
'/api/public/order-items/{orderItemId}/reschedule-to/{scheduledSessionId}':
|
|
59750
60306
|
get:
|
|
59751
60307
|
tags:
|
|
@@ -60051,30 +60607,25 @@ paths:
|
|
|
60051
60607
|
text/json:
|
|
60052
60608
|
schema:
|
|
60053
60609
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60054
|
-
/api/public/order-items:
|
|
60610
|
+
'/api/public/order-items/{id}':
|
|
60055
60611
|
delete:
|
|
60056
60612
|
tags:
|
|
60057
60613
|
- PublicOrderItems
|
|
60058
60614
|
summary: Deletes the resource.
|
|
60059
|
-
operationId:
|
|
60615
|
+
operationId: DeleteById
|
|
60060
60616
|
parameters:
|
|
60061
60617
|
- name: x_tenant_subdomain
|
|
60062
60618
|
in: header
|
|
60063
60619
|
description: The tenants subdomain.
|
|
60064
60620
|
schema:
|
|
60065
60621
|
type: string
|
|
60066
|
-
|
|
60067
|
-
|
|
60068
|
-
|
|
60069
|
-
|
|
60070
|
-
|
|
60071
|
-
|
|
60072
|
-
|
|
60073
|
-
schema:
|
|
60074
|
-
$ref: '#/components/schemas/OrderItem'
|
|
60075
|
-
application/*+json:
|
|
60076
|
-
schema:
|
|
60077
|
-
$ref: '#/components/schemas/OrderItem'
|
|
60622
|
+
- name: id
|
|
60623
|
+
in: path
|
|
60624
|
+
description: The <typeparamref name="TObject" /> id.
|
|
60625
|
+
required: true
|
|
60626
|
+
schema:
|
|
60627
|
+
type: string
|
|
60628
|
+
format: uuid
|
|
60078
60629
|
responses:
|
|
60079
60630
|
'200':
|
|
60080
60631
|
description: OK
|
|
@@ -60117,8 +60668,75 @@ paths:
|
|
|
60117
60668
|
get:
|
|
60118
60669
|
tags:
|
|
60119
60670
|
- PublicOrderItems
|
|
60120
|
-
summary: Gets
|
|
60121
|
-
operationId:
|
|
60671
|
+
summary: Gets the resource by its Id.
|
|
60672
|
+
operationId: GetObject
|
|
60673
|
+
parameters:
|
|
60674
|
+
- name: x_tenant_subdomain
|
|
60675
|
+
in: header
|
|
60676
|
+
description: The tenants subdomain.
|
|
60677
|
+
schema:
|
|
60678
|
+
type: string
|
|
60679
|
+
- name: id
|
|
60680
|
+
in: path
|
|
60681
|
+
description: The <typeparamref name="TObject" /> id.
|
|
60682
|
+
required: true
|
|
60683
|
+
schema:
|
|
60684
|
+
type: string
|
|
60685
|
+
responses:
|
|
60686
|
+
'200':
|
|
60687
|
+
description: OK
|
|
60688
|
+
content:
|
|
60689
|
+
text/plain:
|
|
60690
|
+
schema:
|
|
60691
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60692
|
+
application/json:
|
|
60693
|
+
schema:
|
|
60694
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60695
|
+
text/json:
|
|
60696
|
+
schema:
|
|
60697
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60698
|
+
'400':
|
|
60699
|
+
description: Bad Request
|
|
60700
|
+
content:
|
|
60701
|
+
text/plain:
|
|
60702
|
+
schema:
|
|
60703
|
+
$ref: '#/components/schemas/ReachError'
|
|
60704
|
+
application/json:
|
|
60705
|
+
schema:
|
|
60706
|
+
$ref: '#/components/schemas/ReachError'
|
|
60707
|
+
text/json:
|
|
60708
|
+
schema:
|
|
60709
|
+
$ref: '#/components/schemas/ReachError'
|
|
60710
|
+
'500':
|
|
60711
|
+
description: Internal Server Error
|
|
60712
|
+
content:
|
|
60713
|
+
text/plain:
|
|
60714
|
+
schema:
|
|
60715
|
+
$ref: '#/components/schemas/ReachError'
|
|
60716
|
+
application/json:
|
|
60717
|
+
schema:
|
|
60718
|
+
$ref: '#/components/schemas/ReachError'
|
|
60719
|
+
text/json:
|
|
60720
|
+
schema:
|
|
60721
|
+
$ref: '#/components/schemas/ReachError'
|
|
60722
|
+
'422':
|
|
60723
|
+
description: Unprocessable Content
|
|
60724
|
+
content:
|
|
60725
|
+
text/plain:
|
|
60726
|
+
schema:
|
|
60727
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
60728
|
+
application/json:
|
|
60729
|
+
schema:
|
|
60730
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
60731
|
+
text/json:
|
|
60732
|
+
schema:
|
|
60733
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
60734
|
+
/api/public/order-items/exists:
|
|
60735
|
+
get:
|
|
60736
|
+
tags:
|
|
60737
|
+
- PublicOrderItems
|
|
60738
|
+
summary: Returns a value indicating whether the resource exists in the database given the provided search params.
|
|
60739
|
+
operationId: Exists
|
|
60122
60740
|
parameters:
|
|
60123
60741
|
- name: x_tenant_subdomain
|
|
60124
60742
|
in: header
|
|
@@ -60175,6 +60793,22 @@ paths:
|
|
|
60175
60793
|
schema:
|
|
60176
60794
|
type: string
|
|
60177
60795
|
format: uuid
|
|
60796
|
+
- name: OrderByOpportunityStartdate
|
|
60797
|
+
in: query
|
|
60798
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
60799
|
+
schema:
|
|
60800
|
+
type: boolean
|
|
60801
|
+
- name: EventTiming
|
|
60802
|
+
in: query
|
|
60803
|
+
description: Gets or sets the queryable event timing.
|
|
60804
|
+
schema:
|
|
60805
|
+
$ref: '#/components/schemas/EventTiming'
|
|
60806
|
+
- name: EndUserIdentityId
|
|
60807
|
+
in: query
|
|
60808
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
60809
|
+
schema:
|
|
60810
|
+
type: string
|
|
60811
|
+
format: uuid
|
|
60178
60812
|
- name: PageNumber
|
|
60179
60813
|
in: query
|
|
60180
60814
|
description: Gets or sets the page number for paged queries.
|
|
@@ -60246,13 +60880,13 @@ paths:
|
|
|
60246
60880
|
content:
|
|
60247
60881
|
text/plain:
|
|
60248
60882
|
schema:
|
|
60249
|
-
|
|
60883
|
+
type: boolean
|
|
60250
60884
|
application/json:
|
|
60251
60885
|
schema:
|
|
60252
|
-
|
|
60886
|
+
type: boolean
|
|
60253
60887
|
text/json:
|
|
60254
60888
|
schema:
|
|
60255
|
-
|
|
60889
|
+
type: boolean
|
|
60256
60890
|
'400':
|
|
60257
60891
|
description: Bad Request
|
|
60258
60892
|
content:
|
|
@@ -60289,28 +60923,34 @@ paths:
|
|
|
60289
60923
|
text/json:
|
|
60290
60924
|
schema:
|
|
60291
60925
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60292
|
-
'/api/public/
|
|
60293
|
-
|
|
60926
|
+
'/api/public/orders/{id}':
|
|
60927
|
+
get:
|
|
60294
60928
|
tags:
|
|
60295
|
-
-
|
|
60296
|
-
|
|
60297
|
-
operationId: DeleteById
|
|
60929
|
+
- PublicOrders
|
|
60930
|
+
operationId: GetObject
|
|
60298
60931
|
parameters:
|
|
60299
60932
|
- name: x_tenant_subdomain
|
|
60300
60933
|
in: header
|
|
60301
|
-
description: The tenants subdomain.
|
|
60302
60934
|
schema:
|
|
60303
60935
|
type: string
|
|
60304
60936
|
- name: id
|
|
60305
60937
|
in: path
|
|
60306
|
-
description: The <typeparamref name="TObject" /> id.
|
|
60307
60938
|
required: true
|
|
60308
60939
|
schema:
|
|
60309
60940
|
type: string
|
|
60310
|
-
format: uuid
|
|
60311
60941
|
responses:
|
|
60312
60942
|
'200':
|
|
60313
60943
|
description: OK
|
|
60944
|
+
content:
|
|
60945
|
+
text/plain:
|
|
60946
|
+
schema:
|
|
60947
|
+
$ref: '#/components/schemas/Order'
|
|
60948
|
+
application/json:
|
|
60949
|
+
schema:
|
|
60950
|
+
$ref: '#/components/schemas/Order'
|
|
60951
|
+
text/json:
|
|
60952
|
+
schema:
|
|
60953
|
+
$ref: '#/components/schemas/Order'
|
|
60314
60954
|
'400':
|
|
60315
60955
|
description: Bad Request
|
|
60316
60956
|
content:
|
|
@@ -60347,11 +60987,11 @@ paths:
|
|
|
60347
60987
|
text/json:
|
|
60348
60988
|
schema:
|
|
60349
60989
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60350
|
-
|
|
60990
|
+
delete:
|
|
60351
60991
|
tags:
|
|
60352
|
-
-
|
|
60353
|
-
summary:
|
|
60354
|
-
operationId:
|
|
60992
|
+
- PublicOrders
|
|
60993
|
+
summary: Deletes the resource.
|
|
60994
|
+
operationId: DeleteById
|
|
60355
60995
|
parameters:
|
|
60356
60996
|
- name: x_tenant_subdomain
|
|
60357
60997
|
in: header
|
|
@@ -60364,19 +61004,10 @@ paths:
|
|
|
60364
61004
|
required: true
|
|
60365
61005
|
schema:
|
|
60366
61006
|
type: string
|
|
61007
|
+
format: uuid
|
|
60367
61008
|
responses:
|
|
60368
61009
|
'200':
|
|
60369
61010
|
description: OK
|
|
60370
|
-
content:
|
|
60371
|
-
text/plain:
|
|
60372
|
-
schema:
|
|
60373
|
-
$ref: '#/components/schemas/OrderItem'
|
|
60374
|
-
application/json:
|
|
60375
|
-
schema:
|
|
60376
|
-
$ref: '#/components/schemas/OrderItem'
|
|
60377
|
-
text/json:
|
|
60378
|
-
schema:
|
|
60379
|
-
$ref: '#/components/schemas/OrderItem'
|
|
60380
61011
|
'400':
|
|
60381
61012
|
description: Bad Request
|
|
60382
61013
|
content:
|
|
@@ -60413,65 +61044,118 @@ paths:
|
|
|
60413
61044
|
text/json:
|
|
60414
61045
|
schema:
|
|
60415
61046
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60416
|
-
/api/public/
|
|
61047
|
+
/api/public/orders:
|
|
60417
61048
|
get:
|
|
60418
61049
|
tags:
|
|
60419
|
-
-
|
|
60420
|
-
|
|
60421
|
-
operationId: Exists
|
|
61050
|
+
- PublicOrders
|
|
61051
|
+
operationId: GetPage
|
|
60422
61052
|
parameters:
|
|
60423
61053
|
- name: x_tenant_subdomain
|
|
60424
61054
|
in: header
|
|
60425
|
-
description: The tenants subdomain.
|
|
60426
61055
|
schema:
|
|
60427
61056
|
type: string
|
|
60428
|
-
- name:
|
|
61057
|
+
- name: Wildcard
|
|
60429
61058
|
in: query
|
|
60430
|
-
description: Gets or sets the
|
|
61059
|
+
description: Gets or sets the wildcard for use in a query search.
|
|
61060
|
+
schema:
|
|
61061
|
+
type: string
|
|
61062
|
+
- name: AccessCode
|
|
61063
|
+
in: query
|
|
61064
|
+
description: Gets or sets the access code for use in a query search.
|
|
61065
|
+
schema:
|
|
61066
|
+
type: string
|
|
61067
|
+
- name: CustomerName
|
|
61068
|
+
in: query
|
|
61069
|
+
description: Gets or sets the customer name for use in a query search.
|
|
61070
|
+
schema:
|
|
61071
|
+
type: string
|
|
61072
|
+
- name: Email
|
|
61073
|
+
in: query
|
|
61074
|
+
description: Gets or sets the email for use in a query search.
|
|
61075
|
+
schema:
|
|
61076
|
+
type: string
|
|
61077
|
+
- name: ProviderId
|
|
61078
|
+
in: query
|
|
61079
|
+
description: Gets or sets the provider Id for use in a query search.
|
|
61080
|
+
schema:
|
|
61081
|
+
type: string
|
|
61082
|
+
format: uuid
|
|
61083
|
+
- name: VenueId
|
|
61084
|
+
in: query
|
|
61085
|
+
description: Gets or sets the venue Id for use in a query search.
|
|
61086
|
+
schema:
|
|
61087
|
+
type: string
|
|
61088
|
+
format: uuid
|
|
61089
|
+
- name: ProgrammeId
|
|
61090
|
+
in: query
|
|
61091
|
+
description: Gets or sets the programme Id for use in a query search.
|
|
61092
|
+
schema:
|
|
61093
|
+
type: string
|
|
61094
|
+
format: uuid
|
|
61095
|
+
- name: CustomerId
|
|
61096
|
+
in: query
|
|
61097
|
+
description: Gets or sets the customer Id for use in a query search.
|
|
61098
|
+
schema:
|
|
61099
|
+
type: string
|
|
61100
|
+
format: uuid
|
|
61101
|
+
- name: OrderIds
|
|
61102
|
+
in: query
|
|
61103
|
+
description: Gets or sets the queryable order ids.
|
|
60431
61104
|
schema:
|
|
60432
61105
|
type: array
|
|
60433
61106
|
items:
|
|
60434
61107
|
type: string
|
|
60435
61108
|
format: uuid
|
|
60436
|
-
- name:
|
|
61109
|
+
- name: SessionId
|
|
60437
61110
|
in: query
|
|
60438
|
-
description: Gets or sets the
|
|
61111
|
+
description: Gets or sets the session Id for use in a query search.
|
|
60439
61112
|
schema:
|
|
60440
61113
|
type: string
|
|
60441
61114
|
format: uuid
|
|
60442
|
-
- name:
|
|
61115
|
+
- name: FacilityId
|
|
60443
61116
|
in: query
|
|
60444
|
-
description: Gets or sets the
|
|
61117
|
+
description: Gets or sets the facility Id for use in a query search.
|
|
60445
61118
|
schema:
|
|
60446
61119
|
type: string
|
|
60447
61120
|
format: uuid
|
|
60448
|
-
- name:
|
|
61121
|
+
- name: CourseId
|
|
60449
61122
|
in: query
|
|
60450
|
-
description: Gets or sets the
|
|
61123
|
+
description: Gets or sets the course Id for use in a query search.
|
|
60451
61124
|
schema:
|
|
60452
61125
|
type: string
|
|
60453
61126
|
format: uuid
|
|
60454
|
-
- name:
|
|
61127
|
+
- name: OrderStage
|
|
60455
61128
|
in: query
|
|
60456
|
-
description: Gets or sets the queryable
|
|
61129
|
+
description: Gets or sets the queryable order stage. This cannot be used in conjunction with IsBookedOrPendingPayment.
|
|
60457
61130
|
schema:
|
|
60458
|
-
|
|
60459
|
-
|
|
60460
|
-
- name: Status
|
|
61131
|
+
$ref: '#/components/schemas/OrderStage'
|
|
61132
|
+
- name: IsBookedOrPendingPayment
|
|
60461
61133
|
in: query
|
|
60462
|
-
description: Gets or sets
|
|
61134
|
+
description: Gets or sets a value indicating whether to return orders that are either booked or pending payment. This cannot be used in conjunction with OrderStage.
|
|
60463
61135
|
schema:
|
|
60464
|
-
|
|
60465
|
-
- name:
|
|
61136
|
+
type: boolean
|
|
61137
|
+
- name: OrderStages
|
|
60466
61138
|
in: query
|
|
60467
|
-
description: Gets or sets the queryable order
|
|
61139
|
+
description: Gets or sets the queryable order stages.
|
|
60468
61140
|
schema:
|
|
60469
61141
|
type: array
|
|
60470
61142
|
items:
|
|
60471
|
-
$ref: '#/components/schemas/
|
|
60472
|
-
- name:
|
|
61143
|
+
$ref: '#/components/schemas/OrderStage'
|
|
61144
|
+
- name: OrderDateGTE
|
|
60473
61145
|
in: query
|
|
60474
|
-
description: Gets or sets the queryable
|
|
61146
|
+
description: Gets or sets the queryable order date creted is greater than or equal to.
|
|
61147
|
+
schema:
|
|
61148
|
+
type: string
|
|
61149
|
+
format: date-time
|
|
61150
|
+
- name: OrderDateLTE
|
|
61151
|
+
in: query
|
|
61152
|
+
description: Gets or sets the queryable order date created is less than or equal to.
|
|
61153
|
+
schema:
|
|
61154
|
+
type: string
|
|
61155
|
+
format: date-time
|
|
61156
|
+
- name: EndUserIdentityId
|
|
61157
|
+
in: query
|
|
61158
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
60475
61159
|
schema:
|
|
60476
61160
|
type: string
|
|
60477
61161
|
format: uuid
|
|
@@ -60546,77 +61230,13 @@ paths:
|
|
|
60546
61230
|
content:
|
|
60547
61231
|
text/plain:
|
|
60548
61232
|
schema:
|
|
60549
|
-
|
|
60550
|
-
application/json:
|
|
60551
|
-
schema:
|
|
60552
|
-
type: boolean
|
|
60553
|
-
text/json:
|
|
60554
|
-
schema:
|
|
60555
|
-
type: boolean
|
|
60556
|
-
'400':
|
|
60557
|
-
description: Bad Request
|
|
60558
|
-
content:
|
|
60559
|
-
text/plain:
|
|
60560
|
-
schema:
|
|
60561
|
-
$ref: '#/components/schemas/ReachError'
|
|
60562
|
-
application/json:
|
|
60563
|
-
schema:
|
|
60564
|
-
$ref: '#/components/schemas/ReachError'
|
|
60565
|
-
text/json:
|
|
60566
|
-
schema:
|
|
60567
|
-
$ref: '#/components/schemas/ReachError'
|
|
60568
|
-
'500':
|
|
60569
|
-
description: Internal Server Error
|
|
60570
|
-
content:
|
|
60571
|
-
text/plain:
|
|
60572
|
-
schema:
|
|
60573
|
-
$ref: '#/components/schemas/ReachError'
|
|
60574
|
-
application/json:
|
|
60575
|
-
schema:
|
|
60576
|
-
$ref: '#/components/schemas/ReachError'
|
|
60577
|
-
text/json:
|
|
60578
|
-
schema:
|
|
60579
|
-
$ref: '#/components/schemas/ReachError'
|
|
60580
|
-
'422':
|
|
60581
|
-
description: Unprocessable Content
|
|
60582
|
-
content:
|
|
60583
|
-
text/plain:
|
|
60584
|
-
schema:
|
|
60585
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
60586
|
-
application/json:
|
|
60587
|
-
schema:
|
|
60588
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
60589
|
-
text/json:
|
|
60590
|
-
schema:
|
|
60591
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
60592
|
-
'/api/public/orders/{id}':
|
|
60593
|
-
get:
|
|
60594
|
-
tags:
|
|
60595
|
-
- PublicOrders
|
|
60596
|
-
operationId: GetObject
|
|
60597
|
-
parameters:
|
|
60598
|
-
- name: x_tenant_subdomain
|
|
60599
|
-
in: header
|
|
60600
|
-
schema:
|
|
60601
|
-
type: string
|
|
60602
|
-
- name: id
|
|
60603
|
-
in: path
|
|
60604
|
-
required: true
|
|
60605
|
-
schema:
|
|
60606
|
-
type: string
|
|
60607
|
-
responses:
|
|
60608
|
-
'200':
|
|
60609
|
-
description: OK
|
|
60610
|
-
content:
|
|
60611
|
-
text/plain:
|
|
60612
|
-
schema:
|
|
60613
|
-
$ref: '#/components/schemas/Order'
|
|
61233
|
+
$ref: '#/components/schemas/OrderPage'
|
|
60614
61234
|
application/json:
|
|
60615
61235
|
schema:
|
|
60616
|
-
$ref: '#/components/schemas/
|
|
61236
|
+
$ref: '#/components/schemas/OrderPage'
|
|
60617
61237
|
text/json:
|
|
60618
61238
|
schema:
|
|
60619
|
-
$ref: '#/components/schemas/
|
|
61239
|
+
$ref: '#/components/schemas/OrderPage'
|
|
60620
61240
|
'400':
|
|
60621
61241
|
description: Bad Request
|
|
60622
61242
|
content:
|
|
@@ -60657,20 +61277,25 @@ paths:
|
|
|
60657
61277
|
tags:
|
|
60658
61278
|
- PublicOrders
|
|
60659
61279
|
summary: Deletes the resource.
|
|
60660
|
-
operationId:
|
|
61280
|
+
operationId: DeleteByObject
|
|
60661
61281
|
parameters:
|
|
60662
61282
|
- name: x_tenant_subdomain
|
|
60663
61283
|
in: header
|
|
60664
61284
|
description: The tenants subdomain.
|
|
60665
61285
|
schema:
|
|
60666
61286
|
type: string
|
|
60667
|
-
|
|
60668
|
-
|
|
60669
|
-
|
|
60670
|
-
|
|
60671
|
-
|
|
60672
|
-
|
|
60673
|
-
|
|
61287
|
+
requestBody:
|
|
61288
|
+
description: The <typeparamref name="TObject" /> model.
|
|
61289
|
+
content:
|
|
61290
|
+
application/json:
|
|
61291
|
+
schema:
|
|
61292
|
+
$ref: '#/components/schemas/Order'
|
|
61293
|
+
text/json:
|
|
61294
|
+
schema:
|
|
61295
|
+
$ref: '#/components/schemas/Order'
|
|
61296
|
+
application/*+json:
|
|
61297
|
+
schema:
|
|
61298
|
+
$ref: '#/components/schemas/Order'
|
|
60674
61299
|
responses:
|
|
60675
61300
|
'200':
|
|
60676
61301
|
description: OK
|
|
@@ -61174,342 +61799,55 @@ paths:
|
|
|
61174
61799
|
text/json:
|
|
61175
61800
|
schema:
|
|
61176
61801
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
61177
|
-
/api/public/orders/v2-temporary-route/list:
|
|
61178
|
-
post:
|
|
61179
|
-
tags:
|
|
61180
|
-
- PublicOrders
|
|
61181
|
-
summary: Inserts a list of resources.
|
|
61182
|
-
operationId: PostList
|
|
61183
|
-
parameters:
|
|
61184
|
-
- name: x_tenant_subdomain
|
|
61185
|
-
in: header
|
|
61186
|
-
description: The tenants subdomain.
|
|
61187
|
-
schema:
|
|
61188
|
-
type: string
|
|
61189
|
-
requestBody:
|
|
61190
|
-
description: The list of <typeparamref name="TObject" />.
|
|
61191
|
-
content:
|
|
61192
|
-
application/json:
|
|
61193
|
-
schema:
|
|
61194
|
-
type: array
|
|
61195
|
-
items:
|
|
61196
|
-
$ref: '#/components/schemas/OrderPost'
|
|
61197
|
-
text/json:
|
|
61198
|
-
schema:
|
|
61199
|
-
type: array
|
|
61200
|
-
items:
|
|
61201
|
-
$ref: '#/components/schemas/OrderPost'
|
|
61202
|
-
application/*+json:
|
|
61203
|
-
schema:
|
|
61204
|
-
type: array
|
|
61205
|
-
items:
|
|
61206
|
-
$ref: '#/components/schemas/OrderPost'
|
|
61207
|
-
responses:
|
|
61208
|
-
'200':
|
|
61209
|
-
description: OK
|
|
61210
|
-
content:
|
|
61211
|
-
text/plain:
|
|
61212
|
-
schema:
|
|
61213
|
-
type: array
|
|
61214
|
-
items:
|
|
61215
|
-
$ref: '#/components/schemas/Order'
|
|
61216
|
-
application/json:
|
|
61217
|
-
schema:
|
|
61218
|
-
type: array
|
|
61219
|
-
items:
|
|
61220
|
-
$ref: '#/components/schemas/Order'
|
|
61221
|
-
text/json:
|
|
61222
|
-
schema:
|
|
61223
|
-
type: array
|
|
61224
|
-
items:
|
|
61225
|
-
$ref: '#/components/schemas/Order'
|
|
61226
|
-
'400':
|
|
61227
|
-
description: Bad Request
|
|
61228
|
-
content:
|
|
61229
|
-
text/plain:
|
|
61230
|
-
schema:
|
|
61231
|
-
$ref: '#/components/schemas/ReachError'
|
|
61232
|
-
application/json:
|
|
61233
|
-
schema:
|
|
61234
|
-
$ref: '#/components/schemas/ReachError'
|
|
61235
|
-
text/json:
|
|
61236
|
-
schema:
|
|
61237
|
-
$ref: '#/components/schemas/ReachError'
|
|
61238
|
-
'500':
|
|
61239
|
-
description: Internal Server Error
|
|
61240
|
-
content:
|
|
61241
|
-
text/plain:
|
|
61242
|
-
schema:
|
|
61243
|
-
$ref: '#/components/schemas/ReachError'
|
|
61244
|
-
application/json:
|
|
61245
|
-
schema:
|
|
61246
|
-
$ref: '#/components/schemas/ReachError'
|
|
61247
|
-
text/json:
|
|
61248
|
-
schema:
|
|
61249
|
-
$ref: '#/components/schemas/ReachError'
|
|
61250
|
-
'422':
|
|
61251
|
-
description: Unprocessable Content
|
|
61252
|
-
content:
|
|
61253
|
-
text/plain:
|
|
61254
|
-
schema:
|
|
61255
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
61256
|
-
application/json:
|
|
61257
|
-
schema:
|
|
61258
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
61259
|
-
text/json:
|
|
61260
|
-
schema:
|
|
61261
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
61262
|
-
/api/public/orders:
|
|
61263
|
-
delete:
|
|
61264
|
-
tags:
|
|
61265
|
-
- PublicOrders
|
|
61266
|
-
summary: Deletes the resource.
|
|
61267
|
-
operationId: DeleteByObject
|
|
61268
|
-
parameters:
|
|
61269
|
-
- name: x_tenant_subdomain
|
|
61270
|
-
in: header
|
|
61271
|
-
description: The tenants subdomain.
|
|
61272
|
-
schema:
|
|
61273
|
-
type: string
|
|
61274
|
-
requestBody:
|
|
61275
|
-
description: The <typeparamref name="TObject" /> model.
|
|
61276
|
-
content:
|
|
61277
|
-
application/json:
|
|
61278
|
-
schema:
|
|
61279
|
-
$ref: '#/components/schemas/Order'
|
|
61280
|
-
text/json:
|
|
61281
|
-
schema:
|
|
61282
|
-
$ref: '#/components/schemas/Order'
|
|
61283
|
-
application/*+json:
|
|
61284
|
-
schema:
|
|
61285
|
-
$ref: '#/components/schemas/Order'
|
|
61286
|
-
responses:
|
|
61287
|
-
'200':
|
|
61288
|
-
description: OK
|
|
61289
|
-
'400':
|
|
61290
|
-
description: Bad Request
|
|
61291
|
-
content:
|
|
61292
|
-
text/plain:
|
|
61293
|
-
schema:
|
|
61294
|
-
$ref: '#/components/schemas/ReachError'
|
|
61295
|
-
application/json:
|
|
61296
|
-
schema:
|
|
61297
|
-
$ref: '#/components/schemas/ReachError'
|
|
61298
|
-
text/json:
|
|
61299
|
-
schema:
|
|
61300
|
-
$ref: '#/components/schemas/ReachError'
|
|
61301
|
-
'500':
|
|
61302
|
-
description: Internal Server Error
|
|
61303
|
-
content:
|
|
61304
|
-
text/plain:
|
|
61305
|
-
schema:
|
|
61306
|
-
$ref: '#/components/schemas/ReachError'
|
|
61307
|
-
application/json:
|
|
61308
|
-
schema:
|
|
61309
|
-
$ref: '#/components/schemas/ReachError'
|
|
61310
|
-
text/json:
|
|
61311
|
-
schema:
|
|
61312
|
-
$ref: '#/components/schemas/ReachError'
|
|
61313
|
-
'422':
|
|
61314
|
-
description: Unprocessable Content
|
|
61315
|
-
content:
|
|
61316
|
-
text/plain:
|
|
61317
|
-
schema:
|
|
61318
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
61319
|
-
application/json:
|
|
61320
|
-
schema:
|
|
61321
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
61322
|
-
text/json:
|
|
61323
|
-
schema:
|
|
61324
|
-
$ref: '#/components/schemas/ValidationResultModel'
|
|
61325
|
-
get:
|
|
61802
|
+
/api/public/orders/v2-temporary-route/list:
|
|
61803
|
+
post:
|
|
61326
61804
|
tags:
|
|
61327
61805
|
- PublicOrders
|
|
61328
|
-
summary:
|
|
61329
|
-
operationId:
|
|
61806
|
+
summary: Inserts a list of resources.
|
|
61807
|
+
operationId: PostList
|
|
61330
61808
|
parameters:
|
|
61331
61809
|
- name: x_tenant_subdomain
|
|
61332
61810
|
in: header
|
|
61333
61811
|
description: The tenants subdomain.
|
|
61334
61812
|
schema:
|
|
61335
61813
|
type: string
|
|
61336
|
-
|
|
61337
|
-
|
|
61338
|
-
|
|
61339
|
-
|
|
61340
|
-
|
|
61341
|
-
|
|
61342
|
-
|
|
61343
|
-
|
|
61344
|
-
|
|
61345
|
-
|
|
61346
|
-
|
|
61347
|
-
|
|
61348
|
-
|
|
61349
|
-
|
|
61350
|
-
|
|
61351
|
-
|
|
61352
|
-
|
|
61353
|
-
|
|
61354
|
-
schema:
|
|
61355
|
-
type: string
|
|
61356
|
-
- name: ProviderId
|
|
61357
|
-
in: query
|
|
61358
|
-
description: Gets or sets the provider Id for use in a query search.
|
|
61359
|
-
schema:
|
|
61360
|
-
type: string
|
|
61361
|
-
format: uuid
|
|
61362
|
-
- name: VenueId
|
|
61363
|
-
in: query
|
|
61364
|
-
description: Gets or sets the venue Id for use in a query search.
|
|
61365
|
-
schema:
|
|
61366
|
-
type: string
|
|
61367
|
-
format: uuid
|
|
61368
|
-
- name: ProgrammeId
|
|
61369
|
-
in: query
|
|
61370
|
-
description: Gets or sets the programme Id for use in a query search.
|
|
61371
|
-
schema:
|
|
61372
|
-
type: string
|
|
61373
|
-
format: uuid
|
|
61374
|
-
- name: CustomerId
|
|
61375
|
-
in: query
|
|
61376
|
-
description: Gets or sets the customer Id for use in a query search.
|
|
61377
|
-
schema:
|
|
61378
|
-
type: string
|
|
61379
|
-
format: uuid
|
|
61380
|
-
- name: OrderIds
|
|
61381
|
-
in: query
|
|
61382
|
-
description: Gets or sets the queryable order ids.
|
|
61383
|
-
schema:
|
|
61384
|
-
type: array
|
|
61385
|
-
items:
|
|
61386
|
-
type: string
|
|
61387
|
-
format: uuid
|
|
61388
|
-
- name: SessionId
|
|
61389
|
-
in: query
|
|
61390
|
-
description: Gets or sets the session Id for use in a query search.
|
|
61391
|
-
schema:
|
|
61392
|
-
type: string
|
|
61393
|
-
format: uuid
|
|
61394
|
-
- name: FacilityId
|
|
61395
|
-
in: query
|
|
61396
|
-
description: Gets or sets the facility Id for use in a query search.
|
|
61397
|
-
schema:
|
|
61398
|
-
type: string
|
|
61399
|
-
format: uuid
|
|
61400
|
-
- name: CourseId
|
|
61401
|
-
in: query
|
|
61402
|
-
description: Gets or sets the course Id for use in a query search.
|
|
61403
|
-
schema:
|
|
61404
|
-
type: string
|
|
61405
|
-
format: uuid
|
|
61406
|
-
- name: OrderStage
|
|
61407
|
-
in: query
|
|
61408
|
-
description: Gets or sets the queryable order stage. This cannot be used in conjunction with IsBookedOrPendingPayment.
|
|
61409
|
-
schema:
|
|
61410
|
-
$ref: '#/components/schemas/OrderStage'
|
|
61411
|
-
- name: IsBookedOrPendingPayment
|
|
61412
|
-
in: query
|
|
61413
|
-
description: Gets or sets a value indicating whether to return orders that are either booked or pending payment. This cannot be used in conjunction with OrderStage.
|
|
61414
|
-
schema:
|
|
61415
|
-
type: boolean
|
|
61416
|
-
- name: OrderStages
|
|
61417
|
-
in: query
|
|
61418
|
-
description: Gets or sets the queryable order stages.
|
|
61419
|
-
schema:
|
|
61420
|
-
type: array
|
|
61421
|
-
items:
|
|
61422
|
-
$ref: '#/components/schemas/OrderStage'
|
|
61423
|
-
- name: OrderDateGTE
|
|
61424
|
-
in: query
|
|
61425
|
-
description: Gets or sets the queryable order date creted is greater than or equal to.
|
|
61426
|
-
schema:
|
|
61427
|
-
type: string
|
|
61428
|
-
format: date-time
|
|
61429
|
-
- name: OrderDateLTE
|
|
61430
|
-
in: query
|
|
61431
|
-
description: Gets or sets the queryable order date created is less than or equal to.
|
|
61432
|
-
schema:
|
|
61433
|
-
type: string
|
|
61434
|
-
format: date-time
|
|
61435
|
-
- name: PageNumber
|
|
61436
|
-
in: query
|
|
61437
|
-
description: Gets or sets the page number for paged queries.
|
|
61438
|
-
schema:
|
|
61439
|
-
type: integer
|
|
61440
|
-
format: int32
|
|
61441
|
-
- name: Take
|
|
61442
|
-
in: query
|
|
61443
|
-
description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
|
|
61444
|
-
schema:
|
|
61445
|
-
type: integer
|
|
61446
|
-
format: int32
|
|
61447
|
-
- name: Skip
|
|
61448
|
-
in: query
|
|
61449
|
-
description: 'Gets or sets how much items to skip from begining of db table, when this is set page is always 1.'
|
|
61450
|
-
schema:
|
|
61451
|
-
type: integer
|
|
61452
|
-
format: int32
|
|
61453
|
-
- name: LimitListRequests
|
|
61454
|
-
in: query
|
|
61455
|
-
description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
|
|
61456
|
-
schema:
|
|
61457
|
-
type: boolean
|
|
61458
|
-
- name: TenantId
|
|
61459
|
-
in: query
|
|
61460
|
-
description: Gets or sets the Tenant Id.
|
|
61461
|
-
schema:
|
|
61462
|
-
type: string
|
|
61463
|
-
format: uuid
|
|
61464
|
-
- name: ModifiedById
|
|
61465
|
-
in: query
|
|
61466
|
-
description: Gets or sets the Modifed By Id.
|
|
61467
|
-
schema:
|
|
61468
|
-
type: string
|
|
61469
|
-
format: uuid
|
|
61470
|
-
- name: ModifiedByIds
|
|
61471
|
-
in: query
|
|
61472
|
-
description: Gets or sets the Modifed By Ids.
|
|
61473
|
-
schema:
|
|
61474
|
-
type: array
|
|
61475
|
-
items:
|
|
61476
|
-
type: string
|
|
61477
|
-
format: uuid
|
|
61478
|
-
- name: DateCreatedGTE
|
|
61479
|
-
in: query
|
|
61480
|
-
description: Gets or sets the Date Created greater than equal to.
|
|
61481
|
-
schema:
|
|
61482
|
-
type: string
|
|
61483
|
-
format: date-time
|
|
61484
|
-
- name: DateCreatedLTE
|
|
61485
|
-
in: query
|
|
61486
|
-
description: Gets or sets the Date Created less than equal to.
|
|
61487
|
-
schema:
|
|
61488
|
-
type: string
|
|
61489
|
-
format: date-time
|
|
61490
|
-
- name: IsLive
|
|
61491
|
-
in: query
|
|
61492
|
-
description: Gets or sets the queryable only is live status.
|
|
61493
|
-
schema:
|
|
61494
|
-
type: boolean
|
|
61495
|
-
- name: SortOrderDirection
|
|
61496
|
-
in: query
|
|
61497
|
-
description: Gets or sets the sort order direction.
|
|
61498
|
-
schema:
|
|
61499
|
-
$ref: '#/components/schemas/SearchSortOrderDirection'
|
|
61814
|
+
requestBody:
|
|
61815
|
+
description: The list of <typeparamref name="TObject" />.
|
|
61816
|
+
content:
|
|
61817
|
+
application/json:
|
|
61818
|
+
schema:
|
|
61819
|
+
type: array
|
|
61820
|
+
items:
|
|
61821
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61822
|
+
text/json:
|
|
61823
|
+
schema:
|
|
61824
|
+
type: array
|
|
61825
|
+
items:
|
|
61826
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61827
|
+
application/*+json:
|
|
61828
|
+
schema:
|
|
61829
|
+
type: array
|
|
61830
|
+
items:
|
|
61831
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61500
61832
|
responses:
|
|
61501
61833
|
'200':
|
|
61502
61834
|
description: OK
|
|
61503
61835
|
content:
|
|
61504
61836
|
text/plain:
|
|
61505
61837
|
schema:
|
|
61506
|
-
|
|
61838
|
+
type: array
|
|
61839
|
+
items:
|
|
61840
|
+
$ref: '#/components/schemas/Order'
|
|
61507
61841
|
application/json:
|
|
61508
61842
|
schema:
|
|
61509
|
-
|
|
61843
|
+
type: array
|
|
61844
|
+
items:
|
|
61845
|
+
$ref: '#/components/schemas/Order'
|
|
61510
61846
|
text/json:
|
|
61511
61847
|
schema:
|
|
61512
|
-
|
|
61848
|
+
type: array
|
|
61849
|
+
items:
|
|
61850
|
+
$ref: '#/components/schemas/Order'
|
|
61513
61851
|
'400':
|
|
61514
61852
|
description: Bad Request
|
|
61515
61853
|
content:
|
|
@@ -61657,6 +61995,12 @@ paths:
|
|
|
61657
61995
|
schema:
|
|
61658
61996
|
type: string
|
|
61659
61997
|
format: date-time
|
|
61998
|
+
- name: EndUserIdentityId
|
|
61999
|
+
in: query
|
|
62000
|
+
description: Gets or sets the end user identity Id for use in a query search.
|
|
62001
|
+
schema:
|
|
62002
|
+
type: string
|
|
62003
|
+
format: uuid
|
|
61660
62004
|
- name: PageNumber
|
|
61661
62005
|
in: query
|
|
61662
62006
|
description: Gets or sets the page number for paged queries.
|
|
@@ -64586,6 +64930,11 @@ paths:
|
|
|
64586
64930
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
64587
64931
|
schema:
|
|
64588
64932
|
type: boolean
|
|
64933
|
+
- name: BookableOnly
|
|
64934
|
+
in: query
|
|
64935
|
+
description: Gets or sets a value indicating whether to only return bookable scheduled sessions.
|
|
64936
|
+
schema:
|
|
64937
|
+
type: boolean
|
|
64589
64938
|
- name: IncludeImages
|
|
64590
64939
|
in: query
|
|
64591
64940
|
description: Gets or sets a value indicating whether to include image detail in the results.
|
|
@@ -65147,6 +65496,11 @@ paths:
|
|
|
65147
65496
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
65148
65497
|
schema:
|
|
65149
65498
|
type: boolean
|
|
65499
|
+
- name: BookableOnly
|
|
65500
|
+
in: query
|
|
65501
|
+
description: Gets or sets a value indicating whether to only return bookable scheduled sessions.
|
|
65502
|
+
schema:
|
|
65503
|
+
type: boolean
|
|
65150
65504
|
- name: IncludeImages
|
|
65151
65505
|
in: query
|
|
65152
65506
|
description: Gets or sets a value indicating whether to include image detail in the results.
|
|
@@ -65479,6 +65833,11 @@ paths:
|
|
|
65479
65833
|
description: Gets or sets a value indicating whether return online sessions.
|
|
65480
65834
|
schema:
|
|
65481
65835
|
type: boolean
|
|
65836
|
+
- name: Featured
|
|
65837
|
+
in: query
|
|
65838
|
+
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
65839
|
+
schema:
|
|
65840
|
+
type: boolean
|
|
65482
65841
|
- name: ProgrammeId
|
|
65483
65842
|
in: query
|
|
65484
65843
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -65965,6 +66324,11 @@ paths:
|
|
|
65965
66324
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
65966
66325
|
schema:
|
|
65967
66326
|
type: boolean
|
|
66327
|
+
- name: BookableOnly
|
|
66328
|
+
in: query
|
|
66329
|
+
description: Gets or sets a value indicating whether to only return bookable scheduled sessions.
|
|
66330
|
+
schema:
|
|
66331
|
+
type: boolean
|
|
65968
66332
|
- name: IncludeImages
|
|
65969
66333
|
in: query
|
|
65970
66334
|
description: Gets or sets a value indicating whether to include image detail in the results.
|
|
@@ -66398,6 +66762,11 @@ paths:
|
|
|
66398
66762
|
description: Gets or sets a value indicating whether return online sessions.
|
|
66399
66763
|
schema:
|
|
66400
66764
|
type: boolean
|
|
66765
|
+
- name: Featured
|
|
66766
|
+
in: query
|
|
66767
|
+
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
66768
|
+
schema:
|
|
66769
|
+
type: boolean
|
|
66401
66770
|
- name: ProgrammeId
|
|
66402
66771
|
in: query
|
|
66403
66772
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -78080,6 +78449,11 @@ paths:
|
|
|
78080
78449
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
78081
78450
|
schema:
|
|
78082
78451
|
type: boolean
|
|
78452
|
+
- name: BookableOnly
|
|
78453
|
+
in: query
|
|
78454
|
+
description: Gets or sets a value indicating whether to only return bookable scheduled sessions.
|
|
78455
|
+
schema:
|
|
78456
|
+
type: boolean
|
|
78083
78457
|
- name: IncludeImages
|
|
78084
78458
|
in: query
|
|
78085
78459
|
description: Gets or sets a value indicating whether to include image detail in the results.
|
|
@@ -78522,6 +78896,11 @@ paths:
|
|
|
78522
78896
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
78523
78897
|
schema:
|
|
78524
78898
|
type: boolean
|
|
78899
|
+
- name: BookableOnly
|
|
78900
|
+
in: query
|
|
78901
|
+
description: Gets or sets a value indicating whether to only return bookable scheduled sessions.
|
|
78902
|
+
schema:
|
|
78903
|
+
type: boolean
|
|
78525
78904
|
- name: IncludeImages
|
|
78526
78905
|
in: query
|
|
78527
78906
|
description: Gets or sets a value indicating whether to include image detail in the results.
|
|
@@ -78786,6 +79165,11 @@ paths:
|
|
|
78786
79165
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
78787
79166
|
schema:
|
|
78788
79167
|
type: boolean
|
|
79168
|
+
- name: BookableOnly
|
|
79169
|
+
in: query
|
|
79170
|
+
description: Gets or sets a value indicating whether to only return bookable scheduled sessions.
|
|
79171
|
+
schema:
|
|
79172
|
+
type: boolean
|
|
78789
79173
|
- name: IncludeImages
|
|
78790
79174
|
in: query
|
|
78791
79175
|
description: Gets or sets a value indicating whether to include image detail in the results.
|
|
@@ -79056,6 +79440,11 @@ paths:
|
|
|
79056
79440
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
79057
79441
|
schema:
|
|
79058
79442
|
type: boolean
|
|
79443
|
+
- name: BookableOnly
|
|
79444
|
+
in: query
|
|
79445
|
+
description: Gets or sets a value indicating whether to only return bookable scheduled sessions.
|
|
79446
|
+
schema:
|
|
79447
|
+
type: boolean
|
|
79059
79448
|
- name: IncludeImages
|
|
79060
79449
|
in: query
|
|
79061
79450
|
description: Gets or sets a value indicating whether to include image detail in the results.
|
|
@@ -79774,6 +80163,11 @@ paths:
|
|
|
79774
80163
|
type: array
|
|
79775
80164
|
items:
|
|
79776
80165
|
$ref: '#/components/schemas/ScheduleStatus'
|
|
80166
|
+
- name: BookableOnly
|
|
80167
|
+
in: query
|
|
80168
|
+
description: Gets or sets a value indicating whether to only return course sessions contained in bookable courses.
|
|
80169
|
+
schema:
|
|
80170
|
+
type: boolean
|
|
79777
80171
|
- name: PageNumber
|
|
79778
80172
|
in: query
|
|
79779
80173
|
description: Gets or sets the page number for paged queries.
|
|
@@ -80105,6 +80499,11 @@ paths:
|
|
|
80105
80499
|
type: array
|
|
80106
80500
|
items:
|
|
80107
80501
|
$ref: '#/components/schemas/ScheduleStatus'
|
|
80502
|
+
- name: BookableOnly
|
|
80503
|
+
in: query
|
|
80504
|
+
description: Gets or sets a value indicating whether to only return course sessions contained in bookable courses.
|
|
80505
|
+
schema:
|
|
80506
|
+
type: boolean
|
|
80108
80507
|
- name: PageNumber
|
|
80109
80508
|
in: query
|
|
80110
80509
|
description: Gets or sets the page number for paged queries.
|
|
@@ -80258,6 +80657,11 @@ paths:
|
|
|
80258
80657
|
type: array
|
|
80259
80658
|
items:
|
|
80260
80659
|
$ref: '#/components/schemas/ScheduleStatus'
|
|
80660
|
+
- name: BookableOnly
|
|
80661
|
+
in: query
|
|
80662
|
+
description: Gets or sets a value indicating whether to only return course sessions contained in bookable courses.
|
|
80663
|
+
schema:
|
|
80664
|
+
type: boolean
|
|
80261
80665
|
- name: PageNumber
|
|
80262
80666
|
in: query
|
|
80263
80667
|
description: Gets or sets the page number for paged queries.
|
|
@@ -80417,6 +80821,11 @@ paths:
|
|
|
80417
80821
|
type: array
|
|
80418
80822
|
items:
|
|
80419
80823
|
$ref: '#/components/schemas/ScheduleStatus'
|
|
80824
|
+
- name: BookableOnly
|
|
80825
|
+
in: query
|
|
80826
|
+
description: Gets or sets a value indicating whether to only return course sessions contained in bookable courses.
|
|
80827
|
+
schema:
|
|
80828
|
+
type: boolean
|
|
80420
80829
|
- name: PageNumber
|
|
80421
80830
|
in: query
|
|
80422
80831
|
description: Gets or sets the page number for paged queries.
|
|
@@ -81505,6 +81914,11 @@ paths:
|
|
|
81505
81914
|
description: Gets or sets a value indicating whether return online sessions.
|
|
81506
81915
|
schema:
|
|
81507
81916
|
type: boolean
|
|
81917
|
+
- name: Featured
|
|
81918
|
+
in: query
|
|
81919
|
+
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
81920
|
+
schema:
|
|
81921
|
+
type: boolean
|
|
81508
81922
|
- name: ProgrammeId
|
|
81509
81923
|
in: query
|
|
81510
81924
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -81971,6 +82385,11 @@ paths:
|
|
|
81971
82385
|
description: Gets or sets a value indicating whether return online sessions.
|
|
81972
82386
|
schema:
|
|
81973
82387
|
type: boolean
|
|
82388
|
+
- name: Featured
|
|
82389
|
+
in: query
|
|
82390
|
+
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
82391
|
+
schema:
|
|
82392
|
+
type: boolean
|
|
81974
82393
|
- name: ProgrammeId
|
|
81975
82394
|
in: query
|
|
81976
82395
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -82259,6 +82678,11 @@ paths:
|
|
|
82259
82678
|
description: Gets or sets a value indicating whether return online sessions.
|
|
82260
82679
|
schema:
|
|
82261
82680
|
type: boolean
|
|
82681
|
+
- name: Featured
|
|
82682
|
+
in: query
|
|
82683
|
+
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
82684
|
+
schema:
|
|
82685
|
+
type: boolean
|
|
82262
82686
|
- name: ProgrammeId
|
|
82263
82687
|
in: query
|
|
82264
82688
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -82553,6 +82977,11 @@ paths:
|
|
|
82553
82977
|
description: Gets or sets a value indicating whether return online sessions.
|
|
82554
82978
|
schema:
|
|
82555
82979
|
type: boolean
|
|
82980
|
+
- name: Featured
|
|
82981
|
+
in: query
|
|
82982
|
+
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
82983
|
+
schema:
|
|
82984
|
+
type: boolean
|
|
82556
82985
|
- name: ProgrammeId
|
|
82557
82986
|
in: query
|
|
82558
82987
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -121317,6 +121746,10 @@ components:
|
|
|
121317
121746
|
type: string
|
|
121318
121747
|
description: Gets or sets the booking link override if checkout will occur externally.
|
|
121319
121748
|
nullable: true
|
|
121749
|
+
featured:
|
|
121750
|
+
type: boolean
|
|
121751
|
+
description: Gets or sets a value indicating whether the activity should be featured on the storefront.
|
|
121752
|
+
default: false
|
|
121320
121753
|
computedImage:
|
|
121321
121754
|
type: string
|
|
121322
121755
|
description: Gets the computed image url.
|
|
@@ -124017,6 +124450,31 @@ components:
|
|
|
124017
124450
|
format: uuid
|
|
124018
124451
|
additionalProperties: false
|
|
124019
124452
|
description: Post model for email setting inserts.
|
|
124453
|
+
EndUserIdentity:
|
|
124454
|
+
type: object
|
|
124455
|
+
properties:
|
|
124456
|
+
id:
|
|
124457
|
+
type: string
|
|
124458
|
+
description: Gets or sets the activities Id.
|
|
124459
|
+
format: uuid
|
|
124460
|
+
canonicalEmail:
|
|
124461
|
+
type: string
|
|
124462
|
+
description: Gets or sets the canonical email.
|
|
124463
|
+
nullable: true
|
|
124464
|
+
firstName:
|
|
124465
|
+
type: string
|
|
124466
|
+
description: Gets or sets the first name.
|
|
124467
|
+
nullable: true
|
|
124468
|
+
lastName:
|
|
124469
|
+
type: string
|
|
124470
|
+
description: Gets or sets the last name.
|
|
124471
|
+
nullable: true
|
|
124472
|
+
dateCreated:
|
|
124473
|
+
type: string
|
|
124474
|
+
description: Gets or sets the date created.
|
|
124475
|
+
format: date-time
|
|
124476
|
+
additionalProperties: false
|
|
124477
|
+
description: Represents an end user identity within the Reach application.
|
|
124020
124478
|
EndUserIdentitySecureToken:
|
|
124021
124479
|
type: object
|
|
124022
124480
|
properties:
|
|
@@ -124046,8 +124504,16 @@ components:
|
|
|
124046
124504
|
default: false
|
|
124047
124505
|
tenant:
|
|
124048
124506
|
$ref: '#/components/schemas/Tenant'
|
|
124507
|
+
endUserIdentity:
|
|
124508
|
+
$ref: '#/components/schemas/EndUserIdentity'
|
|
124049
124509
|
additionalProperties: false
|
|
124050
124510
|
description: Represents an end user identity within the Reach application.
|
|
124511
|
+
EventTiming:
|
|
124512
|
+
enum:
|
|
124513
|
+
- Upcoming
|
|
124514
|
+
- Past
|
|
124515
|
+
type: string
|
|
124516
|
+
description: EventTiming.
|
|
124051
124517
|
Facility:
|
|
124052
124518
|
required:
|
|
124053
124519
|
- dateCreated
|
|
@@ -130146,6 +130612,10 @@ components:
|
|
|
130146
130612
|
type: string
|
|
130147
130613
|
description: Gets or sets the booking link override if checkout will occur externally.
|
|
130148
130614
|
nullable: true
|
|
130615
|
+
featured:
|
|
130616
|
+
type: boolean
|
|
130617
|
+
description: Gets or sets a value indicating whether the activity should be featured on the storefront.
|
|
130618
|
+
default: false
|
|
130149
130619
|
computedImage:
|
|
130150
130620
|
type: string
|
|
130151
130621
|
description: Gets the computed image url.
|
|
@@ -133970,6 +134440,8 @@ components:
|
|
|
133970
134440
|
type: string
|
|
133971
134441
|
description: Gets or sets the tenants website marketing optin text.
|
|
133972
134442
|
nullable: true
|
|
134443
|
+
upcomingLayout:
|
|
134444
|
+
$ref: '#/components/schemas/UpcomingLayout'
|
|
133973
134445
|
additionalProperties: false
|
|
133974
134446
|
description: Represents an organisation within the Reach application.
|
|
133975
134447
|
TenantWebsiteSettingPage:
|
|
@@ -134219,6 +134691,12 @@ components:
|
|
|
134219
134691
|
nullable: true
|
|
134220
134692
|
additionalProperties: false
|
|
134221
134693
|
description: The OpenAI description completion response model.
|
|
134694
|
+
UpcomingLayout:
|
|
134695
|
+
enum:
|
|
134696
|
+
- Grid
|
|
134697
|
+
- Calendar
|
|
134698
|
+
type: string
|
|
134699
|
+
description: UpcomingLayout.
|
|
134222
134700
|
UpdateEmailSettings:
|
|
134223
134701
|
type: object
|
|
134224
134702
|
properties:
|