OVPAY-1946 - Updated bulk responsestatus endpoints.
This commit is contained in:
parent
207c6961a8
commit
361d194bc4
@ -3026,32 +3026,32 @@ paths:
|
|||||||
startTime: 2025-02-14T05:32:47.0672237Z
|
startTime: 2025-02-14T05:32:47.0672237Z
|
||||||
status: Running
|
status: Running
|
||||||
clientTrackingId: 08584620957189579629541919368CU00
|
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
|
retryAfter: 10
|
||||||
security:
|
security:
|
||||||
- default: []
|
- default: []
|
||||||
x-auth-type: Application & Application User
|
x-auth-type: Application & Application User
|
||||||
x-throttling-tier: Unlimited
|
x-throttling-tier: Unlimited
|
||||||
/transactionitems/responsestatus/reject/{clientTrackingId}:
|
/transactionitems/bulk/responsestatus/{clientTrackingId}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Bulk processing v2.2
|
- Bulk processing v2.2
|
||||||
summary: Get the status of the transaction item bulk reject.
|
summary: Get the status of the transaction item bulk patch.
|
||||||
description: Get the status of the asynchronous transaction item bulk reject.
|
description: Get the status of the asynchronous transaction item bulk patch.
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: clientTrackingId
|
name: clientTrackingId
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
description: The clientTrackingId of the transaction item bulk reject.
|
description: The clientTrackingId of the transaction item bulk patch.
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/TransactionItemsRejectResponseStatusGetResponseBody"
|
$ref: "#/components/schemas/TransactionItemsBulkResponseStatusGetResponseBody"
|
||||||
examples:
|
examples:
|
||||||
Batch successfully processed:
|
Batch successfully processed:
|
||||||
summary: Batch successfully processed
|
summary: Batch successfully processed
|
||||||
@ -4903,7 +4903,7 @@ components:
|
|||||||
required:
|
required:
|
||||||
- transactionItemId
|
- transactionItemId
|
||||||
- status
|
- status
|
||||||
TransactionItemsRejectResponseStatusGetResponseBody:
|
TransactionItemsBulkResponseStatusGetResponseBody:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
summary:
|
summary:
|
||||||
@ -4920,23 +4920,6 @@ components:
|
|||||||
- total
|
- total
|
||||||
required:
|
required:
|
||||||
- summary
|
- 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:
|
rfc9457:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user