All Verbs | /post_pm_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 | |
appyn | query | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
userid | form | string | No | |
activeyn | form | bool | No | |
message | form | string | No | |
token | form | string | No | |
tokensecret | form | string | No | |
serverdate | form | string | No | |
found | form | string | No | |
cAddress | form | List<cAddressDat> | No | |
username | form | string | No | |
name | form | string | No | |
level | form | string | No | |
adminyn | form | string | No | |
idcia | form | string | No | |
idproject | form | string | No | |
mastercompany | form | string | No | |
access_xa | form | string | No | |
access_xv | form | string | No | |
access_xfv | form | string | No | |
access_xd | form | string | No | |
tenantrequest | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idcia | form | string | No | |
idproject | form | string | No | |
address | form | string | No | |
idcity | form | string | No | |
namecity | form | string | No | |
closed | form | string | No | |
ownername | form | string | No | |
verified | form | string | No | |
besttime | 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/post_pm_login HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
email: String,
password: String,
webyn: String,
iosyn: String,
devicetoken: String,
appversion: String,
versioncode: String,
appyn: False
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { userid: String, activeyn: False, message: String, token: String, tokensecret: String, serverdate: String, found: String, cAddress: [ { idcia: String, idproject: String, address: String, idcity: String, namecity: String, closed: String, ownername: String, verified: String, besttime: String } ], username: String, name: String, level: String, adminyn: String, idcia: String, idproject: String, mastercompany: String, access_xa: String, access_xv: String, access_xfv: String, access_xd: String, tenantrequest: String }