BAwarranty Server V1

<back to all web services

BAGuest_updGuest

The following routes are available for this service:
All Verbs/BAGuest_updGuest
BAGuest_updGuest Parameters:
NameParameterData TypeRequiredDescription
xemailquerystringYes
xpasswordquerystringYes
EquipmentTypequerystringYes
guestDataqueryBAGuestEntryItem1Yes
xidnumberquerystringYes
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_updGuest HTTP/1.1 
Host: contractssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

{
	xemail: String,
	xpassword: String,
	EquipmentType: String,
	guestData: 
	{
		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
	},
	xidnumber: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

(string)