OVPAY-973 - Added ovPayTokenId example to POST.

This commit is contained in:
Bas Boterman 2026-01-27 10:42:21 +01:00
parent c7fa48b554
commit 591347e080

View File

@ -414,10 +414,12 @@ paths:
value:
{
"emailAddress": "anonymous@mymailprovider.com",
"notificationCategoryId": 1
"notificationCategoryId": 1,
}
Create notificationSubscription account active:
value: { "notificationCategoryId": 2 }
Create notificationSubscription for token:
value: { "notificationCategoryId": 3, "ovPayTokenId": 42 }
responses:
"201":
description: Created
@ -442,7 +444,10 @@ paths:
{
"notificationSubscriptionId": "6b88eba1-af1f-42fc-82d3-d7202d5f1afe",
"notificationCategory":
{ "notificationCategoryId": 2, "name": "Nieuwsbrief aanmelding" },
{
"notificationCategoryId": 2,
"name": "Nieuwsbrief aanmelding",
},
"isActive": True,
}
"405":