This API call allows the partner to display a list of the partners serial activation requests for provisions.
Authentication is done using Oauth2 token.
Scope: ROLE_PARTNERS_READ
Request Format
GET v2/partners/<partnerUsername>/provisions
Input Parameters
The following table provides the input parameters and descriptions.
Parameter | Description |
partnerUsername | String, partner username. |
Output Parameters
The following table provides the output parameters and descriptions.
Parameter | Description | ||||||||||||||||||||||
data | Integer, data: Array of objects with:
|
Response Example
{
"data": [
{
"productId": 94637,
"subPartner": "None",
"account": "superman_3_acc_3",
"bosOrderNr": "",
"serial": "",
"noOfSeats": 10,
"price": "1.00",
"isBillable": 1,
"ssgStatus": 5,
"issueDate": "0000-00-00 00:00:00",
"endDate": "2021-04-30 00:00:00",
"bosStatus": 0
}
]
}
Output Data
Response status: 200 OK