POST services/api/rest/v1/Save_Update_TableLayout
Request Information
URI Parameters
None.
Body Parameters
Rest_TableLayout_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RoomId | integer |
None. |
|
| Background | string |
None. |
|
| Height | string |
None. |
|
| Width | string |
None. |
|
| Style | string |
None. |
|
| LocationId | integer |
None. |
|
| imageurl | string |
None. |
|
| IsShow | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RoomId": 2,
"Background": "sample string 3",
"Height": "sample string 4",
"Width": "sample string 5",
"Style": "sample string 6",
"LocationId": 7,
"imageurl": "sample string 8",
"IsShow": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Rest_TableLayout_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RoomId | integer |
None. |
|
| Background | string |
None. |
|
| Height | string |
None. |
|
| Width | string |
None. |
|
| Style | string |
None. |
|
| LocationId | integer |
None. |
|
| imageurl | string |
None. |
|
| IsShow | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RoomId": 2,
"Background": "sample string 3",
"Height": "sample string 4",
"Width": "sample string 5",
"Style": "sample string 6",
"LocationId": 7,
"imageurl": "sample string 8",
"IsShow": true
}