POST api/KPBaoCaoDoanhSo/USP_KIDS_GetDoanhSoOnlineTheoCuaHang
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 KPBCDoanhSoOnlineTheoCuaHang| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
|
| SLDon | decimal number |
None. |
|
| DS | decimal number |
None. |
|
| TBDon | decimal number |
None. |
|
| TyTrong | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": "sample string 1",
"Name": "sample string 2",
"SLDon": 1.0,
"DS": 1.0,
"TBDon": 1.0,
"TyTrong": 1.0
},
{
"Code": "sample string 1",
"Name": "sample string 2",
"SLDon": 1.0,
"DS": 1.0,
"TBDon": 1.0,
"TyTrong": 1.0
}
]