POST api/KPBaoCaoDoanhSo2/KIDS_TyLeThuongDoanhSo_GetAll
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 KIDS_TyLeThuongDoanhSoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ChiNhanh | string |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| LoaiDuLieu | string |
None. |
|
| MaNhom_MaSanPham | string |
None. |
|
| MoTa | string |
None. |
|
| TyLe | decimal number |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ChiNhanh": "sample string 1",
"Nam": 2,
"Thang": 3,
"LoaiDuLieu": "sample string 4",
"MaNhom_MaSanPham": "sample string 5",
"MoTa": "sample string 6",
"TyLe": 7.0,
"ChangeStatus": 8
},
{
"ChiNhanh": "sample string 1",
"Nam": 2,
"Thang": 3,
"LoaiDuLieu": "sample string 4",
"MaNhom_MaSanPham": "sample string 5",
"MoTa": "sample string 6",
"TyLe": 7.0,
"ChangeStatus": 8
}
]