OVPAY-1116 - Typo.
This commit is contained in:
parent
9741c5aa63
commit
f6ec5ab3ff
38
src/openapi/contracts/payments.json
Normal file
38
src/openapi/contracts/payments.json
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"paymentId": "",
|
||||||
|
"amount": "",
|
||||||
|
"paymentMethod": "",
|
||||||
|
"paymentDate": "",
|
||||||
|
"contractInvoice": {
|
||||||
|
"contractInvoiceId": "",
|
||||||
|
"contractId": "",
|
||||||
|
"externalReference": "",
|
||||||
|
"term": ""
|
||||||
|
},
|
||||||
|
"contract": {
|
||||||
|
"contractId": "",
|
||||||
|
"contractNumber": "",
|
||||||
|
"productName": "",
|
||||||
|
"customerProfileId": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"paymentId": "",
|
||||||
|
"amount": "",
|
||||||
|
"paymentMethod": "",
|
||||||
|
"paymentDate": "",
|
||||||
|
"contractInvoice": {
|
||||||
|
"contractInvoiceId": "",
|
||||||
|
"contractId": "",
|
||||||
|
"externalReference": "",
|
||||||
|
"term": "",
|
||||||
|
},
|
||||||
|
"contract": {
|
||||||
|
"contractId": "",
|
||||||
|
"contractNumber": "",
|
||||||
|
"productName": "",
|
||||||
|
"customerProfileId": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
@ -97,7 +97,7 @@ paths:
|
|||||||
/purchasedgboproducts/{purchasedGboProductId}:
|
/purchasedgboproducts/{purchasedGboProductId}:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: purchasedProductId
|
name: purchasedGboProductId
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user