POST api/App/Permit/FindSector

Request Information

URI Parameters

None.

Body Parameters

FindSectorRequestModel
NameDescriptionTypeAdditional information
Street

string

None.

StreetNumber

string

None.

PermitTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Street": "sample string 1",
  "StreetNumber": "sample string 2",
  "PermitTypeId": 1
}

application/xml, text/xml

Sample:
<FindSectorRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.WebApi.Areas.Models">
  <PermitTypeId>1</PermitTypeId>
  <Street>sample string 1</Street>
  <StreetNumber>sample string 2</StreetNumber>
</FindSectorRequestModel>

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.