POST Api/PC/GetFuHeList
返回当天体检列表需要复核的字段
Request Information
URI Parameters
None.
Body Parameters
BaseRequestOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryType | string |
None. |
|
| OrgCold | string |
None. |
|
| OrgID | string |
None. |
|
| UserID | string |
None. |
|
| Data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueryType": "sample string 1",
"OrgCold": "sample string 2",
"OrgID": "sample string 3",
"UserID": "sample string 4",
"Data": "sample string 5"
}
application/xml, text/xml
Sample:
<BaseRequestOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models"> <Data>sample string 5</Data> <OrgCold>sample string 2</OrgCold> <OrgID>sample string 3</OrgID> <QueryType>sample string 1</QueryType> <UserID>sample string 4</UserID> </BaseRequestOfstring>
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.