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}:
|
||||
parameters:
|
||||
- in: path
|
||||
name: purchasedProductId
|
||||
name: purchasedGboProductId
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user