POST api/smed/getdanhsachthungangoiso
Request Information
URI Parameters
None.
Body Parameters
GetDanhSachGoiSoInputDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CoSoTiemChungId | integer |
None. |
|
| HienThiToanBoDanhSachChoKhamTrenTV | boolean |
None. |
|
| UserName | string |
None. |
|
| PhongBanId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CoSoTiemChungId": 1,
"HienThiToanBoDanhSachChoKhamTrenTV": true,
"UserName": "sample string 3",
"PhongBanId": 1
}
application/xml, text/xml
Sample:
<GetDanhSachGoiSoInputDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smed_api.Dto"> <CoSoTiemChungId>1</CoSoTiemChungId> <HienThiToanBoDanhSachChoKhamTrenTV>true</HienThiToanBoDanhSachChoKhamTrenTV> <PhongBanId>1</PhongBanId> <UserName>sample string 3</UserName> </GetDanhSachGoiSoInputDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.