All Verbs | /post_leasingdetail |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes | ||
idnumber | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
info | form | post_leasing | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
result | form | int | No | |
message | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | long | No | |
display_ID | form | string | No | |
form | string | No | ||
firstname | form | string | No | |
lastname | form | string | No | |
company | form | string | No | |
phone | form | string | No | |
comments | form | string | No | |
request_yn | form | bool | No | |
creadate | form | DateTime | No | |
respond_yn | form | bool | No | |
respond_date | form | DateTime | No | |
respond_by | form | string | No | |
label | form | string | No | |
pm_comments | form | string | No | |
modidate | form | DateTime | No | |
modiby | form | string | No | |
star_yn | form | bool | No | |
archive_yn | form | bool | No | |
archived_date | form | DateTime | No | |
archived_by | form | string | No | |
id_category | form | int | No | |
category_name | 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_leasingdetail HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
email: String,
idnumber: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { info: { idnumber: 0, display_ID: String, email: String, firstname: String, lastname: String, company: String, phone: String, comments: String, request_yn: False, creadate: 0001-01-01, respond_yn: False, respond_date: 0001-01-01, respond_by: String, label: String, pm_comments: String, modidate: 0001-01-01, modiby: String, star_yn: False, archive_yn: False, archived_date: 0001-01-01, archived_by: String, id_category: 0, category_name: String }, result: 0, message: String }