POST api/smed/getdanhsachtheodoisautiemgoiso

Request Information

URI Parameters

None.

Body Parameters

GetDanhSachGoiSoInputDto
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.