From 361d194bc46db142e9914c18054d7c86b35cebe0 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Wed, 26 Nov 2025 15:23:18 +0100 Subject: [PATCH] OVPAY-1946 - Updated bulk responsestatus endpoints. --- src/openapi/fiko/fiko-crud.yaml | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index 09d09c8..fe3fa91 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -3026,32 +3026,32 @@ paths: startTime: 2025-02-14T05:32:47.0672237Z status: Running clientTrackingId: 08584620957189579629541919368CU00 - callbackurl: https://api.integratielaag.nl/transactionitems/reject/responsestatus/runtime/webhooks/workflow/scaleUnits/prod-00/workflows/6fd466916c + callbackurl: https://api.integratielaag.nl/transactionitems/bulk/responsestatus/webhooks/workflow/scaleUnits/prod-00/workflows/6fd466916c retryAfter: 10 security: - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited - /transactionitems/responsestatus/reject/{clientTrackingId}: + /transactionitems/bulk/responsestatus/{clientTrackingId}: get: tags: - Bulk processing v2.2 - summary: Get the status of the transaction item bulk reject. - description: Get the status of the asynchronous transaction item bulk reject. + summary: Get the status of the transaction item bulk patch. + description: Get the status of the asynchronous transaction item bulk patch. parameters: - in: path name: clientTrackingId schema: type: string required: true - description: The clientTrackingId of the transaction item bulk reject. + description: The clientTrackingId of the transaction item bulk patch. responses: "200": description: OK content: application/json: schema: - $ref: "#/components/schemas/TransactionItemsRejectResponseStatusGetResponseBody" + $ref: "#/components/schemas/TransactionItemsBulkResponseStatusGetResponseBody" examples: Batch successfully processed: summary: Batch successfully processed @@ -4903,7 +4903,7 @@ components: required: - transactionItemId - status - TransactionItemsRejectResponseStatusGetResponseBody: + TransactionItemsBulkResponseStatusGetResponseBody: type: object properties: summary: @@ -4920,23 +4920,6 @@ components: - total required: - summary - TransactionItemsReturnResponseStatusGetResponseBody: - type: object - properties: - summary: - type: object - properties: - returned: - type: integer - example: 3 - total: - type: integer - example: 3 - required: - - returned - - total - required: - - summary rfc9457: type: object properties: