POST api/PackageResidentType

Request Information

URI Parameters

None.

Body Parameters

PackageResidentTypeDTO
NameDescriptionTypeAdditional information
ID

integer

None.

PlatformID

integer

None.

HospitalID

integer

None.

PackageID

integer

None.

ResidentTypeID

integer

None.

UpdateTime

date

None.

UpdateUserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "PlatformID": 1,
  "HospitalID": 1,
  "PackageID": 1,
  "ResidentTypeID": 1,
  "UpdateTime": "2026-05-02T18:04:21.8385097+08:00",
  "UpdateUserID": 1
}

application/xml, text/xml

Sample:
<PackageResidentTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO">
  <HospitalID>1</HospitalID>
  <ID>1</ID>
  <PackageID>1</PackageID>
  <PlatformID>1</PlatformID>
  <ResidentTypeID>1</ResidentTypeID>
  <UpdateTime>2026-05-02T18:04:21.8385097+08:00</UpdateTime>
  <UpdateUserID>1</UpdateUserID>
</PackageResidentTypeDTO>

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.