OVPAY-973 - Added ovPayTokenId example to POST.
This commit is contained in:
parent
c7fa48b554
commit
591347e080
@ -414,10 +414,12 @@ paths:
|
|||||||
value:
|
value:
|
||||||
{
|
{
|
||||||
"emailAddress": "anonymous@mymailprovider.com",
|
"emailAddress": "anonymous@mymailprovider.com",
|
||||||
"notificationCategoryId": 1
|
"notificationCategoryId": 1,
|
||||||
}
|
}
|
||||||
Create notificationSubscription account active:
|
Create notificationSubscription account active:
|
||||||
value: { "notificationCategoryId": 2 }
|
value: { "notificationCategoryId": 2 }
|
||||||
|
Create notificationSubscription for token:
|
||||||
|
value: { "notificationCategoryId": 3, "ovPayTokenId": 42 }
|
||||||
responses:
|
responses:
|
||||||
"201":
|
"201":
|
||||||
description: Created
|
description: Created
|
||||||
@ -442,7 +444,10 @@ paths:
|
|||||||
{
|
{
|
||||||
"notificationSubscriptionId": "6b88eba1-af1f-42fc-82d3-d7202d5f1afe",
|
"notificationSubscriptionId": "6b88eba1-af1f-42fc-82d3-d7202d5f1afe",
|
||||||
"notificationCategory":
|
"notificationCategory":
|
||||||
{ "notificationCategoryId": 2, "name": "Nieuwsbrief aanmelding" },
|
{
|
||||||
|
"notificationCategoryId": 2,
|
||||||
|
"name": "Nieuwsbrief aanmelding",
|
||||||
|
},
|
||||||
"isActive": True,
|
"isActive": True,
|
||||||
}
|
}
|
||||||
"405":
|
"405":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user