GET api/TranferData/detail?api={api}&idphieuthu={idphieuthu}&keyword={keyword}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
api | string |
Required |
|
idphieuthu | integer |
Default value is 0 |
|
keyword | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
objReceiptDetailModelName | Description | Type | Additional information |
---|---|---|---|
data | Collection of ReceiptDetailModel |
None. |
|
time |
Thời gian server trả về |
integer |
None. |
status |
Trạng thái |
string |
None. |
message |
Thông báo |
string |
None. |
codemessage |
Mã lỗi |
string |
None. |
strprint |
phiếu in hoặc xuất file |
string |
None. |
strexcel |
file excel |
string |
None. |
strword |
file word |
string |
None. |
page |
Trang số |
integer |
None. |
totalpage |
Tổng số trang |
decimal number |
None. |
totalrecord |
Tổng số bản ghi |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "service_code": "sample string 1", "service_name": "sample string 2", "service_unit": "sample string 3", "service_quantity": 1.1, "service_price": 1.1, "service_amount": 1.1, "service_discount": 1.1, "payment_bhyt": 1.1, "payment_patient": 1.1, "payment_patient_is": 1.1 }, { "service_code": "sample string 1", "service_name": "sample string 2", "service_unit": "sample string 3", "service_quantity": 1.1, "service_price": 1.1, "service_amount": 1.1, "service_discount": 1.1, "payment_bhyt": 1.1, "payment_patient": 1.1, "payment_patient_is": 1.1 } ], "time": 1, "status": "sample string 2", "message": "sample string 3", "codemessage": "samplestring3", "strprint": "sample string 5", "strexcel": "sample string 6", "strword": "sample string 7", "page": 8, "totalpage": 9.1, "totalrecord": 10.1 }
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"data":[{"service_code":"sample string 1","service_name":"sample string 2","service_unit":"sample string 3","service_quantity":1.1,"service_price":1.1,"service_amount":1.1,"service_discount":1.1,"payment_bhyt":1.1,"payment_patient":1.1,"payment_patient_is":1.1},{"service_code":"sample string 1","service_name":"sample string 2","service_unit":"sample string 3","service_quantity":1.1,"service_price":1.1,"service_amount":1.1,"service_discount":1.1,"payment_bhyt":1.1,"payment_patient":1.1,"payment_patient_is":1.1}],"time":1,"status":"sample string 2","message":"sample string 3","codemessage":"samplestring3","strprint":"sample string 5","strexcel":"sample string 6","strword":"sample string 7","page":8,"totalpage":9.1,"totalrecord":10.1});
application/xml, text/xml
Sample:
<objReceiptDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models.his"> <codemessage xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">samplestring3</codemessage> <message xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 3</message> <page xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">8</page> <status xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 2</status> <strexcel xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 6</strexcel> <strprint xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 5</strprint> <strword xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 7</strword> <time xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">1</time> <totalpage xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">9.1</totalpage> <totalrecord xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">10.1</totalrecord> <data> <ReceiptDetailModel> <payment_bhyt>1.1</payment_bhyt> <payment_patient>1.1</payment_patient> <payment_patient_is>1.1</payment_patient_is> <service_amount>1.1</service_amount> <service_code>sample string 1</service_code> <service_discount>1.1</service_discount> <service_name>sample string 2</service_name> <service_price>1.1</service_price> <service_quantity>1.1</service_quantity> <service_unit>sample string 3</service_unit> </ReceiptDetailModel> <ReceiptDetailModel> <payment_bhyt>1.1</payment_bhyt> <payment_patient>1.1</payment_patient> <payment_patient_is>1.1</payment_patient_is> <service_amount>1.1</service_amount> <service_code>sample string 1</service_code> <service_discount>1.1</service_discount> <service_name>sample string 2</service_name> <service_price>1.1</service_price> <service_quantity>1.1</service_quantity> <service_unit>sample string 3</service_unit> </ReceiptDetailModel> </data> </objReceiptDetailModel>