Bulwark Web API Service Host

<back to all web services

UserValidationRequest

Get, Post UserValidation

The following routes are available for this service:
GET,POST,OPTIONS/api/Membership/UserValidation

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/UserValidationRequest HTTP/1.1 
Host: vghost.bulwarkpestcontrol.com 
Content-Type: text/jsv
Content-Length: length

{
	RefId: String,
	City: String,
	State: String,
	Email: String,
	DataObj: 
	[
		{
			Id: 0,
			RefId: String,
			City: String,
			State: String,
			Zip: String,
			Email: String,
			FirstName: String,
			LastName: String,
			Address: String,
			UserName: String,
			Password: String,
			Employee: False,
			Administrator: False,
			Exists: False,
			Active: False
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	RefId: String,
	City: String,
	State: String,
	Email: String,
	DataObj: 
	[
		{
			Id: 0,
			RefId: String,
			City: String,
			State: String,
			Zip: String,
			Email: String,
			FirstName: String,
			LastName: String,
			Address: String,
			UserName: String,
			Password: String,
			Employee: False,
			Administrator: False,
			Exists: False,
			Active: False
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}