| All Verbs | /post_tenantContactsModify |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| token | query | string | Yes | |
| tokensecret | query | string | Yes | |
| query | string | Yes | ||
| type | query | string | No | |
| contact | query | post_tenant_contacts | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idnumber | form | long | No | |
| idtenant1 | form | int | No | |
| firstname1 | form | string | No | |
| lastname1 | form | string | No | |
| email1 | form | string | No | |
| phone1 | form | string | No | |
| firstname2 | form | string | No | |
| lastname2 | form | string | No | |
| email2 | form | string | No | |
| phone2 | form | string | No | |
| firstname3 | form | string | No | |
| lastname3 | form | string | No | |
| email3 | form | string | No | |
| phone3 | form | string | No | |
| modidate | form | DateTime | No | |
| modiby | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idnumber | form | long | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| result | form | int | No | |
| message | 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_tenantContactsModify HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: application/json
Content-Length: length
{"token":"String","tokensecret":"String","email":"String","type":"String","contact":{"idnumber":0,"idtenant1":0,"firstname1":"String","lastname1":"String","email1":"String","phone1":"String","firstname2":"String","lastname2":"String","email2":"String","phone2":"String","firstname3":"String","lastname3":"String","email3":"String","phone3":"String","modidate":"\/Date(-62135596800000-0000)\/","modiby":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"idnumber":0,"result":0,"message":"String"}