DELETE api/Invoicelogin/deletexmlsign

Request Information

URI Parameters

None.

Body Parameters

class_xml_signing
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

Serialtoken

string

None.

ID

integer

None.

Xml

string

None.

Node_Sign

string

None.

Ds

string

None.

Signed

boolean

None.

MST

string

None.

Ngay

date

None.

Ghichu

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MatkhauApi": "sample string 1",
  "Serialtoken": "sample string 2",
  "ID": 3,
  "Xml": "sample string 4",
  "Node_Sign": "sample string 5",
  "Ds": "sample string 6",
  "Signed": true,
  "MST": "sample string 8",
  "Ngay": "2026-03-12T16:51:50.8740251+07:00",
  "Ghichu": "sample string 10"
}

application/xml, text/xml

Sample:
<class_xml_signing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
  <Ds>sample string 6</Ds>
  <Ghichu>sample string 10</Ghichu>
  <ID>3</ID>
  <MST>sample string 8</MST>
  <MatkhauApi>sample string 1</MatkhauApi>
  <Ngay>2026-03-12T16:51:50.8740251+07:00</Ngay>
  <Node_Sign>sample string 5</Node_Sign>
  <Serialtoken>sample string 2</Serialtoken>
  <Signed>true</Signed>
  <Xml>sample string 4</Xml>
</class_xml_signing>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.