This API call allows the partner to create a new provision request for Barracuda Essentials (ESS) and Barracuda Content Shield (BCS) services.
Authentication is done using Oauth2 token.
Scope: ROLE_PARTNERS_WRITE
Request Format
POST v2/partners/<partnerUsername>/skus/provision
Input Parameters
The following table provides the input parameters and descriptions.
Parameter | Description |
partnerUsername | String, partner username. |
partner_sku_id | Integer, id of the service for the provision. |
account_id | Integer, account id for the provision. |
no_of_units | Integer, number of requested units for this provision. |
Example
{
"partner_sku_id": 215296,
"account_id": 147645,
"no_of_units": 1
}
Output Parameters
The following table provides the output parameters and descriptions.
Parameter | Description | ||
data | Integer, data:. Array of objects with:
|
Response Example
{
"data": {
"id": 100169
}
}
Output Data
Response status: 202 Accepted