GET api/XuatKhoTYT?Username={Username}&Password={Password}&MaPhieuXuat={MaPhieuXuat}&PhanLoaiXuat={PhanLoaiXuat}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Username

string

Required

Password

string

Required

MaPhieuXuat

string

Required

PhanLoaiXuat

string

Required

Body Parameters

None.

Response Information

Resource Description

OutPutEntity
NameDescriptionTypeAdditional information
Comment

string

None.

StatusCode

string

None.

Value

Object

None.

InPut

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Comment": "sample string 1",
  "StatusCode": "sample string 2",
  "Value": {},
  "InPut": {}
}

application/xml, text/xml

Sample:
<DungChung.OutPutEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NanoHISPublicAPI">
  <Comment>sample string 1</Comment>
  <InPut />
  <StatusCode>sample string 2</StatusCode>
  <Value />
</DungChung.OutPutEntity>