PUT api/ReportFields/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

decimal number

Required

Body Parameters

ReportFields
NameDescriptionTypeAdditional information
IdReportField

decimal number

None.

IdReport

decimal number

None.

IdTblField

decimal number

None.

ShowInList

boolean

None.

ShowInSummary

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdReportField": 1.0,
  "IdReport": 1.0,
  "IdTblField": 1.0,
  "ShowInList": true,
  "ShowInSummary": true
}

text/html

Sample:
{"IdReportField":1.0,"IdReport":1.0,"IdTblField":1.0,"ShowInList":true,"ShowInSummary":true}

application/xml, text/xml

Sample:
<ReportFields xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <IdReport>1</IdReport>
  <IdReportField>1</IdReportField>
  <IdTblField>1</IdTblField>
  <ShowInList>true</ShowInList>
  <ShowInSummary>true</ShowInSummary>
</ReportFields>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.