POST update/tablecaptionstyle

Request Information

URI Parameters

None.

Body Parameters

DaoTableCaptionStyle
NameDescriptionTypeAdditional information
id

integer

None.

journalid

integer

None.

belowcaption

integer

None.

abovecaption

integer

None.

sidecaption

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<DaoTableCaptionStyle 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>
  <id>1</id>
  <journalid>1</journalid>
  <sidecaption>1</sidecaption>
</DaoTableCaptionStyle>

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.