POST api/mcp/cities
Request Information
URI Parameters
None.
Body Parameters
McpCityListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryId": 1,
"Page": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<McpCityListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity"> <CountryId>1</CountryId> <Page>2</Page> <PageSize>3</PageSize> </McpCityListRequest>
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.