| 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 .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/post_leasingdetail HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: application/json
Content-Length: length
{"token":"String","tokensecret":"String","email":"String","idnumber":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
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":"\/Date(-62135596800000-0000)\/","respond_yn":false,"respond_date":"\/Date(-62135596800000-0000)\/","respond_by":"String","label":"String","pm_comments":"String","modidate":"\/Date(-62135596800000-0000)\/","modiby":"String","star_yn":false,"archive_yn":false,"archived_date":"\/Date(-62135596800000-0000)\/","archived_by":"String","id_category":0,"category_name":"String"},"result":0,"message":"String"}