Activation Parameters Example
The following is an example of the activation parameters to create a new Dropbox team. You can use this example to build your own request by providing the required values for each property according to the information provided in this guide.
- Refer to CloudBlue Commerce API documentation for additional information on how to manage orders through the platform's API.
Copy
"params": [
{
"id": "team_action",
"value": "new"
},
{
"id": "email",
"value": "new_team@domain.org"
},
{
"id": "selected_team_name",
"value": "New Team"
},
{
"id": "data_residency",
"value": "US"
},
{
"id": "dropbox_team_id",
"value": "dbtid:1111111111"
}
]
Example of a Tier Configuration Request:
Copy
"params": [
{
"id": "dbx_reseller_id_T1",
"value": "XX1122PPXX"
}
]