The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
POST /jsv/reply/RequestUserPatch HTTP/1.1 
Host: rest.qacomplete.smartbear.com 
Content-Type: text/jsv
Content-Length: length
{
	dept_id: 0,
	id: 0,
	first_name: String,
	last_name: String,
	middle_name: String,
	email: String,
	is_security_admin: False,
	work_phone: String,
	fax: String,
	cell_phone: String,
	home_phone: String,
	other_phone: String,
	pager: String,
	time_zone_code: String,
	is_active: False
}
 
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
	id: 0,
	first_name: String,
	middle_name: String,
	last_name: String,
	work_phone: String,
	title: String,
	company_name: String,
	grouping: String,
	sub_grouping: String,
	email: String,
	web_site: String,
	is_logged_on: False,
	is_security_admin: False,
	is_active: False,
	date_first_logon: 0001-01-01,
	date_last_logon: 0001-01-01,
	nbr_times_logon: 0,
	remote_user_id: String,
	comments: String,
	time_zone_code: String,
	update_user_id: 0,
	date_created: 0001-01-01,
	date_updated: 0001-01-01,
	import_id: 0,
	primary_dept_id: 0,
	fax: String,
	cell_phone: String,
	home_phone: String,
	other_phone: String,
	pager: String,
	update_user_name: String
}