Tenant Server V1

<back to all web services

post_tenantContactsModify

The following routes are available for this service:
All Verbs/post_tenantContactsModify
post_tenantContactsModify Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
typequerystringNo
contactquerypost_tenant_contactsNo
post_tenant_contacts Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
idtenant1formintNo
firstname1formstringNo
lastname1formstringNo
email1formstringNo
phone1formstringNo
firstname2formstringNo
lastname2formstringNo
email2formstringNo
phone2formstringNo
firstname3formstringNo
lastname3formstringNo
email3formstringNo
phone3formstringNo
modidateformDateTimeNo
modibyformstringNo
post_tenantContactsModifyResponse Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo

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

HTTP + JSON

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"}