Method Name: RequestTrial()
Parameters:
Name | Type | Required | Description |
id | guid | Yes | This customer id value is provided after successfully creating a new account or by finding an account from an email address FindAccount() |
productid | guid | Yes | The product ID can be found in your development partner agreement with Red Rook. |
URL: https://registration.theredrook.com/RequestTrial/02dfccda-bf32-4d9f-81eb-af4cdd949360?productid=ea15bb16-5171-4b98-9c77-4c503d9040d8
Success Status Code: 200 (Success)
Success response: None
Error Status Code: 400 (Bad Request)
Error response: JSON
{
"Error": "The requested trial is unavailable for this product."
}
{
"Error": "The requested product could not be identified."
}
{
"Error": "This customer already has a license issued for the requested product."
}
{
"Error": "The requested customer could not be identified."
}