POST api/SocialWallItemTheme

Request Information

URI Parameters

None.

Body Parameters

SocialWallItemThemeDto
NameDescriptionTypeAdditional information
Id

integer

None.

Ordinality

integer

None.

Name

string

None.

Deleted

boolean

None.

BorderColor

string

None.

BackgroundColor

string

None.

FontColor

string

None.

SocialWallId

integer

None.

IsDefault

boolean

None.

SocialWall

ListItemDto

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "id": 1,
  "ordinality": 2,
  "name": "sample string 3",
  "deleted": true,
  "borderColor": "sample string 5",
  "backgroundColor": "sample string 6",
  "fontColor": "sample string 7",
  "socialWallId": 8,
  "isDefault": true,
  "socialWall": {
    "name": "sample string 1",
    "id": 2
  }
}

text/plain

Sample:
{"id":1,"ordinality":2,"name":"sample string 3","deleted":true,"borderColor":"sample string 5","backgroundColor":"sample string 6","fontColor":"sample string 7","socialWallId":8,"isDefault":true,"socialWall":{"name":"sample string 1","id":2}}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.