POST api/docs/AdviceDic/Post

Request Information

URI Parameters

None.

Body Parameters

AdviceDicDTO
NameDescriptionTypeAdditional information
ID

integer

None.

PlatformID

integer

None.

HospitalID

integer

None.

MedTypeID

integer

None.

DepartmentTypeID

integer

None.

BodyPartKey

integer

None.

DicGroup

string

None.

DicGrouplevel

integer

None.

IndustryGradeID

integer

None.

HospitalGradeID

integer

None.

ExamImportantTypeID

integer

None.

Title

string

None.

TitlePY

string

None.

Explain

string

None.

Advice

string

None.

ChronicDisease

boolean

None.

FollowUp

boolean

None.

FollowUpAdvice

string

None.

Referral

boolean

None.

DefaultOption

boolean

None.

IsAbnormal

boolean

None.

IsImportant

boolean

None.

ShowIndex

integer

None.

ReportShow

boolean

None.

Available

boolean

None.

UpdateTime

date

None.

UpdateUserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "PlatformID": 1,
  "HospitalID": 1,
  "MedTypeID": 1,
  "DepartmentTypeID": 1,
  "BodyPartKey": 1,
  "DicGroup": "sample string 1",
  "DicGrouplevel": 1,
  "IndustryGradeID": 1,
  "HospitalGradeID": 1,
  "ExamImportantTypeID": 1,
  "Title": "sample string 2",
  "TitlePY": "sample string 3",
  "Explain": "sample string 4",
  "Advice": "sample string 5",
  "ChronicDisease": true,
  "FollowUp": true,
  "FollowUpAdvice": "sample string 6",
  "Referral": true,
  "DefaultOption": true,
  "IsAbnormal": true,
  "IsImportant": true,
  "ShowIndex": 1,
  "ReportShow": true,
  "Available": true,
  "UpdateTime": "2026-05-02T18:06:15.1917012+08:00",
  "UpdateUserID": 1
}

application/xml, text/xml

Sample:
<AdviceDicDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO">
  <Advice>sample string 5</Advice>
  <Available>true</Available>
  <BodyPartKey>1</BodyPartKey>
  <ChronicDisease>true</ChronicDisease>
  <DefaultOption>true</DefaultOption>
  <DepartmentTypeID>1</DepartmentTypeID>
  <DicGroup>sample string 1</DicGroup>
  <DicGrouplevel>1</DicGrouplevel>
  <ExamImportantTypeID>1</ExamImportantTypeID>
  <Explain>sample string 4</Explain>
  <FollowUp>true</FollowUp>
  <FollowUpAdvice>sample string 6</FollowUpAdvice>
  <HospitalGradeID>1</HospitalGradeID>
  <HospitalID>1</HospitalID>
  <ID>1</ID>
  <IndustryGradeID>1</IndustryGradeID>
  <IsAbnormal>true</IsAbnormal>
  <IsImportant>true</IsImportant>
  <MedTypeID>1</MedTypeID>
  <PlatformID>1</PlatformID>
  <Referral>true</Referral>
  <ReportShow>true</ReportShow>
  <ShowIndex>1</ShowIndex>
  <Title>sample string 2</Title>
  <TitlePY>sample string 3</TitlePY>
  <UpdateTime>2026-05-02T18:06:15.1917012+08:00</UpdateTime>
  <UpdateUserID>1</UpdateUserID>
</AdviceDicDTO>

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.