This API call allows the partner to re-submit a failed serial activation request for a specific provision.
Authentication is done using Oauth2 token.
Scope: PARTNERS_WRITE
Request Format
POST v2/partners/<partnerUsername>/reSubmitActivation/<productId>
Input Parameters
The following table provides the input parameters and descriptions.
| Parameter | Description | 
| partnerUsername | String, partner username. | 
| productId | Integer, product id (from norad.bcc_products). | 
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
