POST api/Invoicematbao/callback
Request Information
URI Parameters
None.
Body Parameters
Matbao_DataCallback| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Callback |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"PBan": "sample string 1",
"MNGui": "sample string 2",
"MNNhan": "sample string 3",
"MTDiep": "sample string 4",
"MLTDiep": "sample string 5",
"Xml": "sample string 6",
"MTDTChieu": "sample string 7",
"Mst": "sample string 8",
"Type": "sample string 9",
"DateNew": "2025-12-08T02:50:33.1830328+07:00"
}
}
application/xml, text/xml
Sample:
<Matbao_DataCallback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
<data>
<DateNew>2025-12-08T02:50:33.1830328+07:00</DateNew>
<MLTDiep>sample string 5</MLTDiep>
<MNGui>sample string 2</MNGui>
<MNNhan>sample string 3</MNNhan>
<MTDTChieu>sample string 7</MTDTChieu>
<MTDiep>sample string 4</MTDiep>
<Mst>sample string 8</Mst>
<PBan>sample string 1</PBan>
<Type>sample string 9</Type>
<Xml>sample string 6</Xml>
</data>
</Matbao_DataCallback>
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.