POST api/ThongKe/GetListThongKeCongViecKyThuat
Request Information
URI Parameters
None.
Body Parameters
ParamsThongKeCongViecKyThuatName | Description | Type | Additional information |
---|---|---|---|
KyThuat | string |
None. |
|
XemTheo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "KyThuat": "sample string 1", "XemTheo": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResponseInfoName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Status": 1, "Message": "sample string 2", "Data": {} }, { "Status": 1, "Message": "sample string 2", "Data": {} } ]