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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/reply/RequestTrialSignupPost HTTP/1.1 
Host: rest.qacomplete.smartbear.com 
Content-Type: text/jsv
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: text/jsv
Content-Length: length

{
	status: String,
	trial_info: 
	{
		dept_name: String,
		trial_started: 0001-01-01,
		trial_expired: 0001-01-01
	},
	trial_login_url: String,
	error_message: String
}