POST api/FavoriteScreens/Save

Request Information

URI Parameters

None.

Body Parameters

FavoriteScreens
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

ScreenName

string

None.

ScreenId

integer

None.

ScreenTitle

string

None.

ScreenRoute

string

None.

TargetUrl

string

None.

CompanyId

integer

None.

OrganizationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "ScreenName": "sample string 3",
  "ScreenId": 4,
  "ScreenTitle": "sample string 5",
  "ScreenRoute": "sample string 6",
  "TargetUrl": "sample string 7",
  "CompanyId": 8,
  "OrganizationId": 9
}

application/xml, text/xml

Sample:
<FavoriteScreens xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model">
  <CompanyId>8</CompanyId>
  <Id>1</Id>
  <OrganizationId>9</OrganizationId>
  <ScreenId>4</ScreenId>
  <ScreenName>sample string 3</ScreenName>
  <ScreenRoute>sample string 6</ScreenRoute>
  <ScreenTitle>sample string 5</ScreenTitle>
  <TargetUrl>sample string 7</TargetUrl>
  <UserId>2</UserId>
</FavoriteScreens>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FavoriteScreens'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.