POST api/AreaZXProjectTrain/AddZXProjectTrainUserStudyTimes

保存学习时长

Request Information

URI Parameters

None.

Body Parameters

ZXProjectTrainUserStudy
NameDescriptionTypeAdditional information
ID

integer

None.

ZXPTID

integer

None.

PTCourseID

integer

None.

UserID

integer

None.

Time

integer

None.

Status

integer

None.

CreateBy

integer

None.

CreateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ZXPTID": 2,
  "PTCourseID": 3,
  "UserID": 4,
  "Time": 5,
  "Status": 6,
  "CreateBy": 7,
  "CreateTime": "2026-01-26T06:10:15.2391611+08:00"
}

application/xml, text/xml

Sample:
<ZXProjectTrainUserStudy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX">
  <CreateBy>7</CreateBy>
  <CreateTime>2026-01-26T06:10:15.2391611+08:00</CreateTime>
  <ID>1</ID>
  <PTCourseID>3</PTCourseID>
  <Status>6</Status>
  <Time>5</Time>
  <UserID>4</UserID>
  <ZXPTID>2</ZXPTID>
</ZXProjectTrainUserStudy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.