POST api/Personnel/LearnTrainSave

Request Information

URI Parameters

None.

Body Parameters

LearnTrainModel
NameDescriptionTypeAdditional information
LearnTrainID

integer

None.

PersonnelID

integer

None.

Project

string

None.

BeginTime

date

None.

EndTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "LearnTrainID": 1,
  "PersonnelID": 2,
  "Project": "sample string 3",
  "BeginTime": "2025-05-04T16:26:40.9172519+08:00",
  "EndTime": "2025-05-04T16:26:40.9172519+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OperationResult
NameDescriptionTypeAdditional information
ResultType

OperationResultType

None.

Success

boolean

None.

Message

string

None.

LogMessage

string

None.

AppendData

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.