POST api/KPBaoCaoDoanhSo/USP_KIDS_ChiTietHoaDon
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of KPChiTietHoaDon| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemNo_ | string |
None. |
|
| Description | string |
None. |
|
| Date | date |
None. |
|
| SL | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| Total | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ItemNo_": "sample string 1",
"Description": "sample string 2",
"Date": "2026-01-29T16:29:41.3283006+07:00",
"SL": 1.0,
"Price": 1.0,
"Total": 1.0
},
{
"ItemNo_": "sample string 1",
"Description": "sample string 2",
"Date": "2026-01-29T16:29:41.3283006+07:00",
"SL": 1.0,
"Price": 1.0,
"Total": 1.0
}
]