POST api/UserPerformance/SaveItem

保存绩效填写记录

Request Information

URI Parameters

None.

Body Parameters

DAL.t_user_performance_item
NameDescriptionTypeAdditional information
Id

integer

None.

CreateTime

date

None.

PerformanceId

integer

None.

FlowStatus

integer

None.

AuditUserId

integer

None.

Score1

integer

None.

Score2

integer

None.

Score3

integer

None.

Score4

integer

None.

Score5

integer

None.

Score6

integer

None.

Score7

integer

None.

Score8

integer

None.

Score9

integer

None.

Score10

integer

None.

Score11

integer

None.

Score12

integer

None.

Score13

integer

None.

Score14

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CreateTime": "2026-06-09T21:26:31.8604802+08:00",
  "PerformanceId": 3,
  "FlowStatus": 4,
  "AuditUserId": 5,
  "Score1": 6,
  "Score2": 7,
  "Score3": 8,
  "Score4": 9,
  "Score5": 10,
  "Score6": 11,
  "Score7": 12,
  "Score8": 13,
  "Score9": 14,
  "Score10": 15,
  "Score11": 16,
  "Score12": 17,
  "Score13": 18,
  "Score14": 19
}

application/xml, text/xml

Sample:
<t_user_performance_item xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL">
  <AuditUserId>5</AuditUserId>
  <CreateTime>2026-06-09T21:26:31.8604802+08:00</CreateTime>
  <FlowStatus>4</FlowStatus>
  <Id>1</Id>
  <PerformanceId>3</PerformanceId>
  <Score1>6</Score1>
  <Score10>15</Score10>
  <Score11>16</Score11>
  <Score12>17</Score12>
  <Score13>18</Score13>
  <Score14>19</Score14>
  <Score2>7</Score2>
  <Score3>8</Score3>
  <Score4>9</Score4>
  <Score5>10</Score5>
  <Score6>11</Score6>
  <Score7>12</Score7>
  <Score8>13</Score8>
  <Score9>14</Score9>
</t_user_performance_item>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.Results.JsonResultOfDAL.HandleResult
NameDescriptionTypeAdditional information
Content

DAL.HandleResult

None.

SerializerSettings

Newtonsoft.Json.JsonSerializerSettings

None.

Encoding

System.Text.Encoding

None.

Request

System.Net.Http.HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.