POST api/admin/region/v1/delete
Request Information
URI Parameters
None.
Body Parameters
Region| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| last_modified | date |
None. |
|
| other | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"last_modified": "2025-12-06T04:30:13.3027356+00:00",
"other": "sample string 4"
}
application/xml, text/xml
Sample:
<Region xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models"> <id>1</id> <last_modified>2025-12-06T04:30:13.3027356+00:00</last_modified> <name>sample string 2</name> <other>sample string 4</other> </Region>
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.