POST Api/Lis/ZhiFangUpload
智方上传接口
Request Information
URI Parameters
None.
Body Parameters
BaseRequestOfZhiFangUploadModelName | Description | Type | Additional information |
---|---|---|---|
QueryType | string |
None. |
|
OrgCold | string |
None. |
|
Data | ZhiFangUploadModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "QueryType": "sample string 1", "OrgCold": "sample string 2", "Data": { "PatientCode": "sample string 1", "LisBarcode": "sample string 2", "ExamItemValue": "sample string 3", "InterfaceCode1": "sample string 4", "ExamItemName": "sample string 5" } }
application/xml, text/xml
Sample:
<BaseRequestOfZhiFangUploadModelEJGKso_Ph xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Lis.Controllers"> <d2p1:ExamItemName>sample string 5</d2p1:ExamItemName> <d2p1:ExamItemValue>sample string 3</d2p1:ExamItemValue> <d2p1:InterfaceCode1>sample string 4</d2p1:InterfaceCode1> <d2p1:LisBarcode>sample string 2</d2p1:LisBarcode> <d2p1:PatientCode>sample string 1</d2p1:PatientCode> </Data> <OrgCold>sample string 2</OrgCold> <QueryType>sample string 1</QueryType> </BaseRequestOfZhiFangUploadModelEJGKso_Ph>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.