POST api/GetLandSizeAndUnit

Request Information

URI Parameters

None.

Body Parameters

GetLandSizeAndUnitReq
NameDescriptionTypeAdditional information
BeneficiaryID

string

Required

ProjectID

integer

Required

ProjectSubID

integer

Required

DBID

string

Required

Request Formats

application/json, text/json

Sample:
{
  "BeneficiaryID": "sample string 1",
  "ProjectID": 2,
  "ProjectSubID": 3,
  "DBID": "sample string 4"
}

application/xml, text/xml

Sample:
<GetLandSizeAndUnitReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAssignment.Models.GetLandSizeAndUnit">
  <BeneficiaryID>sample string 1</BeneficiaryID>
  <DBID>sample string 4</DBID>
  <ProjectID>2</ProjectID>
  <ProjectSubID>3</ProjectSubID>
</GetLandSizeAndUnitReq>

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.