POST Api/AddressCity/Del
Request Information
URI Parameters
None.
Body Parameters
AddressCityDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| ProvinceCode | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Code": "sample string 2",
"Name": "sample string 3",
"ProvinceCode": "sample string 4",
"PageIndex": 5,
"PageSize": 6,
"Total": 7
}
application/xml, text/xml
Sample:
<AddressCityDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <_x003C_PageIndex_x003E_k__BackingField>5</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>6</_x003C_PageSize_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>7</_x003C_Total_x003E_k__BackingField> <Code>sample string 2</Code> <Id>1</Id> <Name>sample string 3</Name> <ProvinceCode>sample string 4</ProvinceCode> </AddressCityDto>
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.