POST api/docs/ShortcutItem/Post

Request Information

URI Parameters

None.

Body Parameters

ShortcutItemDTO
NameDescriptionTypeAdditional information
ID

integer

None.

ShortcutID

integer

None.

ItemID

integer

None.

UpdateTime

date

None.

UpdateUserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ShortcutID": 1,
  "ItemID": 1,
  "UpdateTime": "2026-05-02T18:07:12.6853226+08:00",
  "UpdateUserID": 1
}

application/xml, text/xml

Sample:
<ShortcutItemDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO">
  <ID>1</ID>
  <ItemID>1</ItemID>
  <ShortcutID>1</ShortcutID>
  <UpdateTime>2026-05-02T18:07:12.6853226+08:00</UpdateTime>
  <UpdateUserID>1</UpdateUserID>
</ShortcutItemDTO>

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.