| All Verbs | /BAGuest_GetCommunityList |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| xemail | query | string | Yes | |
| xpassword | query | string | Yes | |
| EquipmentType | query | string | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| rtn | form | string | No | |
| msg | form | string | No | |
| list | form | List<BAGuest_CommunityItem> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| IdWeb | form | string | No | |
| WebCommunity | form | string | No | |
| IdCia | form | string | No | |
| IdArea | form | string | No | |
| IdSub | form | string | No | |
| CiaName | form | string | No | |
| WebArea | form | string | No | |
| City | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/BAGuest_GetCommunityList HTTP/1.1
Host: contractssl.buildersaccess.com
Content-Type: application/json
Content-Length: length
{"xemail":"String","xpassword":"String","EquipmentType":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"rtn":"String","msg":"String","list":[{"IdWeb":"String","WebCommunity":"String","IdCia":"String","IdArea":"String","IdSub":"String","CiaName":"String","WebArea":"String","City":"String"}]}