develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 5724c0c3cf - Show all commits

View File

@ -1863,11 +1863,11 @@ components:
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/TransactionItem' $ref: "#/components/schemas/TransactionItem"
TransactionItem: TransactionItem:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: 6962e56b-c7dd-3336-9627-6687f007ee07 example: 6962e56b-c7dd-3336-9627-6687f007ee07
transactionItemRowId: transactionItemRowId:
@ -2205,17 +2205,17 @@ components:
ProcessingFailuresGetResponseBody: ProcessingFailuresGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#ProcessingFailure example: $metadata#ProcessingFailure
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/ProcessingFailure' $ref: "#/components/schemas/ProcessingFailure"
ProcessingFailure: ProcessingFailure:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: 464155e4-0018-3676-8102-42429f14f2ed example: 464155e4-0018-3676-8102-42429f14f2ed
processingFailureRowId: processingFailureRowId:
@ -2333,17 +2333,17 @@ components:
TransactionAuditTrailsGetResponseBody: TransactionAuditTrailsGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#TransactionAuditTrail example: $metadata#TransactionAuditTrail
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/TransactionAuditTrail' $ref: "#/components/schemas/TransactionAuditTrail"
TransactionAuditTrail: TransactionAuditTrail:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: a669b92c-1a10-3dd6-b4d1-efaed0629db8 example: a669b92c-1a10-3dd6-b4d1-efaed0629db8
transactionAuditTrailRowId: transactionAuditTrailRowId:
@ -2399,17 +2399,17 @@ components:
BookingProcessesGetResponseBody: BookingProcessesGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#BookingProcess example: $metadata#BookingProcess
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/BookingProcess' $ref: "#/components/schemas/BookingProcess"
BookingProcess: BookingProcess:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: 9e8b14cf-c03a-3be7-b9ec-ef5dd6948217 example: 9e8b14cf-c03a-3be7-b9ec-ef5dd6948217
bookingProcessRowId: bookingProcessRowId:
@ -2491,17 +2491,17 @@ components:
BookingMetadataGetResponseBody: BookingMetadataGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#BookingMetadata example: $metadata#BookingMetadata
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/BookingMetadata' $ref: "#/components/schemas/BookingMetadata"
BookingMetadata: BookingMetadata:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: f477014f-8bf2-3e72-b9b6-1bb609840b61 example: f477014f-8bf2-3e72-b9b6-1bb609840b61
bookingMetadataRowId: bookingMetadataRowId:
@ -2689,17 +2689,17 @@ components:
BookingGroupFieldsGetResponseBody: BookingGroupFieldsGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#BookingGroupField example: $metadata#BookingGroupField
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/BookingGroupField' $ref: "#/components/schemas/BookingGroupField"
BookingGroupField: BookingGroupField:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: ef520db0-4e3d-39a0-926f-f37ad49bb7cf example: ef520db0-4e3d-39a0-926f-f37ad49bb7cf
bookingGroupFieldRowId: bookingGroupFieldRowId:
@ -2800,17 +2800,17 @@ components:
BookingLineMetadataGetResponseBody: BookingLineMetadataGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#BookingLineMetadata example: $metadata#BookingLineMetadata
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/BookingLineMetadata' $ref: "#/components/schemas/BookingLineMetadata"
BookingLineMetadata: BookingLineMetadata:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: c0afe2d6-f4b2-321a-ae6b-2dc72b25ebc1 example: c0afe2d6-f4b2-321a-ae6b-2dc72b25ebc1
bookingLineMetadataRowId: bookingLineMetadataRowId:
@ -3094,17 +3094,17 @@ components:
TaxMetadataGetResponseBody: TaxMetadataGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#TaxMetadata example: $metadata#TaxMetadata
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/TaxMetadata' $ref: "#/components/schemas/TaxMetadata"
TaxMetadata: TaxMetadata:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: e4e7c773-eb7a-3fe0-960d-df1744127a7b example: e4e7c773-eb7a-3fe0-960d-df1744127a7b
taxMetadataRowId: taxMetadataRowId:
@ -3206,17 +3206,17 @@ components:
SourceMetadataGetResponseBody: SourceMetadataGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#SourceMetadata example: $metadata#SourceMetadata
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/SourceMetadata' $ref: "#/components/schemas/SourceMetadata"
SourceMetadata: SourceMetadata:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: d7df8249-3e72-35f2-a069-d845e8e2cbba example: d7df8249-3e72-35f2-a069-d845e8e2cbba
sourceMetadataRowId: sourceMetadataRowId:
@ -3323,17 +3323,17 @@ components:
AccountingPeriodMetadataGetResponseBody: AccountingPeriodMetadataGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#AccountingPeriodMetadata example: $metadata#AccountingPeriodMetadata
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/AccountingPeriodMetadata' $ref: "#/components/schemas/AccountingPeriodMetadata"
AccountingPeriodMetadata: AccountingPeriodMetadata:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: 333d6b7d-b709-3b89-89e0-bcb3d5fdddfc example: 333d6b7d-b709-3b89-89e0-bcb3d5fdddfc
accountingPeriodMetadataRowId: accountingPeriodMetadataRowId:
@ -3395,17 +3395,17 @@ components:
ConcessionMetadataGetResponseBody: ConcessionMetadataGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#ConcessionMetadata example: $metadata#ConcessionMetadata
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/ConcessionMetadata' $ref: "#/components/schemas/ConcessionMetadata"
ConcessionMetadata: ConcessionMetadata:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: 77c78584-7ce8-3cf5-b89e-73b888d72d70 example: 77c78584-7ce8-3cf5-b89e-73b888d72d70
concessionMetadataRowId: concessionMetadataRowId:
@ -3496,17 +3496,17 @@ components:
ConcessionsGetResponseBody: ConcessionsGetResponseBody:
type: object type: object
properties: properties:
'@odata.context': "@odata.context":
type: string type: string
example: $metadata#Concession example: $metadata#Concession
value: value:
type: array type: array
items: items:
$ref: '#/components/schemas/Concession' $ref: "#/components/schemas/Concession"
Concession: Concession:
type: object type: object
properties: properties:
'@odata.etag': "@odata.etag":
type: string type: string
example: 49bfa10d-b80d-3f2f-b3c2-9a5da3182cc3 example: 49bfa10d-b80d-3f2f-b3c2-9a5da3182cc3
concessionRowId: concessionRowId: