Action type: Do
Resource type: marketplaceCancelAbo
This call is used in the customer versions to cancel a subscription for the onOffice marketplace.
See technical marketplace documentation for more information.
Parameter:
aboid
STRING. Subscription ID.cancelationDate
DATE. Cancelation date. From this date on no more debits will be made.extendedclaim
STRING. Extended claim. See here for more information.
Example:
{
"actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:do",
"resourceid": "",
"identifier": "",
"resourcetype": "marketplaceCancelAbo",
"parameters": {
"aboid": "5",
"cancelationDate": "2019-10-05",
"extendedclaim": "ctguyroHtO7_6XaBpJgwUB_npk8nGUPociZaKzYfAEYRXFR_Cv879mYelDHEEfeB754tN7HWFcQN4Aq2B-8lpBYHYEE0xeHxoJ6yRZMJjOyHdno1514ycUD0buDx0GYVLx7fgL_BEYgvz3aQgToYL05WxXQTrE23EkM4XLEjUN-nlHHH7OqC9R9yZF-KNrgz7qDAEVNY9MHcmFxO_8RRicWEzr9kPRGBpmPhx6OUUf-2UljhG_SdiETiQROOAar9"
}
}
Response:
{
"status": {
"code": 200,
"errorcode": 0,
"message": "OK"
},
"response": {
"results": [
{
"actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:do",
"resourceid": "",
"resourcetype": "marketplaceCancelAbo",
"cacheable": false,
"identifier": "",
"data": {
"meta": {
"cntabsolute": null
},
"records": [
{
"id": 0,
"type": "",
"elements": {
"result": "success"
}
}
]
},
"status": {
"errorcode": 0,
"message": "OK"
}
}
]
}
}
