PUT api/ReportDisplayFields/Update

Request Information

URI Parameters

None.

Body Parameters

ReportDisplayFieldsVM
NameDescriptionTypeAdditional information
MetropolCaption

string

String length: inclusive between 0 and 100

MetropolName

string

String length: inclusive between 0 and 100

MetropolPhone

string

String length: inclusive between 0 and 100

SabhasecCaption

string

String length: inclusive between 0 and 100

SabhasecName

string

String length: inclusive between 0 and 100

SabhasecPhone

string

String length: inclusive between 0 and 100

CltrusteCaption

string

String length: inclusive between 0 and 100

CltrusteName

string

String length: inclusive between 0 and 100

CltrustePhone

string

String length: inclusive between 0 and 100

LytrusteCaption

string

String length: inclusive between 0 and 100

LytrusteName

string

String length: inclusive between 0 and 100

LytrustePhone

string

String length: inclusive between 0 and 100

MetropolNamePfwithdr

string

String length: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "MetropolCaption": "sample string 1",
  "MetropolName": "sample string 2",
  "MetropolPhone": "sample string 3",
  "SabhasecCaption": "sample string 4",
  "SabhasecName": "sample string 5",
  "SabhasecPhone": "sample string 6",
  "CltrusteCaption": "sample string 7",
  "CltrusteName": "sample string 8",
  "CltrustePhone": "sample string 9",
  "LytrusteCaption": "sample string 10",
  "LytrusteName": "sample string 11",
  "LytrustePhone": "sample string 12",
  "MetropolNamePfwithdr": "sample string 13"
}

application/xml, text/xml

Sample:
<ReportDisplayFieldsVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <CltrusteCaption>sample string 7</CltrusteCaption>
  <CltrusteName>sample string 8</CltrusteName>
  <CltrustePhone>sample string 9</CltrustePhone>
  <LytrusteCaption>sample string 10</LytrusteCaption>
  <LytrusteName>sample string 11</LytrusteName>
  <LytrustePhone>sample string 12</LytrustePhone>
  <MetropolCaption>sample string 1</MetropolCaption>
  <MetropolName>sample string 2</MetropolName>
  <MetropolNamePfwithdr>sample string 13</MetropolNamePfwithdr>
  <MetropolPhone>sample string 3</MetropolPhone>
  <SabhasecCaption>sample string 4</SabhasecCaption>
  <SabhasecName>sample string 5</SabhasecName>
  <SabhasecPhone>sample string 6</SabhasecPhone>
</ReportDisplayFieldsVM>

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.