GET api/INSERT_CHIETIETTRANGTHAIPHIEU_Result/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
INSERT_CHIETIETTRANGTHAIPHIEU_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| PhieuBaoDuongID | integer |
None. |
|
| HangMucID | integer |
None. |
|
| TrangThaiHoanThanh | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PhieuBaoDuongID": 1,
"HangMucID": 1,
"TrangThaiHoanThanh": 1
}
application/xml, text/xml
Sample:
<INSERT_CHIETIETTRANGTHAIPHIEU_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <HangMucID>1</HangMucID> <PhieuBaoDuongID>1</PhieuBaoDuongID> <TrangThaiHoanThanh>1</TrangThaiHoanThanh> </INSERT_CHIETIETTRANGTHAIPHIEU_Result>