Action type: Do
Resource type: unlockProvider
Unlocks a marketplace provider for the onOffice marketplace for an onOffice enterprise user. Sets the information, if a user is a regular customer.
See technical marketplace documentation for more information.
Parameter:
parameterCacheId
ARRAY. Parameter cache ID. The parameter cache contains information for the identification of the client.isRegularCustomer
BOOLEAN. Flag, if the user is a regular customer. That allows the provider to handle the payment process directly with the user. Possible values:1
(is regular customer) or0
. Default:0
Example:
... { "actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:do", "resourceid": "", "identifier": "", "resourcetype": "unlockProvider", "parameters": { "parameterCacheId": "PARAMETER CACHE ID", "isRegularCustomer": 0 } } ...
Response:
... [ 'success' => 'success', ] ...