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

@ -611,16 +611,11 @@ paths:
allowed change moments for the current contract term. allowed change moments for the current contract term.
value: value:
{ {
"changeMoments": "changeMoment": "termBound",
[ "termDuration": "P1M",
{ "billingDay": 18,
"changeMoment": "termBound", "changeFrom": "2024-08-10T00:00:00",
"termDuration": "P1M", "changeUntil": "2024-08-10T03:59:59",
"billingDay": 18,
"changeFrom": "2024-08-10T00:00:00",
"changeUntil": "2024-08-10T03:59:59",
},
],
} }
/contracts/{uuid}/changevalidation: /contracts/{uuid}/changevalidation:
parameters: parameters: