POST api/WebPlanningTool

Request Information

URI Parameters

None.

Body Parameters

DTPInfoDto
NameDescriptionTypeAdditional information
Id

integer

None.

BlockId

integer

None.

VersionNumber

string

None.

ExistingOFC

string

None.

NoofGPs

string

None.

NoofParentRings

string

None.

NoofChildRings

string

None.

TotalLength

string

None.

TotalOptimizedRingLength

string

None.

TotalExistingNetworkLength

string

None.

TotalOverLappedNetworkLength

string

None.

TotalNewOFCLength

string

None.

Date

date

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BlockId": 2,
  "VersionNumber": "sample string 3",
  "ExistingOFC": "sample string 4",
  "NoofGPs": "sample string 5",
  "NoofParentRings": "sample string 6",
  "NoofChildRings": "sample string 7",
  "TotalLength": "sample string 8",
  "TotalOptimizedRingLength": "sample string 9",
  "TotalExistingNetworkLength": "sample string 10",
  "TotalOverLappedNetworkLength": "sample string 11",
  "TotalNewOFCLength": "sample string 12",
  "Date": "2026-09-05T14:07:50.769509+05:30",
  "IsActive": true
}

text/html

Sample:
{"Id":1,"BlockId":2,"VersionNumber":"sample string 3","ExistingOFC":"sample string 4","NoofGPs":"sample string 5","NoofParentRings":"sample string 6","NoofChildRings":"sample string 7","TotalLength":"sample string 8","TotalOptimizedRingLength":"sample string 9","TotalExistingNetworkLength":"sample string 10","TotalOverLappedNetworkLength":"sample string 11","TotalNewOFCLength":"sample string 12","Date":"2026-09-05T14:07:50.769509+05:30","IsActive":true}

application/xml, text/xml

Sample:
<DTPInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tracking.Entity">
  <BlockId>2</BlockId>
  <Date>2026-09-05T14:07:50.769509+05:30</Date>
  <ExistingOFC>sample string 4</ExistingOFC>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <NoofChildRings>sample string 7</NoofChildRings>
  <NoofGPs>sample string 5</NoofGPs>
  <NoofParentRings>sample string 6</NoofParentRings>
  <TotalExistingNetworkLength>sample string 10</TotalExistingNetworkLength>
  <TotalLength>sample string 8</TotalLength>
  <TotalNewOFCLength>sample string 12</TotalNewOFCLength>
  <TotalOptimizedRingLength>sample string 9</TotalOptimizedRingLength>
  <TotalOverLappedNetworkLength>sample string 11</TotalOverLappedNetworkLength>
  <VersionNumber>sample string 3</VersionNumber>
</DTPInfoDto>

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

Response Information

Resource Description

None.