POST select/flotingrule
Request Information
URI Parameters
None.
Body Parameters
DtoFloatingRuleMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| dtoLayoutFloatingRules | Collection of DtoLayoutFloatingRule |
None. |
|
| JournalId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"dtoLayoutFloatingRules": [
{
"JournalId": 1,
"FloatId": "sample string 2",
"Ischecked": true
},
{
"JournalId": 1,
"FloatId": "sample string 2",
"Ischecked": true
}
],
"JournalId": 1
}
application/xml, text/xml
Sample:
<DtoFloatingRuleMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Interface.Business.Dtos.LayoutSpecification">
<JournalId>1</JournalId>
<dtoLayoutFloatingRules>
<DtoLayoutFloatingRule>
<FloatId>sample string 2</FloatId>
<Ischecked>true</Ischecked>
<JournalId>1</JournalId>
</DtoLayoutFloatingRule>
<DtoLayoutFloatingRule>
<FloatId>sample string 2</FloatId>
<Ischecked>true</Ischecked>
<JournalId>1</JournalId>
</DtoLayoutFloatingRule>
</dtoLayoutFloatingRules>
</DtoFloatingRuleMaster>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.