POST select/flotingrule

Request Information

URI Parameters

None.

Body Parameters

DtoFloatingRuleMaster
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.