POST insert/insertfloatingobjectplacmentrule
Request Information
URI Parameters
None.
Body Parameters
DtoFloatingObjectPlacmentRule| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| JournalId | integer |
None. |
|
| Floatitemsnotallowedinarticleopenningpage | boolean |
None. |
|
| FigureTablesshouldebedisplaysequencecitation | boolean |
None. |
|
| FigureTablesshouldbeplacedcloseaspossible | boolean |
None. |
|
| FigureTablesshouldnotbeplacedthebackmatter | boolean |
None. |
|
| Iftheimagelengthgreaterthanpagelength | boolean |
None. |
|
| Thetablehedermustberepeatedfollowingpage | boolean |
None. |
|
| Inlinefigurestablesshouldbeplacedwithinthetext | boolean |
None. |
|
| Figurestablesshouldbetopofthepage | boolean |
None. |
|
| Figurestablesshouldbeplacedbottomofthepage | boolean |
None. |
|
| Continuedfigurestablescarrythefiguretablenumber | boolean |
None. |
|
| Figuretablesmaybestackedwherenecessaryinmanner | boolean |
None. |
|
| Figuretablesmaybesandwichwherenecessaryinforbespoketitles | boolean |
None. |
|
| PlaceLandscapetablescenteraligniedwithinthepage | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"JournalId": 2,
"Floatitemsnotallowedinarticleopenningpage": true,
"FigureTablesshouldebedisplaysequencecitation": true,
"FigureTablesshouldbeplacedcloseaspossible": true,
"FigureTablesshouldnotbeplacedthebackmatter": true,
"Iftheimagelengthgreaterthanpagelength": true,
"Thetablehedermustberepeatedfollowingpage": true,
"Inlinefigurestablesshouldbeplacedwithinthetext": true,
"Figurestablesshouldbetopofthepage": true,
"Figurestablesshouldbeplacedbottomofthepage": true,
"Continuedfigurestablescarrythefiguretablenumber": true,
"Figuretablesmaybestackedwherenecessaryinmanner": true,
"Figuretablesmaybesandwichwherenecessaryinforbespoketitles": true,
"PlaceLandscapetablescenteraligniedwithinthepage": true
}
application/xml, text/xml
Sample:
<DtoFloatingObjectPlacmentRule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.CoreSpace.Interface.Business.Dtos.LayoutSpecification"> <Continuedfigurestablescarrythefiguretablenumber>true</Continuedfigurestablescarrythefiguretablenumber> <FigureTablesshouldbeplacedcloseaspossible>true</FigureTablesshouldbeplacedcloseaspossible> <FigureTablesshouldebedisplaysequencecitation>true</FigureTablesshouldebedisplaysequencecitation> <FigureTablesshouldnotbeplacedthebackmatter>true</FigureTablesshouldnotbeplacedthebackmatter> <Figurestablesshouldbeplacedbottomofthepage>true</Figurestablesshouldbeplacedbottomofthepage> <Figurestablesshouldbetopofthepage>true</Figurestablesshouldbetopofthepage> <Figuretablesmaybesandwichwherenecessaryinforbespoketitles>true</Figuretablesmaybesandwichwherenecessaryinforbespoketitles> <Figuretablesmaybestackedwherenecessaryinmanner>true</Figuretablesmaybestackedwherenecessaryinmanner> <Floatitemsnotallowedinarticleopenningpage>true</Floatitemsnotallowedinarticleopenningpage> <Id>1</Id> <Iftheimagelengthgreaterthanpagelength>true</Iftheimagelengthgreaterthanpagelength> <Inlinefigurestablesshouldbeplacedwithinthetext>true</Inlinefigurestablesshouldbeplacedwithinthetext> <JournalId>2</JournalId> <PlaceLandscapetablescenteraligniedwithinthepage>true</PlaceLandscapetablescenteraligniedwithinthepage> <Thetablehedermustberepeatedfollowingpage>true</Thetablehedermustberepeatedfollowingpage> </DtoFloatingObjectPlacmentRule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.