POST api/ExamArchive

Request Information

URI Parameters

None.

Body Parameters

ExamArchiveDTO
NameDescriptionTypeAdditional information
ID

integer

None.

HospitalID

integer

None.

ExamRegID

integer

None.

Server

string

None.

ImageFile

string

None.

ThumbnailFile

string

None.

FileType

integer

None.

FileSize

decimal number

None.

ShowIndex

integer

None.

Deleted

boolean

None.

DeleteTime

date

None.

DeleteUserID

integer

None.

UpdateTime

date

None.

UpdateUserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "HospitalID": 1,
  "ExamRegID": 1,
  "Server": "sample string 1",
  "ImageFile": "sample string 2",
  "ThumbnailFile": "sample string 3",
  "FileType": 1,
  "FileSize": 1.0,
  "ShowIndex": 1,
  "Deleted": true,
  "DeleteTime": "2026-05-02T18:07:51.149408+08:00",
  "DeleteUserID": 1,
  "UpdateTime": "2026-05-02T18:07:51.149408+08:00",
  "UpdateUserID": 1
}

application/xml, text/xml

Sample:
<ExamArchiveDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO">
  <DeleteTime>2026-05-02T18:07:51.149408+08:00</DeleteTime>
  <DeleteUserID>1</DeleteUserID>
  <Deleted>true</Deleted>
  <ExamRegID>1</ExamRegID>
  <FileSize>1</FileSize>
  <FileType>1</FileType>
  <HospitalID>1</HospitalID>
  <ID>1</ID>
  <ImageFile>sample string 2</ImageFile>
  <Server>sample string 1</Server>
  <ShowIndex>1</ShowIndex>
  <ThumbnailFile>sample string 3</ThumbnailFile>
  <UpdateTime>2026-05-02T18:07:51.149408+08:00</UpdateTime>
  <UpdateUserID>1</UpdateUserID>
</ExamArchiveDTO>

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.