POST api/Dic
Request Information
URI Parameters
None.
Body Parameters
DicDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PlatformID | integer |
None. |
|
| HospitalID | integer |
None. |
|
| DicTypeID | integer |
None. |
|
| Data | string |
None. |
|
| DataPY | string |
None. |
|
| ShowIndex | integer |
None. |
|
| Available | boolean |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PlatformID": 1,
"HospitalID": 1,
"DicTypeID": 1,
"Data": "sample string 1",
"DataPY": "sample string 2",
"ShowIndex": 1,
"Available": true,
"UpdateTime": "2026-05-02T18:09:04.8287444+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<DicDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <Available>true</Available> <Data>sample string 1</Data> <DataPY>sample string 2</DataPY> <DicTypeID>1</DicTypeID> <HospitalID>1</HospitalID> <ID>1</ID> <PlatformID>1</PlatformID> <ShowIndex>1</ShowIndex> <UpdateTime>2026-05-02T18:09:04.8287444+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> </DicDTO>
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.