DELETE api/TCTXML/DeleteData
Request Information
URI Parameters
None.
Body Parameters
TCTXML_serial_dataName | Description | Type | Additional information |
---|---|---|---|
MatkhauApi | string |
None. |
|
ID | integer |
None. |
|
Serial | string |
None. |
|
Ngayhethan | date |
None. |
|
Datas | string |
None. |
|
Vinhvien | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "MatkhauApi": "sample string 1", "ID": 2, "Serial": "sample string 3", "Ngayhethan": "2025-07-09T21:16:31.3579818+07:00", "Datas": "sample string 5", "Vinhvien": true }
application/xml, text/xml
Sample:
<TCTXML_serial_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice"> <Datas>sample string 5</Datas> <ID>2</ID> <MatkhauApi>sample string 1</MatkhauApi> <Ngayhethan>2025-07-09T21:16:31.3579818+07:00</Ngayhethan> <Serial>sample string 3</Serial> <Vinhvien>true</Vinhvien> </TCTXML_serial_data>
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.