InviteAnonymousCustomerToPrototype

This resource will return an invitation to use an environment, which the user can send, separately, at a later time. The environment is based on the specified usage package and the specific prototype (where several prototypes may be associated with the usage package).

Request URL

GET https://use.cloudshare.com/Api/v1/Admin/InviteAnonymousCustomerToPrototype?usagePackageId=<usage>&opportunity=<opportunity>&validForDays=<validdays>&owningSEId=<ownSE>&prototypeId=<prototype>&UserApiId=<id>>&timestamp=<time_t>&HMAC=<signature>

Parameters

usagePackageId The id for the usage package to be used for the new environment
Example: PVSV2TWQQ2BA
opportunity The name of the (business) opportunity associated with this user
Example: Op
validForDays The number of days the invitation is valid
owningSEId The id of the Sales Engineer to whom the new user will be assigned.
prototypeId The id of the prototype which the new user will be invited to use.
Example: UGK0MB1B0VRB

Response example

{
    "acceptUrl": "https://use.cloudshare.com/Ent/AcceptInvitation.mvc?inv=om7S_CjOZls",
    "detailsUrl": "https://use.cloudshare.com/Ent/Vendor/InvitationDetails.aspx?inv=om7S_CjOZls",
    "message": "An invitation was created successfully"
}

Code sample