| All Verbs | /sch_login |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| query | string | Yes | ||
| password | query | string | Yes | |
| webyn | query | string | Yes | |
| iosyn | query | string | Yes | |
| devicetoken | query | string | Yes | |
| appversion | query | string | No | |
| versioncode | query | string | No | |
| spanishyn | query | 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/oneway/sch_login HTTP/1.1
Host: ssl.buildersaccess.com
Content-Type: text/jsv
Content-Length: length
{
email: String,
password: String,
webyn: String,
iosyn: String,
devicetoken: String,
appversion: String,
versioncode: String,
spanishyn: String
}