PUT api/docs/GwAbnormalGroup/Put

Request Information

URI Parameters

None.

Body Parameters

GwAbnormalGroupDTO
NameDescriptionTypeAdditional information
ID

integer

None.

HospitalID

integer

None.

SysIndexKey

integer

None.

GroupType

integer

None.

GroupCode

string

None.

GroupName

string

None.

Delimiter

string

None.

NeedMerge

boolean

None.

MergeFormat

string

None.

MaxLength

integer

None.

ShowIndex

integer

None.

Memo

string

None.

Fixed

boolean

None.

Available

boolean

None.

UpdateTime

date

None.

UpdateUserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "HospitalID": 1,
  "SysIndexKey": 1,
  "GroupType": 1,
  "GroupCode": "sample string 1",
  "GroupName": "sample string 2",
  "Delimiter": "sample string 3",
  "NeedMerge": true,
  "MergeFormat": "sample string 4",
  "MaxLength": 1,
  "ShowIndex": 1,
  "Memo": "sample string 5",
  "Fixed": true,
  "Available": true,
  "UpdateTime": "2026-05-02T18:09:29.8912913+08:00",
  "UpdateUserID": 1
}

application/xml, text/xml

Sample:
<GwAbnormalGroupDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO">
  <Available>true</Available>
  <Delimiter>sample string 3</Delimiter>
  <Fixed>true</Fixed>
  <GroupCode>sample string 1</GroupCode>
  <GroupName>sample string 2</GroupName>
  <GroupType>1</GroupType>
  <HospitalID>1</HospitalID>
  <ID>1</ID>
  <MaxLength>1</MaxLength>
  <Memo>sample string 5</Memo>
  <MergeFormat>sample string 4</MergeFormat>
  <NeedMerge>true</NeedMerge>
  <ShowIndex>1</ShowIndex>
  <SysIndexKey>1</SysIndexKey>
  <UpdateTime>2026-05-02T18:09:29.8912913+08:00</UpdateTime>
  <UpdateUserID>1</UpdateUserID>
</GwAbnormalGroupDTO>

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.