DELETE api/MSTRuiro/DeleteSerial
Request Information
URI Parameters
None.
Body Parameters
MST_Ruiro_serial| Name | Description | Type | Additional information |
|---|---|---|---|
| MatkhauApi | string |
None. |
|
| ID | integer |
None. |
|
| Serial | string |
None. |
|
| Ngayhethan | date |
None. |
|
| string |
None. |
||
| Dienthoai | string |
None. |
|
| NguoiLienHe | string |
None. |
|
| Vinhvien | boolean |
None. |
|
| Dtgv | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MatkhauApi": "sample string 1",
"ID": 2,
"Serial": "sample string 3",
"Ngayhethan": "2025-12-08T02:49:39.8403669+07:00",
"Email": "sample string 5",
"Dienthoai": "sample string 6",
"NguoiLienHe": "sample string 7",
"Vinhvien": true,
"Dtgv": "sample string 9"
}
application/xml, text/xml
Sample:
<MST_Ruiro_serial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice"> <Dienthoai>sample string 6</Dienthoai> <Dtgv>sample string 9</Dtgv> <Email>sample string 5</Email> <ID>2</ID> <MatkhauApi>sample string 1</MatkhauApi> <Ngayhethan>2025-12-08T02:49:39.8403669+07:00</Ngayhethan> <NguoiLienHe>sample string 7</NguoiLienHe> <Serial>sample string 3</Serial> <Vinhvien>true</Vinhvien> </MST_Ruiro_serial>
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.