DELETE api/ManagePackages/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tbl_list_package| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| package_name | string |
None. |
|
| package_price | integer |
None. |
|
| package_type | string |
None. |
|
| package_quota | integer |
None. |
|
| package_date | integer |
None. |
|
| package_dicount | string |
None. |
|
| create_date | date |
None. |
|
| create_user | string |
None. |
|
| package_status | boolean |
None. |
|
| modity_date | date |
None. |
|
| modify_user | string |
None. |
|
| isDisplay | boolean |
None. |
|
| package_info | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"package_name": "sample string 2",
"package_price": 1,
"package_type": "sample string 3",
"package_quota": 1,
"package_date": 1,
"package_dicount": "sample string 4",
"create_date": "2026-02-04T08:52:42.1845862+07:00",
"create_user": "sample string 5",
"package_status": true,
"modity_date": "2026-02-04T08:52:42.1845862+07:00",
"modify_user": "sample string 6",
"isDisplay": true,
"package_info": "sample string 7"
}
application/xml, text/xml
Sample:
<tbl_list_package xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APISMS.Models"> <Id>1</Id> <create_date>2026-02-04T08:52:42.1845862+07:00</create_date> <create_user>sample string 5</create_user> <isDisplay>true</isDisplay> <modify_user>sample string 6</modify_user> <modity_date>2026-02-04T08:52:42.1845862+07:00</modity_date> <package_date>1</package_date> <package_dicount>sample string 4</package_dicount> <package_info>sample string 7</package_info> <package_name>sample string 2</package_name> <package_price>1</package_price> <package_quota>1</package_quota> <package_status>true</package_status> <package_type>sample string 3</package_type> </tbl_list_package>