POST api/GiaVonHangHoa/TinhGiaVonHangHoa
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 KPGiaVonHangHoa| Name | Description | Type | Additional information |
|---|---|---|---|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| LocationCode | string |
None. |
|
| ItemNo | string |
None. |
|
| GiaVon | decimal number |
None. |
|
| LastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Nam": 1,
"Thang": 2,
"LocationCode": "sample string 3",
"ItemNo": "sample string 4",
"GiaVon": 5.0,
"LastModified": "2026-01-29T16:33:18.8584028+07:00"
},
{
"Nam": 1,
"Thang": 2,
"LocationCode": "sample string 3",
"ItemNo": "sample string 4",
"GiaVon": 5.0,
"LastModified": "2026-01-29T16:33:18.8584028+07:00"
}
]