OVPAY-2186 - Added contractversion to /customers/{customerProfileId}/contracts.
This commit is contained in:
parent
90559cd633
commit
581d9a0658
@ -52,6 +52,19 @@ paths:
|
|||||||
"billingDay": 15,
|
"billingDay": 15,
|
||||||
"highestInvoiceTerm": 1,
|
"highestInvoiceTerm": 1,
|
||||||
"created": "2024-08-01 15:01:00.000",
|
"created": "2024-08-01 15:01:00.000",
|
||||||
|
"contractVersions":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"contractVersionId": 1,
|
||||||
|
"termsAndConditions": "https://www.htm.nl/reisproducten/productvoorwaarden/htm-maandkorting/",
|
||||||
|
"productId": 1,
|
||||||
|
"productName": "HTM Maand 20% korting",
|
||||||
|
"taxCode": "V9",
|
||||||
|
"taxPercentage": 9.0,
|
||||||
|
"termAmountInclTax": 400,
|
||||||
|
"start": "2024-08-01 15:01:00.000",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"contractId": "f07253e6-c364-474c-a342-a10a4a7cf305",
|
"contractId": "f07253e6-c364-474c-a342-a10a4a7cf305",
|
||||||
@ -66,8 +79,22 @@ paths:
|
|||||||
"billingDay": 15,
|
"billingDay": 15,
|
||||||
"highestInvoiceTerm": 1,
|
"highestInvoiceTerm": 1,
|
||||||
"created": "2024-08-01 15:01:00.000",
|
"created": "2024-08-01 15:01:00.000",
|
||||||
|
"contractVersions":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"contractVersionId": 1,
|
||||||
|
"termsAndConditions": "https://www.htm.nl/reisproducten/productvoorwaarden/htm-maandkorting/",
|
||||||
|
"productId": 1,
|
||||||
|
"productName": "HTM Maand 20% korting",
|
||||||
|
"taxCode": "V9",
|
||||||
|
"taxPercentage": 9.0,
|
||||||
|
"termAmountInclTax": 400,
|
||||||
|
"start": "2024-08-01 15:01:00.000",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
"href": null,
|
||||||
}
|
}
|
||||||
post:
|
post:
|
||||||
summary: Create a contract for an existing customer profile.
|
summary: Create a contract for an existing customer profile.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user