POST api/Data/PostCFEFeasibilityReport

Request Information

URI Parameters

None.

Body Parameters

CFE_FEASIBILITY
NameDescriptionTypeAdditional information
QuestionaryId

string

Required

ApplicationRegNo

string

None.

NearestConsumerId

string

None.

Substation

string

None.

FeederName

string

None.

Dtc

string

None.

PoleNumber

string

None.

Product

string

None.

ConnectionType

string

None.

Loadkw

decimal number

Range: inclusive between 0.1 and 9999.99

NoofPremises

string

None.

SiteDimensionSft

integer

Range: inclusive between 0 and 2147483647

BuiltupArea

integer

Range: inclusive between 0 and 2147483647

NoofFloors

integer

Range: inclusive between 0 and 2147483647

ConnectionPhase

string

None.

Building

string

None.

RequestedUgCableSize

string

None.

RequestedOhCableSize

string

None.

Latitude

string

None.

Longitude

string

None.

ServiceType

integer

Range: inclusive between 1 and 2147483647

BillingType

integer

Range: inclusive between 1 and 2147483647

AreaType

integer

Range: inclusive between 1 and 2147483647

Remarks

string

None.

DocumentId

string

None.

DocumentName

string

None.

DocumentPath

string

None.

MeterType

string

None.

MeteredSide

string

None.

LoadKva

decimal number

Range: inclusive between 0.1 and 9999.99

UserId

integer

Range: inclusive between 1 and 2147483647

UserIp

string

None.

Feasible

integer

Range: inclusive between 1 and 2147483647

Request Formats

application/json, text/json

Sample:
{
  "QuestionaryId": "sample string 1",
  "ApplicationRegNo": "sample string 2",
  "NearestConsumerId": "sample string 3",
  "Substation": "sample string 4",
  "FeederName": "sample string 5",
  "Dtc": "sample string 6",
  "PoleNumber": "sample string 7",
  "Product": "sample string 8",
  "ConnectionType": "sample string 9",
  "Loadkw": 10.0,
  "NoofPremises": "sample string 11",
  "SiteDimensionSft": 12,
  "BuiltupArea": 13,
  "NoofFloors": 14,
  "ConnectionPhase": "sample string 15",
  "Building": "sample string 16",
  "RequestedUgCableSize": "sample string 17",
  "RequestedOhCableSize": "sample string 18",
  "Latitude": "sample string 19",
  "Longitude": "sample string 20",
  "ServiceType": 21,
  "BillingType": 22,
  "AreaType": 23,
  "Remarks": "sample string 24",
  "DocumentId": "sample string 25",
  "DocumentName": "sample string 26",
  "DocumentPath": "sample string 27",
  "MeterType": "sample string 28",
  "MeteredSide": "sample string 29",
  "LoadKva": 30.0,
  "UserId": 31,
  "UserIp": "sample string 32",
  "Feasible": 33
}

application/xml, text/xml

Sample:
<CFE_FEASIBILITY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MeghalayaAPI.Models">
  <ApplicationRegNo>sample string 2</ApplicationRegNo>
  <AreaType>23</AreaType>
  <BillingType>22</BillingType>
  <Building>sample string 16</Building>
  <BuiltupArea>13</BuiltupArea>
  <ConnectionPhase>sample string 15</ConnectionPhase>
  <ConnectionType>sample string 9</ConnectionType>
  <DocumentId>sample string 25</DocumentId>
  <DocumentName>sample string 26</DocumentName>
  <DocumentPath>sample string 27</DocumentPath>
  <Dtc>sample string 6</Dtc>
  <Feasible>33</Feasible>
  <FeederName>sample string 5</FeederName>
  <Latitude>sample string 19</Latitude>
  <LoadKva>30</LoadKva>
  <Loadkw>10</Loadkw>
  <Longitude>sample string 20</Longitude>
  <MeterType>sample string 28</MeterType>
  <MeteredSide>sample string 29</MeteredSide>
  <NearestConsumerId>sample string 3</NearestConsumerId>
  <NoofFloors>14</NoofFloors>
  <NoofPremises>sample string 11</NoofPremises>
  <PoleNumber>sample string 7</PoleNumber>
  <Product>sample string 8</Product>
  <QuestionaryId>sample string 1</QuestionaryId>
  <Remarks>sample string 24</Remarks>
  <RequestedOhCableSize>sample string 18</RequestedOhCableSize>
  <RequestedUgCableSize>sample string 17</RequestedUgCableSize>
  <ServiceType>21</ServiceType>
  <SiteDimensionSft>12</SiteDimensionSft>
  <Substation>sample string 4</Substation>
  <UserId>31</UserId>
  <UserIp>sample string 32</UserIp>
</CFE_FEASIBILITY>

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.