POST api/AreaZXProjectAbility/AddPAUserQuotaStudyTimes

添加课程学习时间

Request Information

URI Parameters

None.

Body Parameters

ZXProjectAbilityUserQuotaStudy
NameDescriptionTypeAdditional information
ID

integer

None.

ZXPAID

integer

None.

PAUQID

integer

None.

AQID

integer

None.

PAQCID

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,
  "ZXPAID": 2,
  "PAUQID": 3,
  "AQID": 4,
  "PAQCID": 5,
  "UserID": 6,
  "Time": 7,
  "Status": 8,
  "CreateBy": 9,
  "CreateTime": "2026-01-26T06:14:29.6778543+08:00"
}

application/xml, text/xml

Sample:
<ZXProjectAbilityUserQuotaStudy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZXAbility">
  <AQID>4</AQID>
  <CreateBy>9</CreateBy>
  <CreateTime>2026-01-26T06:14:29.6778543+08:00</CreateTime>
  <ID>1</ID>
  <PAQCID>5</PAQCID>
  <PAUQID>3</PAUQID>
  <Status>8</Status>
  <Time>7</Time>
  <UserID>6</UserID>
  <ZXPAID>2</ZXPAID>
</ZXProjectAbilityUserQuotaStudy>

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.