POST api/PKD_ThuongDoanhSoTong/PKD_ThuongDoanhSoTong_GetAll

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 PKD_ThuongDoanhSoTongModel
NameDescriptionTypeAdditional information
Nam

integer

None.

Thang

integer

None.

StoreCode

string

None.

StoreDescription

string

None.

TinhDenNgay

date

None.

DoanhSo

decimal number

None.

DoanhSoDuKien

decimal number

None.

ChiTieu

decimal number

None.

TyLeDat

decimal number

None.

TyLeDatDuKien

decimal number

None.

TongThuong

decimal number

None.

MaQuanLy

string

None.

TenQuanLy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Nam": 1,
    "Thang": 2,
    "StoreCode": "sample string 3",
    "StoreDescription": "sample string 4",
    "TinhDenNgay": "2026-01-29T16:33:10.4920923+07:00",
    "DoanhSo": 1.0,
    "DoanhSoDuKien": 1.0,
    "ChiTieu": 1.0,
    "TyLeDat": 1.0,
    "TyLeDatDuKien": 1.0,
    "TongThuong": 1.0,
    "MaQuanLy": "sample string 5",
    "TenQuanLy": "sample string 6"
  },
  {
    "Nam": 1,
    "Thang": 2,
    "StoreCode": "sample string 3",
    "StoreDescription": "sample string 4",
    "TinhDenNgay": "2026-01-29T16:33:10.4920923+07:00",
    "DoanhSo": 1.0,
    "DoanhSoDuKien": 1.0,
    "ChiTieu": 1.0,
    "TyLeDat": 1.0,
    "TyLeDatDuKien": 1.0,
    "TongThuong": 1.0,
    "MaQuanLy": "sample string 5",
    "TenQuanLy": "sample string 6"
  }
]