StarterTemplate ASP.NET Host

<back to all web services

RequestTrialSignupPost

TrialSignup Service

The following routes are available for this service:
POST/service/api/v1/trialAdds a new Trial account.

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/RequestTrialSignupPost HTTP/1.1 
Host: rest.qacomplete.smartbear.com 
Content-Type: application/json
Content-Length: length

{"first_name":"String","mi":"String","last_name":"String","phone":"String","email":"String","company":"String","address1":"String","address2":"String","city":"String","state":"String","zip":"String","country":"String","edition":"String","time_zone_code":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"status":"String","trial_info":{"dept_name":"String","trial_started":"0001-01-01T00:00:00.0000000","trial_expired":"0001-01-01T00:00:00.0000000"},"trial_login_url":"String","error_message":"String"}