POST api/admin/distribution-center/v1/delete
Request Information
URI Parameters
None.
Body Parameters
DistributionCenter| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| region_id | integer |
None. |
|
| region | string |
None. |
|
| name | string |
None. |
|
| last_modified | date |
None. |
|
| other | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"region_id": 2,
"region": "sample string 3",
"name": "sample string 4",
"last_modified": "2025-12-06T04:30:13.3027356+00:00",
"other": "sample string 6"
}
application/xml, text/xml
Sample:
<DistributionCenter 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 4</name> <other>sample string 6</other> <region>sample string 3</region> <region_id>2</region_id> </DistributionCenter>
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.