BAwarranty Server V1

<back to all web services

BAGuest_checkGuest

The following routes are available for this service:
All Verbs/BAGuest_checkGuest
BAGuest_checkGuest Parameters:
NameParameterData TypeRequiredDescription
xemailquerystringYes
xpasswordquerystringYes
xidciaquerystringYes
xidcommunityquerystringYes
xregEmailquerystringYes
xregMobilequerystringYes
EquipmentTypequerystringYes
BAGuestEntryItem1 Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
priorityformstringNo
IdWebformstringNo
WebNmformstringNo
FirstNmformstringNo
LastNmformstringNo
PhoneNoformstringNo
EmailformstringNo
HearAboutUsformstringNo
SendynformstringNo
MsgformstringNo
RefdateformstringNo
IdwebAreaformstringNo
IdCiaformstringNo
IdSubformstringNo
RealtorNameformstringNo
AgentFNameformstringNo
AgentLNameformstringNo
RealtorynformstringNo
RealtorPhoneNoformstringNo
RealtorEmailformstringNo

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_checkGuest HTTP/1.1 
Host: contractssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

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

{
	idnumber: 0,
	priority: String,
	IdWeb: String,
	WebNm: String,
	FirstNm: String,
	LastNm: String,
	PhoneNo: String,
	Email: String,
	HearAboutUs: String,
	Sendyn: String,
	Msg: String,
	Refdate: String,
	IdwebArea: String,
	IdCia: String,
	IdSub: String,
	RealtorName: String,
	AgentFName: String,
	AgentLName: String,
	Realtoryn: String,
	RealtorPhoneNo: String,
	RealtorEmail: String
}