All Verbs | /post_tenantAssetsModify |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes | ||
assets | query | post_tenant_assets | 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 |
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 .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_tenantAssetsModify HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
email: String,
assets:
{
idnumber: 0,
idtenant1: 0,
business_description: String,
owner_biography: String,
logo_url: String,
menu_url: String,
menufile_url: String,
creadate: 0001-01-01,
display_yn: False,
modidate: 0001-01-01,
modiby: String,
notes: String,
photos:
[
{
idnumber: 0,
idtenant1: 0,
idpost_tenant_assets: 0,
index: 0,
image_url: String,
description: String
}
],
tenantName: String
}
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { idnumber: 0, result: 0, message: String }