All Verbs | /post_pm_tenant_assetsDetail |
---|
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 |
---|---|---|---|---|
assets | form | post_tenant_assets | 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 | |
idtenant1 | form | int | No | |
business_description | form | string | No | |
owner_biography | form | string | No | |
logo_url | form | string | No | |
menu_url | form | string | No | |
menufile_url | form | string | No | |
creadate | form | DateTime | No | |
display_yn | form | bool | No | |
modidate | form | DateTime | No | |
modiby | form | string | No | |
notes | form | string | No | |
photos | form | List<post_tenant_assets_photos> | No | |
tenantName | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | long | No | |
idtenant1 | form | int | No | |
idpost_tenant_assets | form | long | No | |
index | form | int | No | |
image_url | form | string | No | |
description | 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_pm_tenant_assetsDetail 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 {"assets":{"idnumber":0,"idtenant1":0,"business_description":"String","owner_biography":"String","logo_url":"String","menu_url":"String","menufile_url":"String","creadate":"\/Date(-62135596800000-0000)\/","display_yn":false,"modidate":"\/Date(-62135596800000-0000)\/","modiby":"String","notes":"String","photos":[{"idnumber":0,"idtenant1":0,"idpost_tenant_assets":0,"index":0,"image_url":"String","description":"String"}],"tenantName":"String"},"result":0,"message":"String"}