POST api/TrangThai/GetListTrangThaiByLoaiPhieu?loaiPhieu={loaiPhieu}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
loaiPhieu | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TrangThaiLoaiPhieuInfoName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
LoaiPhieu | string |
None. |
|
MaTrangThai | string |
None. |
|
TenTrangThai | string |
None. |
|
STT | integer |
None. |
|
DuocIn | integer |
None. |
|
DuocXemIn | integer |
None. |
|
KhoaPhieu | boolean |
None. |
|
DuocXuatHoaDonDienTu | integer |
None. |
|
PhaiNhapGhiChu | boolean |
None. |
|
DuyetPhieu | boolean |
None. |
|
Mau | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "LoaiPhieu": "sample string 2", "MaTrangThai": "sample string 3", "TenTrangThai": "sample string 4", "STT": 5, "DuocIn": 1, "DuocXemIn": 1, "KhoaPhieu": true, "DuocXuatHoaDonDienTu": 1, "PhaiNhapGhiChu": true, "DuyetPhieu": true, "Mau": 1 }, { "ID": 1, "LoaiPhieu": "sample string 2", "MaTrangThai": "sample string 3", "TenTrangThai": "sample string 4", "STT": 5, "DuocIn": 1, "DuocXemIn": 1, "KhoaPhieu": true, "DuocXuatHoaDonDienTu": 1, "PhaiNhapGhiChu": true, "DuyetPhieu": true, "Mau": 1 } ]