OVPAY-1518 - Added priority to endpoints.

This commit is contained in:
Bas Boterman 2025-03-05 10:23:49 +01:00
parent bed4dddf3b
commit 151a23c39a

View File

@ -10,7 +10,7 @@ servers:
paths:
/transactionitems:
get:
summary: Find transaction items.
summary: P1. Find transaction items.
description: Find transaction items.
tags:
- Transactions v2.2
@ -284,7 +284,7 @@ paths:
accountingSystemReference: U4F-123456
href: null
post:
summary: Add one ore more finanicial transaction items in bulk.
summary: P1. Add one ore more finanicial transaction items in bulk.
description: Add one ore more finanicial transaction items in bulk.
tags:
- Transactions v2.2
@ -375,7 +375,7 @@ paths:
required: true
description: The id of the transaction item.
patch:
summary: Update a transaction item.
summary: P1. Update a transaction item.
description: Update a transaction item.
tags:
- Transactions v2.2
@ -423,7 +423,7 @@ paths:
get:
tags:
- Transactions v2.2
summary: Get the status of the transaction items POST.
summary: P1. Get the status of the transaction items POST.
description: Get the status of the asynchronous transaction items POST processing.
parameters:
- in: path
@ -484,7 +484,7 @@ paths:
required: true
description: The id of the transaction item to process.
post:
summary: Add a processing failure.
summary: P1. Add a processing failure.
description: Add a processing failure.
tags:
- Failures v2.2
@ -532,7 +532,7 @@ paths:
required: true
description: The id of the transaction item to process.
post:
summary: Add an audit trail entry.
summary: P1. Add an audit trail entry.
description: Add an audit trail entry.
tags:
- Audit Trail v2.2
@ -580,7 +580,7 @@ paths:
transactionAuditTrailId: 37a8095b-19db-498f-9349-5f37d21c5bdf
/transactionaudittrails:
get:
summary: Find audit trail entries.
summary: P3. Find audit trail entries.
description: Find audit trail entries.
tags:
- Audit Trail v2.2
@ -803,7 +803,7 @@ paths:
href: null
/processingfailures:
get:
summary: Find processing failures.
summary: P1.Find processing failures.
description: Find processing failures.
tags:
- Failures v2.2
@ -985,7 +985,7 @@ paths:
required: true
description: The id of the processing failure.
patch:
summary: Update processing failure.
summary: P1. Update processing failure.
description: Update processing failure.
tags:
- Failures v2.2
@ -1018,7 +1018,7 @@ paths:
processingFailureId: 37a8095b-19db-498f-9349-5f37d21c5bdf
/bookingprocesses:
get:
summary: Find booking processes.
summary: P1. Find booking processes.
description: Find booking processes.
tags:
- Booking Processes v2.2
@ -1092,7 +1092,7 @@ paths:
identifyingFieldName: null
href: null
post:
summary: Add a booking process.
summary: P2. Add a booking process.
description: Add a booking process.
tags:
- Booking Processes v2.2
@ -1135,7 +1135,7 @@ paths:
required: true
description: The id of the booking process.
patch:
summary: Update a booking process.
summary: P2. Update a booking process.
description: Update a booking process.
tags:
- Booking Processes v2.2
@ -1176,7 +1176,7 @@ paths:
required: true
description: The id of the booking process.
post:
summary: Add booking metadata.
summary: P2. Add booking metadata.
description: Add booking metadata.
tags:
- Booking Processes v2.2
@ -1217,7 +1217,7 @@ paths:
bookingMetadataId: 6ce10520-9a73-4cb4-b8dd-39ee46ceb617
/bookingmetadata:
get:
summary: Find booking metadata.
summary: P1. Find booking metadata.
description: Find booking metadata.
tags:
- Booking Processes v2.2
@ -1357,7 +1357,7 @@ paths:
required: true
description: The id of the booking metadata.
patch:
summary: Update booking metadata.
summary: P2. Update booking metadata.
description: Update booking metadata.
tags:
- Booking Processes v2.2
@ -1398,7 +1398,7 @@ paths:
required: true
description: The id of the booking metadata.
post:
summary: Add booking group fields.
summary: P2. Add booking group fields.
description: Add booking group fields.
tags:
- Booking Processes v2.2
@ -1438,7 +1438,7 @@ paths:
required: true
description: The id of the booking metadata.
post:
summary: Add booking line metadata.
summary: P2. Add booking line metadata.
description: Add booking line metadata.
tags:
- Booking Processes v2.2
@ -1500,7 +1500,7 @@ paths:
bookingLineMetadataId: 6ce10520-9a73-4cb4-b8dd-39ee46ceb617
/bookinggroupfields:
get:
summary: Find booking group fields.
summary: P1. Find booking group fields.
description: Find booking group fields.
tags:
- Booking Processes v2.2
@ -1618,7 +1618,7 @@ paths:
required: true
description: The id of the booking group field.
delete:
summary: Delete booking group field.
summary: P2. Delete booking group field.
description: Delete booking group field.
tags:
- Booking Processes v2.2
@ -1627,7 +1627,7 @@ paths:
description: OK
/bookinglinemetadata:
get:
summary: Find booking line metadata.
summary: P1. Find booking line metadata.
description: Find booking line metadata.
tags:
- Booking Processes v2.2
@ -1957,7 +1957,7 @@ paths:
required: true
description: The id of the booking line metadata.
patch:
summary: Update booking line metadata.
summary: P2. Update booking line metadata.
description: Update booking line metadata.
tags:
- Booking Processes v2.2
@ -1988,7 +1988,7 @@ paths:
value:
bookingLineMetadataId: 6ce10520-9a73-4cb4-b8dd-39ee46ceb617
delete:
summary: Delete booking line metadata.
summary: P2. Delete booking line metadata.
description: Delete booking line metadata.
tags:
- Booking Processes v2.2
@ -1997,7 +1997,7 @@ paths:
description: OK
/taxmetadata:
get:
summary: Find tax metadata.
summary: P1. Find tax metadata.
description: Find tax metadata.
tags:
- Metadata v2.2
@ -2103,7 +2103,7 @@ paths:
validUntil: null
href: null
post:
summary: Add tax metadata.
summary: P3. Add tax metadata.
description: Add tax metadata.
tags:
- Metadata v2.2
@ -2147,7 +2147,7 @@ paths:
required: true
description: The id of the tax metadata.
patch:
summary: Update tax metadata.
summary: P3. Update tax metadata.
description: Update tax metadata.
tags:
- Metadata v2.2
@ -2178,7 +2178,7 @@ paths:
taxMetadataId: 7c3a5b0f-b89e-4f02-8b09-d11c5a050a07
/sourcemetadata:
get:
summary: Find source metadata.
summary: P1. Find source metadata.
description: Find source metadata.
tags:
- Metadata v2.2
@ -2283,7 +2283,7 @@ paths:
rejectionInfo: ao@htm.nl
href: null
post:
summary: Add source metadata.
summary: P3. Add source metadata.
description: Add source metadata.
tags:
- Metadata v2.2
@ -2328,7 +2328,7 @@ paths:
required: true
description: The id of the source metadata.
patch:
summary: Update source metadata.
summary: P3. Update source metadata.
description: Update source metadata.
tags:
- Metadata v2.2
@ -2359,7 +2359,7 @@ paths:
sourceMetadataId: 37a8095b-19db-498f-9349-5f37d21c5bdf
/accountingperiodmetadata:
get:
summary: Find accounting period metadata.
summary: P1. Find accounting period metadata.
description: Find accounting period metadata.
tags:
- Metadata v2.2
@ -2425,7 +2425,7 @@ paths:
isOpen: false
href: null
post:
summary: Add accounting period metadata.
summary: P2. Add accounting period metadata.
description: Add accounting period metadata.
tags:
- Metadata v2.2
@ -2466,7 +2466,7 @@ paths:
required: true
description: The id of the accounting period metadata.
patch:
summary: Update accounting period metadata.
summary: P2. Update accounting period metadata.
description: Update accounting period metadata.
tags:
- Metadata v2.2
@ -2497,7 +2497,7 @@ paths:
accountingPeriodMetadataId: 6ce10520-9a73-4cb4-b8dd-39ee46ceb617
/concessionmetadata:
get:
summary: Find concession metadata.
summary: P1. Find concession metadata.
description: Find concession metadata.
tags:
- Metadata v2.2
@ -2605,7 +2605,7 @@ paths:
validUntil: 2024-11-30T23:59:59.999
href: null
post:
summary: Add concession metadata.
summary: P2. Add concession metadata.
description: Add concession metadata.
tags:
- Metadata v2.2
@ -2650,7 +2650,7 @@ paths:
required: true
description: The id of the concession metadata.
patch:
summary: Update concession metadata.
summary: P2. Update concession metadata.
description: Update concession metadata.
tags:
- Metadata v2.2
@ -2797,7 +2797,7 @@ paths:
$ref: "#/components/schemas/MetadataAuditTrailsPostResponseBody"
/concessions:
get:
summary: Get all concessions.
summary: P1. Get all concessions.
description: Get all concessions.
tags:
- References v2.2