Register an account to a marketplace
PUT /api/accounts/register
Registers an account to a marketplace.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
x-account-id |
string |
header |
True |
NetApp tenancy account ID |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
mpProvider |
string |
True |
Customer subscription provider received from the marketplace |
mpCustomerToken |
string |
True |
Customer subscription token received from the marketplace |
Example request
{
"mpProvider": "string",
"mpCustomerToken": "string"
}
Response
Status: 200, Default Response