OVPAY-1116 - Typo.

This commit is contained in:
Bas Boterman 2024-10-03 11:18:51 +02:00
parent 9741c5aa63
commit f6ec5ab3ff
2 changed files with 39 additions and 1 deletions

View 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": ""
}
}
]

View File

@ -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