POST update/figcaptionplacestyle

Request Information

URI Parameters

None.

Body Parameters

DaoFigcaptionplaceStyle
NameDescriptionTypeAdditional information
id

integer

None.

journalid

integer

None.

sidecaption

integer

None.

centercaption

integer

None.

belowcaption

integer

None.

abovecaption

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "journalid": 1,
  "sidecaption": 1,
  "centercaption": 1,
  "belowcaption": 1,
  "abovecaption": 1
}

application/xml, text/xml

Sample:
<DaoFigcaptionplaceStyle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Provider.DAO">
  <abovecaption>1</abovecaption>
  <belowcaption>1</belowcaption>
  <centercaption>1</centercaption>
  <id>1</id>
  <journalid>1</journalid>
  <sidecaption>1</sidecaption>
</DaoFigcaptionplaceStyle>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.