BAwarranty Server V1

<back to all web services

BAGuest_GetCommunityList

The following routes are available for this service:
All Verbs/BAGuest_GetCommunityList
BAGuest_GetCommunityList Parameters:
NameParameterData TypeRequiredDescription
xemailquerystringYes
xpasswordquerystringYes
EquipmentTypequerystringYes
BAGuest_CommunityList Parameters:
NameParameterData TypeRequiredDescription
rtnformstringNo
msgformstringNo
listformList<BAGuest_CommunityItem>No
BAGuest_CommunityItem Parameters:
NameParameterData TypeRequiredDescription
IdWebformstringNo
WebCommunityformstringNo
IdCiaformstringNo
IdAreaformstringNo
IdSubformstringNo
CiaNameformstringNo
WebAreaformstringNo
CityformstringNo

To override the Content-type in your clients, use the 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/BAGuest_GetCommunityList HTTP/1.1 
Host: contractssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

{
	xemail: String,
	xpassword: String,
	EquipmentType: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	rtn: String,
	msg: String,
	list: 
	[
		{
			IdWeb: String,
			WebCommunity: String,
			IdCia: String,
			IdArea: String,
			IdSub: String,
			CiaName: String,
			WebArea: String,
			City: String
		}
	]
}