POST services/api/v1/TableLayout

Request Information

URI Parameters

None.

Body Parameters

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.

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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.