POST services/api/rest/v1/Get_Table_Layout

Request Information

URI Parameters

None.

Body Parameters

RoomId_RestBasicFilter
NameDescriptionTypeAdditional information
RequestedList

RestBasicFilter

None.

RoomId

integer

None.

DayOpenId

integer

None.

IsPreviousDayOpenId

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RequestedList": {
    "Start": 1,
    "FiterText": "sample string 2",
    "Limit": 3,
    "LocationId": 4,
    "Type": 5
  },
  "RoomId": 1,
  "DayOpenId": 2,
  "IsPreviousDayOpenId": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Rest_TableLayout_Master
NameDescriptionTypeAdditional 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
  },
  {
    "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
  }
]