POST api/KPBaoCaoDoanhSo/USP_KIDS_TienThuChiTaiCuaHang

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of KPThuChiTaiCuaHang
NameDescriptionTypeAdditional information
MaCH

string

None.

TenCH

string

None.

TienMat_Thu

decimal number

None.

TienMat_Chi

decimal number

None.

NganHang_Thu

decimal number

None.

NganHang_Chi

decimal number

None.

Tong

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MaCH": "sample string 1",
    "TenCH": "sample string 2",
    "TienMat_Thu": 1.0,
    "TienMat_Chi": 1.0,
    "NganHang_Thu": 1.0,
    "NganHang_Chi": 1.0,
    "Tong": 1.0
  },
  {
    "MaCH": "sample string 1",
    "TenCH": "sample string 2",
    "TienMat_Thu": 1.0,
    "TienMat_Chi": 1.0,
    "NganHang_Thu": 1.0,
    "NganHang_Chi": 1.0,
    "Tong": 1.0
  }
]