reach-api-sdk 1.0.190 → 1.0.191
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 +296 -205
- package/dist/reach-sdk.js +216 -182
- package/package.json +1 -1
- package/src/definition/swagger.yaml +624 -507
- package/src/index.ts +2 -0
- package/src/models/EndUserIdentity.ts +30 -0
- package/src/models/EndUserIdentitySecureToken.ts +2 -0
- package/src/models/EventTiming.ts +12 -0
- package/src/services/DealsService.ts +24 -0
- package/src/services/EndUserIdentitySecureTokenService.ts +4 -4
- package/src/services/OrderItemsService.ts +49 -0
- package/src/services/PublicOrderItemsService.ts +189 -168
- package/src/services/PublicOrdersService.ts +227 -231
|
@@ -16253,6 +16253,13 @@ paths:
|
|
|
16253
16253
|
description: Gets or sets the queryable type.
|
|
16254
16254
|
schema:
|
|
16255
16255
|
$ref: '#/components/schemas/DealType'
|
|
16256
|
+
- name: Types
|
|
16257
|
+
in: query
|
|
16258
|
+
description: Gets or sets the queryable Deal types.
|
|
16259
|
+
schema:
|
|
16260
|
+
type: array
|
|
16261
|
+
items:
|
|
16262
|
+
$ref: '#/components/schemas/DealType'
|
|
16256
16263
|
- name: DiscountCode
|
|
16257
16264
|
in: query
|
|
16258
16265
|
description: Gets or sets the queryable discount code.
|
|
@@ -16581,6 +16588,13 @@ paths:
|
|
|
16581
16588
|
description: Gets or sets the queryable type.
|
|
16582
16589
|
schema:
|
|
16583
16590
|
$ref: '#/components/schemas/DealType'
|
|
16591
|
+
- name: Types
|
|
16592
|
+
in: query
|
|
16593
|
+
description: Gets or sets the queryable Deal types.
|
|
16594
|
+
schema:
|
|
16595
|
+
type: array
|
|
16596
|
+
items:
|
|
16597
|
+
$ref: '#/components/schemas/DealType'
|
|
16584
16598
|
- name: DiscountCode
|
|
16585
16599
|
in: query
|
|
16586
16600
|
description: Gets or sets the queryable discount code.
|
|
@@ -16731,6 +16745,13 @@ paths:
|
|
|
16731
16745
|
description: Gets or sets the queryable type.
|
|
16732
16746
|
schema:
|
|
16733
16747
|
$ref: '#/components/schemas/DealType'
|
|
16748
|
+
- name: Types
|
|
16749
|
+
in: query
|
|
16750
|
+
description: Gets or sets the queryable Deal types.
|
|
16751
|
+
schema:
|
|
16752
|
+
type: array
|
|
16753
|
+
items:
|
|
16754
|
+
$ref: '#/components/schemas/DealType'
|
|
16734
16755
|
- name: DiscountCode
|
|
16735
16756
|
in: query
|
|
16736
16757
|
description: Gets or sets the queryable discount code.
|
|
@@ -16887,6 +16908,13 @@ paths:
|
|
|
16887
16908
|
description: Gets or sets the queryable type.
|
|
16888
16909
|
schema:
|
|
16889
16910
|
$ref: '#/components/schemas/DealType'
|
|
16911
|
+
- name: Types
|
|
16912
|
+
in: query
|
|
16913
|
+
description: Gets or sets the queryable Deal types.
|
|
16914
|
+
schema:
|
|
16915
|
+
type: array
|
|
16916
|
+
items:
|
|
16917
|
+
$ref: '#/components/schemas/DealType'
|
|
16890
16918
|
- name: DiscountCode
|
|
16891
16919
|
in: query
|
|
16892
16920
|
description: Gets or sets the queryable discount code.
|
|
@@ -20392,7 +20420,7 @@ paths:
|
|
|
20392
20420
|
text/json:
|
|
20393
20421
|
schema:
|
|
20394
20422
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
20395
|
-
'/api/end-user-identity-secure-tokens/{id}':
|
|
20423
|
+
'/api/public/end-user-identity-secure-tokens/{id}':
|
|
20396
20424
|
get:
|
|
20397
20425
|
tags:
|
|
20398
20426
|
- EndUserIdentitySecureToken
|
|
@@ -20455,7 +20483,7 @@ paths:
|
|
|
20455
20483
|
text/json:
|
|
20456
20484
|
schema:
|
|
20457
20485
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
20458
|
-
/api/end-user-identity-secure-tokens/resolve:
|
|
20486
|
+
/api/public/end-user-identity-secure-tokens/resolve:
|
|
20459
20487
|
post:
|
|
20460
20488
|
tags:
|
|
20461
20489
|
- EndUserIdentitySecureToken
|
|
@@ -20522,7 +20550,7 @@ paths:
|
|
|
20522
20550
|
text/json:
|
|
20523
20551
|
schema:
|
|
20524
20552
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
20525
|
-
/api/end-user-identity-secure-tokens:
|
|
20553
|
+
/api/public/end-user-identity-secure-tokens:
|
|
20526
20554
|
get:
|
|
20527
20555
|
tags:
|
|
20528
20556
|
- EndUserIdentitySecureToken
|
|
@@ -20654,7 +20682,7 @@ paths:
|
|
|
20654
20682
|
text/json:
|
|
20655
20683
|
schema:
|
|
20656
20684
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
20657
|
-
/api/end-user-identity-secure-tokens/back-fill:
|
|
20685
|
+
/api/public/end-user-identity-secure-tokens/back-fill:
|
|
20658
20686
|
get:
|
|
20659
20687
|
tags:
|
|
20660
20688
|
- EndUserIdentitySecureToken
|
|
@@ -40394,6 +40422,16 @@ paths:
|
|
|
40394
40422
|
schema:
|
|
40395
40423
|
type: string
|
|
40396
40424
|
format: uuid
|
|
40425
|
+
- name: OrderByOpportunityStartdate
|
|
40426
|
+
in: query
|
|
40427
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
40428
|
+
schema:
|
|
40429
|
+
type: boolean
|
|
40430
|
+
- name: EventTiming
|
|
40431
|
+
in: query
|
|
40432
|
+
description: Gets or sets the queryable event timing.
|
|
40433
|
+
schema:
|
|
40434
|
+
$ref: '#/components/schemas/EventTiming'
|
|
40397
40435
|
- name: PageNumber
|
|
40398
40436
|
in: query
|
|
40399
40437
|
description: Gets or sets the page number for paged queries.
|
|
@@ -40743,6 +40781,16 @@ paths:
|
|
|
40743
40781
|
schema:
|
|
40744
40782
|
type: string
|
|
40745
40783
|
format: uuid
|
|
40784
|
+
- name: OrderByOpportunityStartdate
|
|
40785
|
+
in: query
|
|
40786
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
40787
|
+
schema:
|
|
40788
|
+
type: boolean
|
|
40789
|
+
- name: EventTiming
|
|
40790
|
+
in: query
|
|
40791
|
+
description: Gets or sets the queryable event timing.
|
|
40792
|
+
schema:
|
|
40793
|
+
$ref: '#/components/schemas/EventTiming'
|
|
40746
40794
|
- name: PageNumber
|
|
40747
40795
|
in: query
|
|
40748
40796
|
description: Gets or sets the page number for paged queries.
|
|
@@ -40914,6 +40962,16 @@ paths:
|
|
|
40914
40962
|
schema:
|
|
40915
40963
|
type: string
|
|
40916
40964
|
format: uuid
|
|
40965
|
+
- name: OrderByOpportunityStartdate
|
|
40966
|
+
in: query
|
|
40967
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
40968
|
+
schema:
|
|
40969
|
+
type: boolean
|
|
40970
|
+
- name: EventTiming
|
|
40971
|
+
in: query
|
|
40972
|
+
description: Gets or sets the queryable event timing.
|
|
40973
|
+
schema:
|
|
40974
|
+
$ref: '#/components/schemas/EventTiming'
|
|
40917
40975
|
- name: PageNumber
|
|
40918
40976
|
in: query
|
|
40919
40977
|
description: Gets or sets the page number for paged queries.
|
|
@@ -41091,6 +41149,16 @@ paths:
|
|
|
41091
41149
|
schema:
|
|
41092
41150
|
type: string
|
|
41093
41151
|
format: uuid
|
|
41152
|
+
- name: OrderByOpportunityStartdate
|
|
41153
|
+
in: query
|
|
41154
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
41155
|
+
schema:
|
|
41156
|
+
type: boolean
|
|
41157
|
+
- name: EventTiming
|
|
41158
|
+
in: query
|
|
41159
|
+
description: Gets or sets the queryable event timing.
|
|
41160
|
+
schema:
|
|
41161
|
+
$ref: '#/components/schemas/EventTiming'
|
|
41094
41162
|
- name: PageNumber
|
|
41095
41163
|
in: query
|
|
41096
41164
|
description: Gets or sets the page number for paged queries.
|
|
@@ -59746,45 +59814,154 @@ paths:
|
|
|
59746
59814
|
text/json:
|
|
59747
59815
|
schema:
|
|
59748
59816
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
59749
|
-
|
|
59817
|
+
/api/public/order-items:
|
|
59750
59818
|
get:
|
|
59751
59819
|
tags:
|
|
59752
59820
|
- PublicOrderItems
|
|
59753
|
-
|
|
59754
|
-
operationId: Reschedule
|
|
59821
|
+
operationId: GetPage
|
|
59755
59822
|
parameters:
|
|
59756
59823
|
- name: x_tenant_subdomain
|
|
59757
59824
|
in: header
|
|
59758
|
-
description: The tenants subdomain.
|
|
59759
59825
|
schema:
|
|
59760
59826
|
type: string
|
|
59761
|
-
- name:
|
|
59762
|
-
in:
|
|
59763
|
-
description:
|
|
59764
|
-
|
|
59827
|
+
- name: Ids
|
|
59828
|
+
in: query
|
|
59829
|
+
description: Gets or sets the queryable order item ids.
|
|
59830
|
+
schema:
|
|
59831
|
+
type: array
|
|
59832
|
+
items:
|
|
59833
|
+
type: string
|
|
59834
|
+
format: uuid
|
|
59835
|
+
- name: OrderId
|
|
59836
|
+
in: query
|
|
59837
|
+
description: Gets or sets the queryable order id.
|
|
59765
59838
|
schema:
|
|
59766
59839
|
type: string
|
|
59767
59840
|
format: uuid
|
|
59768
|
-
- name:
|
|
59769
|
-
in:
|
|
59770
|
-
description:
|
|
59771
|
-
|
|
59841
|
+
- name: ScheduledSessionId
|
|
59842
|
+
in: query
|
|
59843
|
+
description: Gets or sets the queryable scheduled session id.
|
|
59844
|
+
schema:
|
|
59845
|
+
type: string
|
|
59846
|
+
format: uuid
|
|
59847
|
+
- name: SlotId
|
|
59848
|
+
in: query
|
|
59849
|
+
description: Gets or sets the queryable slot id.
|
|
59850
|
+
schema:
|
|
59851
|
+
type: string
|
|
59852
|
+
format: uuid
|
|
59853
|
+
- name: CourseId
|
|
59854
|
+
in: query
|
|
59855
|
+
description: Gets or sets the queryable course id.
|
|
59856
|
+
schema:
|
|
59857
|
+
type: string
|
|
59858
|
+
format: uuid
|
|
59859
|
+
- name: Status
|
|
59860
|
+
in: query
|
|
59861
|
+
description: Gets or sets the queryable order item status id.
|
|
59862
|
+
schema:
|
|
59863
|
+
$ref: '#/components/schemas/OrderItemStatus'
|
|
59864
|
+
- name: Statuses
|
|
59865
|
+
in: query
|
|
59866
|
+
description: Gets or sets the queryable order statuses.
|
|
59867
|
+
schema:
|
|
59868
|
+
type: array
|
|
59869
|
+
items:
|
|
59870
|
+
$ref: '#/components/schemas/OrderItemStatus'
|
|
59871
|
+
- name: ParentOrderItemId
|
|
59872
|
+
in: query
|
|
59873
|
+
description: Gets or sets the queryable parent order item id id.
|
|
59874
|
+
schema:
|
|
59875
|
+
type: string
|
|
59876
|
+
format: uuid
|
|
59877
|
+
- name: OrderByOpportunityStartdate
|
|
59878
|
+
in: query
|
|
59879
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
59880
|
+
schema:
|
|
59881
|
+
type: boolean
|
|
59882
|
+
- name: EventTiming
|
|
59883
|
+
in: query
|
|
59884
|
+
description: Gets or sets the queryable event timing.
|
|
59885
|
+
schema:
|
|
59886
|
+
$ref: '#/components/schemas/EventTiming'
|
|
59887
|
+
- name: PageNumber
|
|
59888
|
+
in: query
|
|
59889
|
+
description: Gets or sets the page number for paged queries.
|
|
59890
|
+
schema:
|
|
59891
|
+
type: integer
|
|
59892
|
+
format: int32
|
|
59893
|
+
- name: Take
|
|
59894
|
+
in: query
|
|
59895
|
+
description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
|
|
59896
|
+
schema:
|
|
59897
|
+
type: integer
|
|
59898
|
+
format: int32
|
|
59899
|
+
- name: Skip
|
|
59900
|
+
in: query
|
|
59901
|
+
description: 'Gets or sets how much items to skip from begining of db table, when this is set page is always 1.'
|
|
59902
|
+
schema:
|
|
59903
|
+
type: integer
|
|
59904
|
+
format: int32
|
|
59905
|
+
- name: LimitListRequests
|
|
59906
|
+
in: query
|
|
59907
|
+
description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
|
|
59908
|
+
schema:
|
|
59909
|
+
type: boolean
|
|
59910
|
+
- name: TenantId
|
|
59911
|
+
in: query
|
|
59912
|
+
description: Gets or sets the Tenant Id.
|
|
59913
|
+
schema:
|
|
59914
|
+
type: string
|
|
59915
|
+
format: uuid
|
|
59916
|
+
- name: ModifiedById
|
|
59917
|
+
in: query
|
|
59918
|
+
description: Gets or sets the Modifed By Id.
|
|
59772
59919
|
schema:
|
|
59773
59920
|
type: string
|
|
59774
59921
|
format: uuid
|
|
59922
|
+
- name: ModifiedByIds
|
|
59923
|
+
in: query
|
|
59924
|
+
description: Gets or sets the Modifed By Ids.
|
|
59925
|
+
schema:
|
|
59926
|
+
type: array
|
|
59927
|
+
items:
|
|
59928
|
+
type: string
|
|
59929
|
+
format: uuid
|
|
59930
|
+
- name: DateCreatedGTE
|
|
59931
|
+
in: query
|
|
59932
|
+
description: Gets or sets the Date Created greater than equal to.
|
|
59933
|
+
schema:
|
|
59934
|
+
type: string
|
|
59935
|
+
format: date-time
|
|
59936
|
+
- name: DateCreatedLTE
|
|
59937
|
+
in: query
|
|
59938
|
+
description: Gets or sets the Date Created less than equal to.
|
|
59939
|
+
schema:
|
|
59940
|
+
type: string
|
|
59941
|
+
format: date-time
|
|
59942
|
+
- name: IsLive
|
|
59943
|
+
in: query
|
|
59944
|
+
description: Gets or sets the queryable only is live status.
|
|
59945
|
+
schema:
|
|
59946
|
+
type: boolean
|
|
59947
|
+
- name: SortOrderDirection
|
|
59948
|
+
in: query
|
|
59949
|
+
description: Gets or sets the sort order direction.
|
|
59950
|
+
schema:
|
|
59951
|
+
$ref: '#/components/schemas/SearchSortOrderDirection'
|
|
59775
59952
|
responses:
|
|
59776
59953
|
'200':
|
|
59777
59954
|
description: OK
|
|
59778
59955
|
content:
|
|
59779
59956
|
text/plain:
|
|
59780
59957
|
schema:
|
|
59781
|
-
$ref: '#/components/schemas/
|
|
59958
|
+
$ref: '#/components/schemas/OrderItemPage'
|
|
59782
59959
|
application/json:
|
|
59783
59960
|
schema:
|
|
59784
|
-
$ref: '#/components/schemas/
|
|
59961
|
+
$ref: '#/components/schemas/OrderItemPage'
|
|
59785
59962
|
text/json:
|
|
59786
59963
|
schema:
|
|
59787
|
-
$ref: '#/components/schemas/
|
|
59964
|
+
$ref: '#/components/schemas/OrderItemPage'
|
|
59788
59965
|
'400':
|
|
59789
59966
|
description: Bad Request
|
|
59790
59967
|
content:
|
|
@@ -59821,12 +59998,11 @@ paths:
|
|
|
59821
59998
|
text/json:
|
|
59822
59999
|
schema:
|
|
59823
60000
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
59824
|
-
|
|
59825
|
-
post:
|
|
60001
|
+
delete:
|
|
59826
60002
|
tags:
|
|
59827
60003
|
- PublicOrderItems
|
|
59828
|
-
summary:
|
|
59829
|
-
operationId:
|
|
60004
|
+
summary: Deletes the resource.
|
|
60005
|
+
operationId: DeleteByObject
|
|
59830
60006
|
parameters:
|
|
59831
60007
|
- name: x_tenant_subdomain
|
|
59832
60008
|
in: header
|
|
@@ -59838,26 +60014,16 @@ paths:
|
|
|
59838
60014
|
content:
|
|
59839
60015
|
application/json:
|
|
59840
60016
|
schema:
|
|
59841
|
-
$ref: '#/components/schemas/
|
|
60017
|
+
$ref: '#/components/schemas/OrderItem'
|
|
59842
60018
|
text/json:
|
|
59843
60019
|
schema:
|
|
59844
|
-
$ref: '#/components/schemas/
|
|
60020
|
+
$ref: '#/components/schemas/OrderItem'
|
|
59845
60021
|
application/*+json:
|
|
59846
60022
|
schema:
|
|
59847
|
-
$ref: '#/components/schemas/
|
|
60023
|
+
$ref: '#/components/schemas/OrderItem'
|
|
59848
60024
|
responses:
|
|
59849
60025
|
'200':
|
|
59850
60026
|
description: OK
|
|
59851
|
-
content:
|
|
59852
|
-
text/plain:
|
|
59853
|
-
schema:
|
|
59854
|
-
$ref: '#/components/schemas/OrderItem'
|
|
59855
|
-
application/json:
|
|
59856
|
-
schema:
|
|
59857
|
-
$ref: '#/components/schemas/OrderItem'
|
|
59858
|
-
text/json:
|
|
59859
|
-
schema:
|
|
59860
|
-
$ref: '#/components/schemas/OrderItem'
|
|
59861
60027
|
'400':
|
|
59862
60028
|
description: Bad Request
|
|
59863
60029
|
content:
|
|
@@ -59894,29 +60060,32 @@ paths:
|
|
|
59894
60060
|
text/json:
|
|
59895
60061
|
schema:
|
|
59896
60062
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
59897
|
-
|
|
60063
|
+
'/api/public/order-items/{orderItemId}/reschedule-to/{scheduledSessionId}':
|
|
60064
|
+
get:
|
|
59898
60065
|
tags:
|
|
59899
60066
|
- PublicOrderItems
|
|
59900
|
-
summary:
|
|
59901
|
-
operationId:
|
|
60067
|
+
summary: Reschedules the order item to another scheduled session.
|
|
60068
|
+
operationId: Reschedule
|
|
59902
60069
|
parameters:
|
|
59903
60070
|
- name: x_tenant_subdomain
|
|
59904
60071
|
in: header
|
|
59905
60072
|
description: The tenants subdomain.
|
|
59906
60073
|
schema:
|
|
59907
60074
|
type: string
|
|
59908
|
-
|
|
59909
|
-
|
|
59910
|
-
|
|
59911
|
-
|
|
59912
|
-
|
|
59913
|
-
|
|
59914
|
-
|
|
59915
|
-
|
|
59916
|
-
|
|
59917
|
-
|
|
59918
|
-
|
|
59919
|
-
|
|
60075
|
+
- name: orderItemId
|
|
60076
|
+
in: path
|
|
60077
|
+
description: The current register the attendee is assigned to.
|
|
60078
|
+
required: true
|
|
60079
|
+
schema:
|
|
60080
|
+
type: string
|
|
60081
|
+
format: uuid
|
|
60082
|
+
- name: scheduledSessionId
|
|
60083
|
+
in: path
|
|
60084
|
+
description: The scheduled session the attendee needs to be moved to.
|
|
60085
|
+
required: true
|
|
60086
|
+
schema:
|
|
60087
|
+
type: string
|
|
60088
|
+
format: uuid
|
|
59920
60089
|
responses:
|
|
59921
60090
|
'200':
|
|
59922
60091
|
description: OK
|
|
@@ -59966,12 +60135,12 @@ paths:
|
|
|
59966
60135
|
text/json:
|
|
59967
60136
|
schema:
|
|
59968
60137
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
59969
|
-
/api/public/order-items/v2-temporary-route
|
|
60138
|
+
/api/public/order-items/v2-temporary-route:
|
|
59970
60139
|
post:
|
|
59971
60140
|
tags:
|
|
59972
60141
|
- PublicOrderItems
|
|
59973
|
-
summary: Inserts a
|
|
59974
|
-
operationId:
|
|
60142
|
+
summary: Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
|
|
60143
|
+
operationId: Post
|
|
59975
60144
|
parameters:
|
|
59976
60145
|
- name: x_tenant_subdomain
|
|
59977
60146
|
in: header
|
|
@@ -59979,42 +60148,30 @@ paths:
|
|
|
59979
60148
|
schema:
|
|
59980
60149
|
type: string
|
|
59981
60150
|
requestBody:
|
|
59982
|
-
description: The
|
|
60151
|
+
description: The <typeparamref name="TObject" /> model.
|
|
59983
60152
|
content:
|
|
59984
60153
|
application/json:
|
|
59985
60154
|
schema:
|
|
59986
|
-
|
|
59987
|
-
items:
|
|
59988
|
-
$ref: '#/components/schemas/OrderItemPost'
|
|
60155
|
+
$ref: '#/components/schemas/OrderItemPost'
|
|
59989
60156
|
text/json:
|
|
59990
60157
|
schema:
|
|
59991
|
-
|
|
59992
|
-
items:
|
|
59993
|
-
$ref: '#/components/schemas/OrderItemPost'
|
|
60158
|
+
$ref: '#/components/schemas/OrderItemPost'
|
|
59994
60159
|
application/*+json:
|
|
59995
60160
|
schema:
|
|
59996
|
-
|
|
59997
|
-
items:
|
|
59998
|
-
$ref: '#/components/schemas/OrderItemPost'
|
|
60161
|
+
$ref: '#/components/schemas/OrderItemPost'
|
|
59999
60162
|
responses:
|
|
60000
60163
|
'200':
|
|
60001
60164
|
description: OK
|
|
60002
60165
|
content:
|
|
60003
60166
|
text/plain:
|
|
60004
60167
|
schema:
|
|
60005
|
-
|
|
60006
|
-
items:
|
|
60007
|
-
$ref: '#/components/schemas/OrderItem'
|
|
60168
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60008
60169
|
application/json:
|
|
60009
60170
|
schema:
|
|
60010
|
-
|
|
60011
|
-
items:
|
|
60012
|
-
$ref: '#/components/schemas/OrderItem'
|
|
60171
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60013
60172
|
text/json:
|
|
60014
60173
|
schema:
|
|
60015
|
-
|
|
60016
|
-
items:
|
|
60017
|
-
$ref: '#/components/schemas/OrderItem'
|
|
60174
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60018
60175
|
'400':
|
|
60019
60176
|
description: Bad Request
|
|
60020
60177
|
content:
|
|
@@ -60051,12 +60208,11 @@ paths:
|
|
|
60051
60208
|
text/json:
|
|
60052
60209
|
schema:
|
|
60053
60210
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60054
|
-
|
|
60055
|
-
delete:
|
|
60211
|
+
patch:
|
|
60056
60212
|
tags:
|
|
60057
60213
|
- PublicOrderItems
|
|
60058
|
-
summary:
|
|
60059
|
-
operationId:
|
|
60214
|
+
summary: Patches the resource.
|
|
60215
|
+
operationId: Patch
|
|
60060
60216
|
parameters:
|
|
60061
60217
|
- name: x_tenant_subdomain
|
|
60062
60218
|
in: header
|
|
@@ -60068,16 +60224,26 @@ paths:
|
|
|
60068
60224
|
content:
|
|
60069
60225
|
application/json:
|
|
60070
60226
|
schema:
|
|
60071
|
-
$ref: '#/components/schemas/
|
|
60227
|
+
$ref: '#/components/schemas/OrderItemPatch'
|
|
60072
60228
|
text/json:
|
|
60073
60229
|
schema:
|
|
60074
|
-
$ref: '#/components/schemas/
|
|
60230
|
+
$ref: '#/components/schemas/OrderItemPatch'
|
|
60075
60231
|
application/*+json:
|
|
60076
60232
|
schema:
|
|
60077
|
-
$ref: '#/components/schemas/
|
|
60233
|
+
$ref: '#/components/schemas/OrderItemPatch'
|
|
60078
60234
|
responses:
|
|
60079
60235
|
'200':
|
|
60080
60236
|
description: OK
|
|
60237
|
+
content:
|
|
60238
|
+
text/plain:
|
|
60239
|
+
schema:
|
|
60240
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60241
|
+
application/json:
|
|
60242
|
+
schema:
|
|
60243
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60244
|
+
text/json:
|
|
60245
|
+
schema:
|
|
60246
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60081
60247
|
'400':
|
|
60082
60248
|
description: Bad Request
|
|
60083
60249
|
content:
|
|
@@ -60114,145 +60280,55 @@ paths:
|
|
|
60114
60280
|
text/json:
|
|
60115
60281
|
schema:
|
|
60116
60282
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60117
|
-
|
|
60283
|
+
/api/public/order-items/v2-temporary-route/list:
|
|
60284
|
+
post:
|
|
60118
60285
|
tags:
|
|
60119
60286
|
- PublicOrderItems
|
|
60120
|
-
summary:
|
|
60121
|
-
operationId:
|
|
60287
|
+
summary: Inserts a list of resources.
|
|
60288
|
+
operationId: PostList
|
|
60122
60289
|
parameters:
|
|
60123
60290
|
- name: x_tenant_subdomain
|
|
60124
60291
|
in: header
|
|
60125
60292
|
description: The tenants subdomain.
|
|
60126
60293
|
schema:
|
|
60127
60294
|
type: string
|
|
60128
|
-
|
|
60129
|
-
|
|
60130
|
-
|
|
60131
|
-
|
|
60132
|
-
|
|
60133
|
-
|
|
60134
|
-
|
|
60135
|
-
|
|
60136
|
-
|
|
60137
|
-
|
|
60138
|
-
|
|
60139
|
-
|
|
60140
|
-
|
|
60141
|
-
|
|
60142
|
-
|
|
60143
|
-
|
|
60144
|
-
|
|
60145
|
-
|
|
60146
|
-
type: string
|
|
60147
|
-
format: uuid
|
|
60148
|
-
- name: SlotId
|
|
60149
|
-
in: query
|
|
60150
|
-
description: Gets or sets the queryable slot id.
|
|
60151
|
-
schema:
|
|
60152
|
-
type: string
|
|
60153
|
-
format: uuid
|
|
60154
|
-
- name: CourseId
|
|
60155
|
-
in: query
|
|
60156
|
-
description: Gets or sets the queryable course id.
|
|
60157
|
-
schema:
|
|
60158
|
-
type: string
|
|
60159
|
-
format: uuid
|
|
60160
|
-
- name: Status
|
|
60161
|
-
in: query
|
|
60162
|
-
description: Gets or sets the queryable order item status id.
|
|
60163
|
-
schema:
|
|
60164
|
-
$ref: '#/components/schemas/OrderItemStatus'
|
|
60165
|
-
- name: Statuses
|
|
60166
|
-
in: query
|
|
60167
|
-
description: Gets or sets the queryable order statuses.
|
|
60168
|
-
schema:
|
|
60169
|
-
type: array
|
|
60170
|
-
items:
|
|
60171
|
-
$ref: '#/components/schemas/OrderItemStatus'
|
|
60172
|
-
- name: ParentOrderItemId
|
|
60173
|
-
in: query
|
|
60174
|
-
description: Gets or sets the queryable parent order item id id.
|
|
60175
|
-
schema:
|
|
60176
|
-
type: string
|
|
60177
|
-
format: uuid
|
|
60178
|
-
- name: PageNumber
|
|
60179
|
-
in: query
|
|
60180
|
-
description: Gets or sets the page number for paged queries.
|
|
60181
|
-
schema:
|
|
60182
|
-
type: integer
|
|
60183
|
-
format: int32
|
|
60184
|
-
- name: Take
|
|
60185
|
-
in: query
|
|
60186
|
-
description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
|
|
60187
|
-
schema:
|
|
60188
|
-
type: integer
|
|
60189
|
-
format: int32
|
|
60190
|
-
- name: Skip
|
|
60191
|
-
in: query
|
|
60192
|
-
description: 'Gets or sets how much items to skip from begining of db table, when this is set page is always 1.'
|
|
60193
|
-
schema:
|
|
60194
|
-
type: integer
|
|
60195
|
-
format: int32
|
|
60196
|
-
- name: LimitListRequests
|
|
60197
|
-
in: query
|
|
60198
|
-
description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
|
|
60199
|
-
schema:
|
|
60200
|
-
type: boolean
|
|
60201
|
-
- name: TenantId
|
|
60202
|
-
in: query
|
|
60203
|
-
description: Gets or sets the Tenant Id.
|
|
60204
|
-
schema:
|
|
60205
|
-
type: string
|
|
60206
|
-
format: uuid
|
|
60207
|
-
- name: ModifiedById
|
|
60208
|
-
in: query
|
|
60209
|
-
description: Gets or sets the Modifed By Id.
|
|
60210
|
-
schema:
|
|
60211
|
-
type: string
|
|
60212
|
-
format: uuid
|
|
60213
|
-
- name: ModifiedByIds
|
|
60214
|
-
in: query
|
|
60215
|
-
description: Gets or sets the Modifed By Ids.
|
|
60216
|
-
schema:
|
|
60217
|
-
type: array
|
|
60218
|
-
items:
|
|
60219
|
-
type: string
|
|
60220
|
-
format: uuid
|
|
60221
|
-
- name: DateCreatedGTE
|
|
60222
|
-
in: query
|
|
60223
|
-
description: Gets or sets the Date Created greater than equal to.
|
|
60224
|
-
schema:
|
|
60225
|
-
type: string
|
|
60226
|
-
format: date-time
|
|
60227
|
-
- name: DateCreatedLTE
|
|
60228
|
-
in: query
|
|
60229
|
-
description: Gets or sets the Date Created less than equal to.
|
|
60230
|
-
schema:
|
|
60231
|
-
type: string
|
|
60232
|
-
format: date-time
|
|
60233
|
-
- name: IsLive
|
|
60234
|
-
in: query
|
|
60235
|
-
description: Gets or sets the queryable only is live status.
|
|
60236
|
-
schema:
|
|
60237
|
-
type: boolean
|
|
60238
|
-
- name: SortOrderDirection
|
|
60239
|
-
in: query
|
|
60240
|
-
description: Gets or sets the sort order direction.
|
|
60241
|
-
schema:
|
|
60242
|
-
$ref: '#/components/schemas/SearchSortOrderDirection'
|
|
60295
|
+
requestBody:
|
|
60296
|
+
description: The list of <typeparamref name="TObject" />.
|
|
60297
|
+
content:
|
|
60298
|
+
application/json:
|
|
60299
|
+
schema:
|
|
60300
|
+
type: array
|
|
60301
|
+
items:
|
|
60302
|
+
$ref: '#/components/schemas/OrderItemPost'
|
|
60303
|
+
text/json:
|
|
60304
|
+
schema:
|
|
60305
|
+
type: array
|
|
60306
|
+
items:
|
|
60307
|
+
$ref: '#/components/schemas/OrderItemPost'
|
|
60308
|
+
application/*+json:
|
|
60309
|
+
schema:
|
|
60310
|
+
type: array
|
|
60311
|
+
items:
|
|
60312
|
+
$ref: '#/components/schemas/OrderItemPost'
|
|
60243
60313
|
responses:
|
|
60244
60314
|
'200':
|
|
60245
60315
|
description: OK
|
|
60246
60316
|
content:
|
|
60247
60317
|
text/plain:
|
|
60248
60318
|
schema:
|
|
60249
|
-
|
|
60319
|
+
type: array
|
|
60320
|
+
items:
|
|
60321
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60250
60322
|
application/json:
|
|
60251
60323
|
schema:
|
|
60252
|
-
|
|
60324
|
+
type: array
|
|
60325
|
+
items:
|
|
60326
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60253
60327
|
text/json:
|
|
60254
60328
|
schema:
|
|
60255
|
-
|
|
60329
|
+
type: array
|
|
60330
|
+
items:
|
|
60331
|
+
$ref: '#/components/schemas/OrderItem'
|
|
60256
60332
|
'400':
|
|
60257
60333
|
description: Bad Request
|
|
60258
60334
|
content:
|
|
@@ -60475,6 +60551,16 @@ paths:
|
|
|
60475
60551
|
schema:
|
|
60476
60552
|
type: string
|
|
60477
60553
|
format: uuid
|
|
60554
|
+
- name: OrderByOpportunityStartdate
|
|
60555
|
+
in: query
|
|
60556
|
+
description: Gets or sets the queryable order by opportunity start date value.
|
|
60557
|
+
schema:
|
|
60558
|
+
type: boolean
|
|
60559
|
+
- name: EventTiming
|
|
60560
|
+
in: query
|
|
60561
|
+
description: Gets or sets the queryable event timing.
|
|
60562
|
+
schema:
|
|
60563
|
+
$ref: '#/components/schemas/EventTiming'
|
|
60478
60564
|
- name: PageNumber
|
|
60479
60565
|
in: query
|
|
60480
60566
|
description: Gets or sets the page number for paged queries.
|
|
@@ -60710,38 +60796,193 @@ paths:
|
|
|
60710
60796
|
text/json:
|
|
60711
60797
|
schema:
|
|
60712
60798
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60713
|
-
|
|
60799
|
+
/api/public/orders:
|
|
60714
60800
|
get:
|
|
60715
60801
|
tags:
|
|
60716
60802
|
- PublicOrders
|
|
60717
|
-
|
|
60718
|
-
operationId: GetObjectWithOrderValidation
|
|
60803
|
+
operationId: GetPage
|
|
60719
60804
|
parameters:
|
|
60720
60805
|
- name: x_tenant_subdomain
|
|
60721
60806
|
in: header
|
|
60722
|
-
description: The tenants subdomain.
|
|
60723
60807
|
schema:
|
|
60724
60808
|
type: string
|
|
60725
|
-
- name:
|
|
60726
|
-
in:
|
|
60727
|
-
description:
|
|
60728
|
-
|
|
60809
|
+
- name: Wildcard
|
|
60810
|
+
in: query
|
|
60811
|
+
description: Gets or sets the wildcard for use in a query search.
|
|
60812
|
+
schema:
|
|
60813
|
+
type: string
|
|
60814
|
+
- name: AccessCode
|
|
60815
|
+
in: query
|
|
60816
|
+
description: Gets or sets the access code for use in a query search.
|
|
60817
|
+
schema:
|
|
60818
|
+
type: string
|
|
60819
|
+
- name: CustomerName
|
|
60820
|
+
in: query
|
|
60821
|
+
description: Gets or sets the customer name for use in a query search.
|
|
60822
|
+
schema:
|
|
60823
|
+
type: string
|
|
60824
|
+
- name: Email
|
|
60825
|
+
in: query
|
|
60826
|
+
description: Gets or sets the email for use in a query search.
|
|
60827
|
+
schema:
|
|
60828
|
+
type: string
|
|
60829
|
+
- name: ProviderId
|
|
60830
|
+
in: query
|
|
60831
|
+
description: Gets or sets the provider Id for use in a query search.
|
|
60832
|
+
schema:
|
|
60833
|
+
type: string
|
|
60834
|
+
format: uuid
|
|
60835
|
+
- name: VenueId
|
|
60836
|
+
in: query
|
|
60837
|
+
description: Gets or sets the venue Id for use in a query search.
|
|
60838
|
+
schema:
|
|
60839
|
+
type: string
|
|
60840
|
+
format: uuid
|
|
60841
|
+
- name: ProgrammeId
|
|
60842
|
+
in: query
|
|
60843
|
+
description: Gets or sets the programme Id for use in a query search.
|
|
60844
|
+
schema:
|
|
60845
|
+
type: string
|
|
60846
|
+
format: uuid
|
|
60847
|
+
- name: CustomerId
|
|
60848
|
+
in: query
|
|
60849
|
+
description: Gets or sets the customer Id for use in a query search.
|
|
60850
|
+
schema:
|
|
60851
|
+
type: string
|
|
60852
|
+
format: uuid
|
|
60853
|
+
- name: OrderIds
|
|
60854
|
+
in: query
|
|
60855
|
+
description: Gets or sets the queryable order ids.
|
|
60856
|
+
schema:
|
|
60857
|
+
type: array
|
|
60858
|
+
items:
|
|
60859
|
+
type: string
|
|
60860
|
+
format: uuid
|
|
60861
|
+
- name: SessionId
|
|
60862
|
+
in: query
|
|
60863
|
+
description: Gets or sets the session Id for use in a query search.
|
|
60864
|
+
schema:
|
|
60865
|
+
type: string
|
|
60866
|
+
format: uuid
|
|
60867
|
+
- name: FacilityId
|
|
60868
|
+
in: query
|
|
60869
|
+
description: Gets or sets the facility Id for use in a query search.
|
|
60870
|
+
schema:
|
|
60871
|
+
type: string
|
|
60872
|
+
format: uuid
|
|
60873
|
+
- name: CourseId
|
|
60874
|
+
in: query
|
|
60875
|
+
description: Gets or sets the course Id for use in a query search.
|
|
60876
|
+
schema:
|
|
60877
|
+
type: string
|
|
60878
|
+
format: uuid
|
|
60879
|
+
- name: OrderStage
|
|
60880
|
+
in: query
|
|
60881
|
+
description: Gets or sets the queryable order stage. This cannot be used in conjunction with IsBookedOrPendingPayment.
|
|
60882
|
+
schema:
|
|
60883
|
+
$ref: '#/components/schemas/OrderStage'
|
|
60884
|
+
- name: IsBookedOrPendingPayment
|
|
60885
|
+
in: query
|
|
60886
|
+
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.
|
|
60887
|
+
schema:
|
|
60888
|
+
type: boolean
|
|
60889
|
+
- name: OrderStages
|
|
60890
|
+
in: query
|
|
60891
|
+
description: Gets or sets the queryable order stages.
|
|
60892
|
+
schema:
|
|
60893
|
+
type: array
|
|
60894
|
+
items:
|
|
60895
|
+
$ref: '#/components/schemas/OrderStage'
|
|
60896
|
+
- name: OrderDateGTE
|
|
60897
|
+
in: query
|
|
60898
|
+
description: Gets or sets the queryable order date creted is greater than or equal to.
|
|
60899
|
+
schema:
|
|
60900
|
+
type: string
|
|
60901
|
+
format: date-time
|
|
60902
|
+
- name: OrderDateLTE
|
|
60903
|
+
in: query
|
|
60904
|
+
description: Gets or sets the queryable order date created is less than or equal to.
|
|
60905
|
+
schema:
|
|
60906
|
+
type: string
|
|
60907
|
+
format: date-time
|
|
60908
|
+
- name: PageNumber
|
|
60909
|
+
in: query
|
|
60910
|
+
description: Gets or sets the page number for paged queries.
|
|
60911
|
+
schema:
|
|
60912
|
+
type: integer
|
|
60913
|
+
format: int32
|
|
60914
|
+
- name: Take
|
|
60915
|
+
in: query
|
|
60916
|
+
description: 'Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.'
|
|
60917
|
+
schema:
|
|
60918
|
+
type: integer
|
|
60919
|
+
format: int32
|
|
60920
|
+
- name: Skip
|
|
60921
|
+
in: query
|
|
60922
|
+
description: 'Gets or sets how much items to skip from begining of db table, when this is set page is always 1.'
|
|
60923
|
+
schema:
|
|
60924
|
+
type: integer
|
|
60925
|
+
format: int32
|
|
60926
|
+
- name: LimitListRequests
|
|
60927
|
+
in: query
|
|
60928
|
+
description: Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
|
|
60929
|
+
schema:
|
|
60930
|
+
type: boolean
|
|
60931
|
+
- name: TenantId
|
|
60932
|
+
in: query
|
|
60933
|
+
description: Gets or sets the Tenant Id.
|
|
60934
|
+
schema:
|
|
60935
|
+
type: string
|
|
60936
|
+
format: uuid
|
|
60937
|
+
- name: ModifiedById
|
|
60938
|
+
in: query
|
|
60939
|
+
description: Gets or sets the Modifed By Id.
|
|
60729
60940
|
schema:
|
|
60730
60941
|
type: string
|
|
60731
60942
|
format: uuid
|
|
60943
|
+
- name: ModifiedByIds
|
|
60944
|
+
in: query
|
|
60945
|
+
description: Gets or sets the Modifed By Ids.
|
|
60946
|
+
schema:
|
|
60947
|
+
type: array
|
|
60948
|
+
items:
|
|
60949
|
+
type: string
|
|
60950
|
+
format: uuid
|
|
60951
|
+
- name: DateCreatedGTE
|
|
60952
|
+
in: query
|
|
60953
|
+
description: Gets or sets the Date Created greater than equal to.
|
|
60954
|
+
schema:
|
|
60955
|
+
type: string
|
|
60956
|
+
format: date-time
|
|
60957
|
+
- name: DateCreatedLTE
|
|
60958
|
+
in: query
|
|
60959
|
+
description: Gets or sets the Date Created less than equal to.
|
|
60960
|
+
schema:
|
|
60961
|
+
type: string
|
|
60962
|
+
format: date-time
|
|
60963
|
+
- name: IsLive
|
|
60964
|
+
in: query
|
|
60965
|
+
description: Gets or sets the queryable only is live status.
|
|
60966
|
+
schema:
|
|
60967
|
+
type: boolean
|
|
60968
|
+
- name: SortOrderDirection
|
|
60969
|
+
in: query
|
|
60970
|
+
description: Gets or sets the sort order direction.
|
|
60971
|
+
schema:
|
|
60972
|
+
$ref: '#/components/schemas/SearchSortOrderDirection'
|
|
60732
60973
|
responses:
|
|
60733
60974
|
'200':
|
|
60734
60975
|
description: OK
|
|
60735
60976
|
content:
|
|
60736
60977
|
text/plain:
|
|
60737
60978
|
schema:
|
|
60738
|
-
$ref: '#/components/schemas/
|
|
60979
|
+
$ref: '#/components/schemas/OrderPage'
|
|
60739
60980
|
application/json:
|
|
60740
60981
|
schema:
|
|
60741
|
-
$ref: '#/components/schemas/
|
|
60982
|
+
$ref: '#/components/schemas/OrderPage'
|
|
60742
60983
|
text/json:
|
|
60743
60984
|
schema:
|
|
60744
|
-
$ref: '#/components/schemas/
|
|
60985
|
+
$ref: '#/components/schemas/OrderPage'
|
|
60745
60986
|
'400':
|
|
60746
60987
|
description: Bad Request
|
|
60747
60988
|
content:
|
|
@@ -60778,46 +61019,87 @@ paths:
|
|
|
60778
61019
|
text/json:
|
|
60779
61020
|
schema:
|
|
60780
61021
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60781
|
-
|
|
60782
|
-
post:
|
|
61022
|
+
delete:
|
|
60783
61023
|
tags:
|
|
60784
61024
|
- PublicOrders
|
|
60785
|
-
summary:
|
|
60786
|
-
operationId:
|
|
61025
|
+
summary: Deletes the resource.
|
|
61026
|
+
operationId: DeleteByObject
|
|
60787
61027
|
parameters:
|
|
60788
61028
|
- name: x_tenant_subdomain
|
|
60789
61029
|
in: header
|
|
60790
61030
|
description: The tenants subdomain.
|
|
60791
61031
|
schema:
|
|
60792
61032
|
type: string
|
|
60793
|
-
- name: id
|
|
60794
|
-
in: path
|
|
60795
|
-
description: The order id.
|
|
60796
|
-
required: true
|
|
60797
|
-
schema:
|
|
60798
|
-
type: string
|
|
60799
|
-
format: uuid
|
|
60800
61033
|
requestBody:
|
|
60801
|
-
description: The
|
|
61034
|
+
description: The <typeparamref name="TObject" /> model.
|
|
60802
61035
|
content:
|
|
60803
61036
|
application/json:
|
|
60804
61037
|
schema:
|
|
60805
|
-
|
|
60806
|
-
items:
|
|
60807
|
-
type: string
|
|
60808
|
-
format: uuid
|
|
61038
|
+
$ref: '#/components/schemas/Order'
|
|
60809
61039
|
text/json:
|
|
60810
61040
|
schema:
|
|
60811
|
-
|
|
60812
|
-
items:
|
|
60813
|
-
type: string
|
|
60814
|
-
format: uuid
|
|
61041
|
+
$ref: '#/components/schemas/Order'
|
|
60815
61042
|
application/*+json:
|
|
60816
61043
|
schema:
|
|
60817
|
-
|
|
60818
|
-
|
|
60819
|
-
|
|
60820
|
-
|
|
61044
|
+
$ref: '#/components/schemas/Order'
|
|
61045
|
+
responses:
|
|
61046
|
+
'200':
|
|
61047
|
+
description: OK
|
|
61048
|
+
'400':
|
|
61049
|
+
description: Bad Request
|
|
61050
|
+
content:
|
|
61051
|
+
text/plain:
|
|
61052
|
+
schema:
|
|
61053
|
+
$ref: '#/components/schemas/ReachError'
|
|
61054
|
+
application/json:
|
|
61055
|
+
schema:
|
|
61056
|
+
$ref: '#/components/schemas/ReachError'
|
|
61057
|
+
text/json:
|
|
61058
|
+
schema:
|
|
61059
|
+
$ref: '#/components/schemas/ReachError'
|
|
61060
|
+
'500':
|
|
61061
|
+
description: Internal Server Error
|
|
61062
|
+
content:
|
|
61063
|
+
text/plain:
|
|
61064
|
+
schema:
|
|
61065
|
+
$ref: '#/components/schemas/ReachError'
|
|
61066
|
+
application/json:
|
|
61067
|
+
schema:
|
|
61068
|
+
$ref: '#/components/schemas/ReachError'
|
|
61069
|
+
text/json:
|
|
61070
|
+
schema:
|
|
61071
|
+
$ref: '#/components/schemas/ReachError'
|
|
61072
|
+
'422':
|
|
61073
|
+
description: Unprocessable Content
|
|
61074
|
+
content:
|
|
61075
|
+
text/plain:
|
|
61076
|
+
schema:
|
|
61077
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
61078
|
+
application/json:
|
|
61079
|
+
schema:
|
|
61080
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
61081
|
+
text/json:
|
|
61082
|
+
schema:
|
|
61083
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
61084
|
+
'/api/public/orders/{id}/with-validation':
|
|
61085
|
+
get:
|
|
61086
|
+
tags:
|
|
61087
|
+
- PublicOrders
|
|
61088
|
+
summary: Gets an Order and includes checks to ensure it is bookable.
|
|
61089
|
+
operationId: GetObjectWithOrderValidation
|
|
61090
|
+
parameters:
|
|
61091
|
+
- name: x_tenant_subdomain
|
|
61092
|
+
in: header
|
|
61093
|
+
description: The tenants subdomain.
|
|
61094
|
+
schema:
|
|
61095
|
+
type: string
|
|
61096
|
+
- name: id
|
|
61097
|
+
in: path
|
|
61098
|
+
description: The order id.
|
|
61099
|
+
required: true
|
|
61100
|
+
schema:
|
|
61101
|
+
type: string
|
|
61102
|
+
format: uuid
|
|
60821
61103
|
responses:
|
|
60822
61104
|
'200':
|
|
60823
61105
|
description: OK
|
|
@@ -60867,12 +61149,12 @@ paths:
|
|
|
60867
61149
|
text/json:
|
|
60868
61150
|
schema:
|
|
60869
61151
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60870
|
-
'/api/public/orders/{id}/cancel':
|
|
61152
|
+
'/api/public/orders/{id}/cancel-with-refund':
|
|
60871
61153
|
post:
|
|
60872
61154
|
tags:
|
|
60873
61155
|
- PublicOrders
|
|
60874
|
-
summary: Cancels the order.
|
|
60875
|
-
operationId:
|
|
61156
|
+
summary: Cancels the order and requests a refund.
|
|
61157
|
+
operationId: CancelWithRefund
|
|
60876
61158
|
parameters:
|
|
60877
61159
|
- name: x_tenant_subdomain
|
|
60878
61160
|
in: header
|
|
@@ -60956,30 +61238,46 @@ paths:
|
|
|
60956
61238
|
text/json:
|
|
60957
61239
|
schema:
|
|
60958
61240
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
60959
|
-
/api/public/orders/
|
|
61241
|
+
'/api/public/orders/{id}/cancel':
|
|
60960
61242
|
post:
|
|
60961
61243
|
tags:
|
|
60962
61244
|
- PublicOrders
|
|
60963
|
-
summary:
|
|
60964
|
-
operationId:
|
|
61245
|
+
summary: Cancels the order.
|
|
61246
|
+
operationId: Cancel
|
|
60965
61247
|
parameters:
|
|
60966
61248
|
- name: x_tenant_subdomain
|
|
60967
61249
|
in: header
|
|
60968
61250
|
description: The tenants subdomain.
|
|
60969
61251
|
schema:
|
|
60970
61252
|
type: string
|
|
61253
|
+
- name: id
|
|
61254
|
+
in: path
|
|
61255
|
+
description: The order id.
|
|
61256
|
+
required: true
|
|
61257
|
+
schema:
|
|
61258
|
+
type: string
|
|
61259
|
+
format: uuid
|
|
60971
61260
|
requestBody:
|
|
60972
|
-
description: The
|
|
61261
|
+
description: The order items in the case of a partial refund.
|
|
60973
61262
|
content:
|
|
60974
61263
|
application/json:
|
|
60975
61264
|
schema:
|
|
60976
|
-
|
|
61265
|
+
type: array
|
|
61266
|
+
items:
|
|
61267
|
+
type: string
|
|
61268
|
+
format: uuid
|
|
60977
61269
|
text/json:
|
|
60978
61270
|
schema:
|
|
60979
|
-
|
|
61271
|
+
type: array
|
|
61272
|
+
items:
|
|
61273
|
+
type: string
|
|
61274
|
+
format: uuid
|
|
60980
61275
|
application/*+json:
|
|
60981
61276
|
schema:
|
|
60982
|
-
|
|
61277
|
+
type: array
|
|
61278
|
+
items:
|
|
61279
|
+
type: string
|
|
61280
|
+
format: uuid
|
|
60983
61281
|
responses:
|
|
60984
61282
|
'200':
|
|
60985
61283
|
description: OK
|
|
@@ -61029,12 +61327,12 @@ paths:
|
|
|
61029
61327
|
text/json:
|
|
61030
61328
|
schema:
|
|
61031
61329
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
61032
|
-
/api/public/orders/
|
|
61330
|
+
/api/public/orders/update-basket:
|
|
61033
61331
|
post:
|
|
61034
61332
|
tags:
|
|
61035
61333
|
- PublicOrders
|
|
61036
|
-
summary:
|
|
61037
|
-
operationId:
|
|
61334
|
+
summary: Update basket for order.
|
|
61335
|
+
operationId: UpdateBasket
|
|
61038
61336
|
parameters:
|
|
61039
61337
|
- name: x_tenant_subdomain
|
|
61040
61338
|
in: header
|
|
@@ -61042,17 +61340,17 @@ paths:
|
|
|
61042
61340
|
schema:
|
|
61043
61341
|
type: string
|
|
61044
61342
|
requestBody:
|
|
61045
|
-
description: The
|
|
61343
|
+
description: The Order id.
|
|
61046
61344
|
content:
|
|
61047
61345
|
application/json:
|
|
61048
61346
|
schema:
|
|
61049
|
-
$ref: '#/components/schemas/
|
|
61347
|
+
$ref: '#/components/schemas/Order'
|
|
61050
61348
|
text/json:
|
|
61051
61349
|
schema:
|
|
61052
|
-
$ref: '#/components/schemas/
|
|
61350
|
+
$ref: '#/components/schemas/Order'
|
|
61053
61351
|
application/*+json:
|
|
61054
61352
|
schema:
|
|
61055
|
-
$ref: '#/components/schemas/
|
|
61353
|
+
$ref: '#/components/schemas/Order'
|
|
61056
61354
|
responses:
|
|
61057
61355
|
'200':
|
|
61058
61356
|
description: OK
|
|
@@ -61102,11 +61400,12 @@ paths:
|
|
|
61102
61400
|
text/json:
|
|
61103
61401
|
schema:
|
|
61104
61402
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
61105
|
-
|
|
61403
|
+
/api/public/orders/v2-temporary-route:
|
|
61404
|
+
post:
|
|
61106
61405
|
tags:
|
|
61107
61406
|
- PublicOrders
|
|
61108
|
-
summary:
|
|
61109
|
-
operationId:
|
|
61407
|
+
summary: Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
|
|
61408
|
+
operationId: Post
|
|
61110
61409
|
parameters:
|
|
61111
61410
|
- name: x_tenant_subdomain
|
|
61112
61411
|
in: header
|
|
@@ -61118,13 +61417,13 @@ paths:
|
|
|
61118
61417
|
content:
|
|
61119
61418
|
application/json:
|
|
61120
61419
|
schema:
|
|
61121
|
-
$ref: '#/components/schemas/
|
|
61420
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61122
61421
|
text/json:
|
|
61123
61422
|
schema:
|
|
61124
|
-
$ref: '#/components/schemas/
|
|
61423
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61125
61424
|
application/*+json:
|
|
61126
61425
|
schema:
|
|
61127
|
-
$ref: '#/components/schemas/
|
|
61426
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61128
61427
|
responses:
|
|
61129
61428
|
'200':
|
|
61130
61429
|
description: OK
|
|
@@ -61174,12 +61473,11 @@ paths:
|
|
|
61174
61473
|
text/json:
|
|
61175
61474
|
schema:
|
|
61176
61475
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
61177
|
-
|
|
61178
|
-
post:
|
|
61476
|
+
patch:
|
|
61179
61477
|
tags:
|
|
61180
61478
|
- PublicOrders
|
|
61181
|
-
summary:
|
|
61182
|
-
operationId:
|
|
61479
|
+
summary: Patches the resource.
|
|
61480
|
+
operationId: Patch
|
|
61183
61481
|
parameters:
|
|
61184
61482
|
- name: x_tenant_subdomain
|
|
61185
61483
|
in: header
|
|
@@ -61187,42 +61485,30 @@ paths:
|
|
|
61187
61485
|
schema:
|
|
61188
61486
|
type: string
|
|
61189
61487
|
requestBody:
|
|
61190
|
-
description: The
|
|
61488
|
+
description: The <typeparamref name="TObject" /> model.
|
|
61191
61489
|
content:
|
|
61192
61490
|
application/json:
|
|
61193
61491
|
schema:
|
|
61194
|
-
|
|
61195
|
-
items:
|
|
61196
|
-
$ref: '#/components/schemas/OrderPost'
|
|
61492
|
+
$ref: '#/components/schemas/OrderPatch'
|
|
61197
61493
|
text/json:
|
|
61198
61494
|
schema:
|
|
61199
|
-
|
|
61200
|
-
items:
|
|
61201
|
-
$ref: '#/components/schemas/OrderPost'
|
|
61495
|
+
$ref: '#/components/schemas/OrderPatch'
|
|
61202
61496
|
application/*+json:
|
|
61203
61497
|
schema:
|
|
61204
|
-
|
|
61205
|
-
items:
|
|
61206
|
-
$ref: '#/components/schemas/OrderPost'
|
|
61498
|
+
$ref: '#/components/schemas/OrderPatch'
|
|
61207
61499
|
responses:
|
|
61208
61500
|
'200':
|
|
61209
61501
|
description: OK
|
|
61210
61502
|
content:
|
|
61211
61503
|
text/plain:
|
|
61212
61504
|
schema:
|
|
61213
|
-
|
|
61214
|
-
items:
|
|
61215
|
-
$ref: '#/components/schemas/Order'
|
|
61505
|
+
$ref: '#/components/schemas/Order'
|
|
61216
61506
|
application/json:
|
|
61217
61507
|
schema:
|
|
61218
|
-
|
|
61219
|
-
items:
|
|
61220
|
-
$ref: '#/components/schemas/Order'
|
|
61508
|
+
$ref: '#/components/schemas/Order'
|
|
61221
61509
|
text/json:
|
|
61222
61510
|
schema:
|
|
61223
|
-
|
|
61224
|
-
items:
|
|
61225
|
-
$ref: '#/components/schemas/Order'
|
|
61511
|
+
$ref: '#/components/schemas/Order'
|
|
61226
61512
|
'400':
|
|
61227
61513
|
description: Bad Request
|
|
61228
61514
|
content:
|
|
@@ -61259,12 +61545,12 @@ paths:
|
|
|
61259
61545
|
text/json:
|
|
61260
61546
|
schema:
|
|
61261
61547
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
61262
|
-
/api/public/orders:
|
|
61263
|
-
|
|
61548
|
+
/api/public/orders/v2-temporary-route/list:
|
|
61549
|
+
post:
|
|
61264
61550
|
tags:
|
|
61265
61551
|
- PublicOrders
|
|
61266
|
-
summary:
|
|
61267
|
-
operationId:
|
|
61552
|
+
summary: Inserts a list of resources.
|
|
61553
|
+
operationId: PostList
|
|
61268
61554
|
parameters:
|
|
61269
61555
|
- name: x_tenant_subdomain
|
|
61270
61556
|
in: header
|
|
@@ -61272,244 +61558,42 @@ paths:
|
|
|
61272
61558
|
schema:
|
|
61273
61559
|
type: string
|
|
61274
61560
|
requestBody:
|
|
61275
|
-
description: The <typeparamref name="TObject"
|
|
61561
|
+
description: The list of <typeparamref name="TObject" />.
|
|
61276
61562
|
content:
|
|
61277
61563
|
application/json:
|
|
61278
61564
|
schema:
|
|
61279
|
-
|
|
61565
|
+
type: array
|
|
61566
|
+
items:
|
|
61567
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61280
61568
|
text/json:
|
|
61281
61569
|
schema:
|
|
61282
|
-
|
|
61570
|
+
type: array
|
|
61571
|
+
items:
|
|
61572
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61283
61573
|
application/*+json:
|
|
61284
61574
|
schema:
|
|
61285
|
-
|
|
61286
|
-
|
|
61287
|
-
|
|
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:
|
|
61326
|
-
tags:
|
|
61327
|
-
- PublicOrders
|
|
61328
|
-
summary: Gets a list of resources.
|
|
61329
|
-
operationId: GetPage
|
|
61330
|
-
parameters:
|
|
61331
|
-
- name: x_tenant_subdomain
|
|
61332
|
-
in: header
|
|
61333
|
-
description: The tenants subdomain.
|
|
61334
|
-
schema:
|
|
61335
|
-
type: string
|
|
61336
|
-
- name: Wildcard
|
|
61337
|
-
in: query
|
|
61338
|
-
description: Gets or sets the wildcard for use in a query search.
|
|
61339
|
-
schema:
|
|
61340
|
-
type: string
|
|
61341
|
-
- name: AccessCode
|
|
61342
|
-
in: query
|
|
61343
|
-
description: Gets or sets the access code for use in a query search.
|
|
61344
|
-
schema:
|
|
61345
|
-
type: string
|
|
61346
|
-
- name: CustomerName
|
|
61347
|
-
in: query
|
|
61348
|
-
description: Gets or sets the customer name for use in a query search.
|
|
61349
|
-
schema:
|
|
61350
|
-
type: string
|
|
61351
|
-
- name: Email
|
|
61352
|
-
in: query
|
|
61353
|
-
description: Gets or sets the email for use in a query search.
|
|
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'
|
|
61575
|
+
type: array
|
|
61576
|
+
items:
|
|
61577
|
+
$ref: '#/components/schemas/OrderPost'
|
|
61500
61578
|
responses:
|
|
61501
61579
|
'200':
|
|
61502
61580
|
description: OK
|
|
61503
61581
|
content:
|
|
61504
61582
|
text/plain:
|
|
61505
61583
|
schema:
|
|
61506
|
-
|
|
61584
|
+
type: array
|
|
61585
|
+
items:
|
|
61586
|
+
$ref: '#/components/schemas/Order'
|
|
61507
61587
|
application/json:
|
|
61508
61588
|
schema:
|
|
61509
|
-
|
|
61589
|
+
type: array
|
|
61590
|
+
items:
|
|
61591
|
+
$ref: '#/components/schemas/Order'
|
|
61510
61592
|
text/json:
|
|
61511
61593
|
schema:
|
|
61512
|
-
|
|
61594
|
+
type: array
|
|
61595
|
+
items:
|
|
61596
|
+
$ref: '#/components/schemas/Order'
|
|
61513
61597
|
'400':
|
|
61514
61598
|
description: Bad Request
|
|
61515
61599
|
content:
|
|
@@ -124017,6 +124101,31 @@ components:
|
|
|
124017
124101
|
format: uuid
|
|
124018
124102
|
additionalProperties: false
|
|
124019
124103
|
description: Post model for email setting inserts.
|
|
124104
|
+
EndUserIdentity:
|
|
124105
|
+
type: object
|
|
124106
|
+
properties:
|
|
124107
|
+
id:
|
|
124108
|
+
type: string
|
|
124109
|
+
description: Gets or sets the activities Id.
|
|
124110
|
+
format: uuid
|
|
124111
|
+
canonicalEmail:
|
|
124112
|
+
type: string
|
|
124113
|
+
description: Gets or sets the canonical email.
|
|
124114
|
+
nullable: true
|
|
124115
|
+
firstName:
|
|
124116
|
+
type: string
|
|
124117
|
+
description: Gets or sets the first name.
|
|
124118
|
+
nullable: true
|
|
124119
|
+
lastName:
|
|
124120
|
+
type: string
|
|
124121
|
+
description: Gets or sets the last name.
|
|
124122
|
+
nullable: true
|
|
124123
|
+
dateCreated:
|
|
124124
|
+
type: string
|
|
124125
|
+
description: Gets or sets the date created.
|
|
124126
|
+
format: date-time
|
|
124127
|
+
additionalProperties: false
|
|
124128
|
+
description: Represents an end user identity within the Reach application.
|
|
124020
124129
|
EndUserIdentitySecureToken:
|
|
124021
124130
|
type: object
|
|
124022
124131
|
properties:
|
|
@@ -124046,8 +124155,16 @@ components:
|
|
|
124046
124155
|
default: false
|
|
124047
124156
|
tenant:
|
|
124048
124157
|
$ref: '#/components/schemas/Tenant'
|
|
124158
|
+
endUserIdentity:
|
|
124159
|
+
$ref: '#/components/schemas/EndUserIdentity'
|
|
124049
124160
|
additionalProperties: false
|
|
124050
124161
|
description: Represents an end user identity within the Reach application.
|
|
124162
|
+
EventTiming:
|
|
124163
|
+
enum:
|
|
124164
|
+
- Upcoming
|
|
124165
|
+
- Past
|
|
124166
|
+
type: string
|
|
124167
|
+
description: EventTiming.
|
|
124051
124168
|
Facility:
|
|
124052
124169
|
required:
|
|
124053
124170
|
- dateCreated
|