POST api/VillageByTerritory
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
requestModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "TerritoryIds": "sample string 1", "UserId": 2, "LanguageId": 3, "TableName": "sample string 4", "filterId": "sample string 5" }
application/xml, text/xml
Sample:
<TerritoryRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Web.PortalAPI.Models"> <LanguageId>3</LanguageId> <TableName>sample string 4</TableName> <UserId>2</UserId> <filterId>sample string 5</filterId> <TerritoryIds>sample string 1</TerritoryIds> </TerritoryRequestModel>
multipart/form-data
Sample:
<TerritoryRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Web.PortalAPI.Models"><LanguageId>3</LanguageId><TableName>sample string 4</TableName><UserId>2</UserId><filterId>sample string 5</filterId><TerritoryIds>sample string 1</TerritoryIds></TerritoryRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.