OVPAY-1518 - Replaced asterisk by query param.
This commit is contained in:
parent
976293e617
commit
bed4dddf3b
@ -419,12 +419,19 @@ paths:
|
|||||||
description: The transaction item was successfully updated in the database.
|
description: The transaction item was successfully updated in the database.
|
||||||
value:
|
value:
|
||||||
transactionItemId: 7c3a5b0f-b89e-4f02-8b09-d11c5a050a07
|
transactionItemId: 7c3a5b0f-b89e-4f02-8b09-d11c5a050a07
|
||||||
/transactionitems/responsestatus/*:
|
/transactionitems/responsestatus/{clientTrackingId}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Transactions v2.2
|
- Transactions v2.2
|
||||||
summary: Get the status of the transaction items POST.
|
summary: Get the status of the transaction items POST.
|
||||||
description: Get the status of the asynchronous transaction items POST processing.
|
description: Get the status of the asynchronous transaction items POST processing.
|
||||||
|
parameters:
|
||||||
|
- in: path
|
||||||
|
name: clientTrackingId
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
description: The clientTrackingId of the transaction items POST.
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user