POST api/VillageFromSubProject
Request Information
URI Parameters
None.
Body Parameters
GetVillageFromSubProjectRequestName | Description | Type | Additional information |
---|---|---|---|
DBID | string |
None. |
|
MobileNo | string |
None. |
|
ProjectId | string |
None. |
|
SubProjectId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBID": "sample string 1", "MobileNo": "sample string 2", "ProjectId": "sample string 3", "SubProjectId": "sample string 4" }
application/xml, text/xml
Sample:
<GetVillageFromSubProjectRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAssignment.Models.VillageDto"> <DBID>sample string 1</DBID> <MobileNo>sample string 2</MobileNo> <ProjectId>sample string 3</ProjectId> <SubProjectId>sample string 4</SubProjectId> </GetVillageFromSubProjectRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.