Merge pull request 'added additional Query params for issuedVoucher CRUD' (#62) from OVPAY2738-adjustment-CRUD-PP into develop
Reviewed-on: #62
This commit is contained in:
commit
3f090c76b6
@ -1102,6 +1102,12 @@ paths:
|
|||||||
format: uuid
|
format: uuid
|
||||||
example: 058a1af7-897f-45d5-b691-9cc9161e387f
|
example: 058a1af7-897f-45d5-b691-9cc9161e387f
|
||||||
description: The id of the purchased product.
|
description: The id of the purchased product.
|
||||||
|
- in: query
|
||||||
|
name: productId
|
||||||
|
schema:
|
||||||
|
type: integer
|
||||||
|
example: 1
|
||||||
|
description: The id of the product and the issuedVouchers related to it
|
||||||
- in: query
|
- in: query
|
||||||
name: voucherCode
|
name: voucherCode
|
||||||
schema:
|
schema:
|
||||||
@ -1117,6 +1123,14 @@ paths:
|
|||||||
explode: false
|
explode: false
|
||||||
required: false
|
required: false
|
||||||
description: The moest recent status id of the voucher.
|
description: The moest recent status id of the voucher.
|
||||||
|
- in: query
|
||||||
|
name: orderBy
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
enum: [PurchasedProductCreatedOn, PurchasedProductLastUpdatedOn]
|
||||||
|
explode: false
|
||||||
|
required: false
|
||||||
|
description: The ordering of the issuedVouchers in the list
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
|
|||||||
0
src/trip.json
Normal file
0
src/trip.json
Normal file
Loading…
Reference in New Issue
Block a user