POST api/Personnel/LearnTrainSave
Request Information
URI Parameters
None.
Body Parameters
LearnTrainModel| Name | Description | Type | Additional 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-12-16T16:09:35.8433792+08:00",
"EndTime": "2025-12-16T16:09:35.8433792+08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperationResult| Name | Description | Type | Additional 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.