PUT api/docs/DicType/Put

Request Information

URI Parameters

None.

Body Parameters

DicTypeDTO
NameDescriptionTypeAdditional information
ID

integer

None.

PlatformID

integer

None.

HospitalID

integer

None.

ParentID

integer

None.

SubInputType

integer

None.

AutoAccumulate

boolean

None.

ShowIndex

integer

None.

Name

string

None.

NamePY

string

None.

UpdateTime

date

None.

UpdateUserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "PlatformID": 1,
  "HospitalID": 1,
  "ParentID": 1,
  "SubInputType": 1,
  "AutoAccumulate": true,
  "ShowIndex": 1,
  "Name": "sample string 1",
  "NamePY": "sample string 2",
  "UpdateTime": "2026-05-02T18:07:41.9040367+08:00",
  "UpdateUserID": 1
}

application/xml, text/xml

Sample:
<DicTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO">
  <AutoAccumulate>true</AutoAccumulate>
  <HospitalID>1</HospitalID>
  <ID>1</ID>
  <Name>sample string 1</Name>
  <NamePY>sample string 2</NamePY>
  <ParentID>1</ParentID>
  <PlatformID>1</PlatformID>
  <ShowIndex>1</ShowIndex>
  <SubInputType>1</SubInputType>
  <UpdateTime>2026-05-02T18:07:41.9040367+08:00</UpdateTime>
  <UpdateUserID>1</UpdateUserID>
</DicTypeDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.