| All Verbs | /BAGuest_updGuest |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| xemail | query | string | Yes | |
| xpassword | query | string | Yes | |
| EquipmentType | query | string | Yes | |
| guestData | query | BAGuestEntryItem1 | Yes | |
| xidnumber | query | string | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idnumber | form | long | No | |
| priority | form | string | No | |
| IdWeb | form | string | No | |
| WebNm | form | string | No | |
| FirstNm | form | string | No | |
| LastNm | form | string | No | |
| PhoneNo | form | string | No | |
| form | string | No | ||
| HearAboutUs | form | string | No | |
| Sendyn | form | string | No | |
| Msg | form | string | No | |
| Refdate | form | string | No | |
| IdwebArea | form | string | No | |
| IdCia | form | string | No | |
| IdSub | form | string | No | |
| RealtorName | form | string | No | |
| AgentFName | form | string | No | |
| AgentLName | form | string | No | |
| Realtoryn | form | string | No | |
| RealtorPhoneNo | form | string | No | |
| RealtorEmail | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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)