POST /v1/clients/{clientId}/partner-subscriptions/{subscriptionId}/periods
{
"periods": [
{
"periodId": "string",
"start": "2023-10-04",
"end": "2023-10-04",
"price": {
"grossAmount": 0,
"vatPercentage": 50
}
}
]
}
{
"periods": [
{
"periodId": "string",
"status": "NOT_INVOICED",
"start": "2023-10-04",
"end": "2023-10-04",
"price": {
"grossAmount": 0,
"vatPercentage": 50,
"currencyCode": "string"
}
}
]
}