OVPAY-2201 - Added endpoints for contract changes. #54

Merged
bboterm merged 2 commits from feature/OVPAY-2201 into develop 2026-03-04 09:44:38 +00:00
Showing only changes of commit c3af1e9adf - Show all commits

View File

@ -610,17 +610,12 @@ paths:
All change moments of a contract. The response contains the All change moments of a contract. The response contains the
allowed change moments for the current contract term. allowed change moments for the current contract term.
value: value:
{
"changeMoments":
[
{ {
"changeMoment": "termBound", "changeMoment": "termBound",
"termDuration": "P1M", "termDuration": "P1M",
"billingDay": 18, "billingDay": 18,
"changeFrom": "2024-08-10T00:00:00", "changeFrom": "2024-08-10T00:00:00",
"changeUntil": "2024-08-10T03:59:59", "changeUntil": "2024-08-10T03:59:59",
},
],
} }
/contracts/{uuid}/changevalidation: /contracts/{uuid}/changevalidation:
parameters: parameters: