Matterial SaaS Instance Manager - API - sendconfirmation
Sends confirmation mail to recipient
Sends confirmation mail to recipient
POST <application-url>/sendconfirmation
application/json
AuthRequest
{
"account": {
"login": {
"email": "kpa@dev.null"
}
},
"captcha": null,
"subscription": {
"paymentToken": null,
"items": {
"1001STORAGEEB2017": 4,
"1001REVIEWEB2018": 10,
"1001TEAMEB2017": 1,
"1001USEREB2017": 10
}
},
"language": "de"
}