POST api/ManagerRevenueNCC/GetAllDataBill
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 ManagerRevenueNCC_HoaDonInserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NumberBill | string |
None. |
|
| DateBill | date |
None. |
|
| ValueBill | decimal number |
None. |
|
| NumberBBNT | string |
None. |
|
| ManagerRevenueNCCID | integer |
None. |
|
| UserName | string |
None. |
|
| ContactType | integer |
None. |
|
| NumberContact | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NumberBill": "sample string 1",
"DateBill": "2026-01-29T16:25:29.4774517+07:00",
"ValueBill": 3.0,
"NumberBBNT": "sample string 4",
"ManagerRevenueNCCID": 5,
"UserName": "sample string 6",
"ContactType": 7,
"NumberContact": "sample string 8"
},
{
"NumberBill": "sample string 1",
"DateBill": "2026-01-29T16:25:29.4774517+07:00",
"ValueBill": 3.0,
"NumberBBNT": "sample string 4",
"ManagerRevenueNCCID": 5,
"UserName": "sample string 6",
"ContactType": 7,
"NumberContact": "sample string 8"
}
]