POST api/TxnReports/GISValidate

Request Information

URI Parameters

None.

Body Parameters

GISValidateDTO
NameDescriptionTypeAdditional information
Id

integer

None.

Lvl

string

None.

Comment

string

None.

Status

decimal number

None.

DtrName

string

None.

DtrCode

string

None.

DtrLat

string

None.

DtrLon

string

None.

FeederName

string

None.

Zone

string

None.

DtrType

string

None.

RpStatus

string

None.

RatedCap

string

None.

SupplyType

string

None.

Feeder11Code

string

None.

Feeder11Name

string

None.

Feeder33Code

string

None.

ManufactureYr

string

None.

Manufacturer

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Lvl": "sample string 2",
  "Comment": "sample string 3",
  "Status": 4.0,
  "DtrName": "sample string 5",
  "DtrCode": "sample string 6",
  "DtrLat": "sample string 7",
  "DtrLon": "sample string 8",
  "FeederName": "sample string 9",
  "Zone": "sample string 10",
  "DtrType": "sample string 11",
  "RpStatus": "sample string 12",
  "RatedCap": "sample string 13",
  "SupplyType": "sample string 14",
  "Feeder11Code": "sample string 15",
  "Feeder11Name": "sample string 16",
  "Feeder33Code": "sample string 17",
  "ManufactureYr": "sample string 18",
  "Manufacturer": "sample string 19"
}

application/xml, text/xml

Sample:
<GISValidateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FaultAnalysisAPI.Models">
  <Comment>sample string 3</Comment>
  <DtrCode>sample string 6</DtrCode>
  <DtrLat>sample string 7</DtrLat>
  <DtrLon>sample string 8</DtrLon>
  <DtrName>sample string 5</DtrName>
  <DtrType>sample string 11</DtrType>
  <Feeder11Code>sample string 15</Feeder11Code>
  <Feeder11Name>sample string 16</Feeder11Name>
  <Feeder33Code>sample string 17</Feeder33Code>
  <FeederName>sample string 9</FeederName>
  <Id>1</Id>
  <Lvl>sample string 2</Lvl>
  <ManufactureYr>sample string 18</ManufactureYr>
  <Manufacturer>sample string 19</Manufacturer>
  <RatedCap>sample string 13</RatedCap>
  <RpStatus>sample string 12</RpStatus>
  <Status>4</Status>
  <SupplyType>sample string 14</SupplyType>
  <Zone>sample string 10</Zone>
</GISValidateDTO>

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 'GISValidateDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.