POST api/KPKho/USP_KIDS_GiaBanLeHienThoi
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 KPGiaBanLeHienThoi| Name | Description | Type | Additional information |
|---|---|---|---|
| ItNo | string |
None. |
|
| SalCode | string |
None. |
|
| DoUT | integer |
None. |
|
| DVT | string |
None. |
|
| Gia | decimal number |
None. |
|
| NgayBD | date |
None. |
|
| NgayKT | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ItNo": "sample string 1",
"SalCode": "sample string 2",
"DoUT": 3,
"DVT": "sample string 4",
"Gia": 1.0,
"NgayBD": "2026-01-29T16:32:05.9729007+07:00",
"NgayKT": "2026-01-29T16:32:05.9729007+07:00"
},
{
"ItNo": "sample string 1",
"SalCode": "sample string 2",
"DoUT": 3,
"DVT": "sample string 4",
"Gia": 1.0,
"NgayBD": "2026-01-29T16:32:05.9729007+07:00",
"NgayKT": "2026-01-29T16:32:05.9729007+07:00"
}
]