Bulwark Web API Service Host

<back to all web services

ContactAddressRequest

Get ContactAddress

The following routes are available for this service:
GET,POST/api/Vanguard/ContactAddress

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

{
	Id: 0,
	Contact_Id: 0,
	ActiveOnly: False,
	DataObj: 
	[
		{
			Id: 0,
			Contact_Id: 0,
			Address: String,
			City: String,
			State_Id: 0,
			Zip: String,
			AddressType_Id: 0,
			Deleted: 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

{
	Id: 0,
	Contact_Id: 0,
	ActiveOnly: False,
	DataObj: 
	[
		{
			Id: 0,
			Contact_Id: 0,
			Address: String,
			City: String,
			State_Id: 0,
			Zip: String,
			AddressType_Id: 0,
			Deleted: False
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}