POST api/IndexNormalRole
Request Information
URI Parameters
None.
Body Parameters
IndexNormalRoleDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PlatformID | integer |
None. |
|
| HospitalID | integer |
None. |
|
| SysIndexKey | integer |
None. |
|
| CompareMode | integer |
None. |
|
| NormalResult | string |
None. |
|
| ConclusionFormat | string |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PlatformID": 1,
"HospitalID": 1,
"SysIndexKey": 1,
"CompareMode": 1,
"NormalResult": "sample string 1",
"ConclusionFormat": "sample string 2",
"UpdateTime": "2026-05-02T18:05:47.374778+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<IndexNormalRoleDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <CompareMode>1</CompareMode> <ConclusionFormat>sample string 2</ConclusionFormat> <HospitalID>1</HospitalID> <ID>1</ID> <NormalResult>sample string 1</NormalResult> <PlatformID>1</PlatformID> <SysIndexKey>1</SysIndexKey> <UpdateTime>2026-05-02T18:05:47.374778+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> </IndexNormalRoleDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.