POST api/UserCoursFinished
“Save”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "8378919f-2b05-47ce-8ea4-8a08ee2bd1d1",
"UserinforId": "3960da04-6367-41d9-865c-9d8494e41024",
"UserinforName": "sample string 3",
"IssueNumberId": "ff3c4b96-b541-4f0b-900a-c1ef345dfe8d",
"IssueNumberName": "sample string 5",
"CourseId": "86159934-fc12-4b25-bac8-8e397046ed13",
"CourseName": "sample string 6",
"CourseCode": "sample string 7",
"CourseNote": "sample string 8",
"TrainingCategory": "sample string 9",
"SecondeCategory": "sample string 10",
"ParentId": "bf44cf70-63de-41be-95aa-86995b9557ae",
"Level": 1,
"CreateTime": "2026-02-09T14:43:37.7476325+08:00",
"CreateTimeStr": "2026/2/9 14:43",
"IsFreeze": true,
"State": 12,
"StateStr": "",
"CompletionRatio": "",
"SubjectTotal": 13,
"PracticeProblems": "sample string 14",
"ErrorTotal": 15,
"RecentTestAccuracy": 16.0,
"Suggestion": "sample string 17",
"Sequence": 18,
"OperatorId": "9e6d6744-b7d0-4c78-b27e-04411effcb4d",
"FinishTime": "2026-02-09T14:43:37.7476325+08:00",
"PracticeTotal": 19,
"RecentAccuracy": 20.0
}
application/xml, text/xml
Sample:
<UserCoursModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.Model"> <CourseCode>sample string 7</CourseCode> <CourseId>86159934-fc12-4b25-bac8-8e397046ed13</CourseId> <CourseName>sample string 6</CourseName> <CourseNote>sample string 8</CourseNote> <CreateTime>2026-02-09T14:43:37.7476325+08:00</CreateTime> <ErrorTotal>15</ErrorTotal> <FinishTime>2026-02-09T14:43:37.7476325+08:00</FinishTime> <Id>8378919f-2b05-47ce-8ea4-8a08ee2bd1d1</Id> <IsFreeze>true</IsFreeze> <IssueNumberId>ff3c4b96-b541-4f0b-900a-c1ef345dfe8d</IssueNumberId> <IssueNumberName>sample string 5</IssueNumberName> <Level>1</Level> <OperatorId>9e6d6744-b7d0-4c78-b27e-04411effcb4d</OperatorId> <ParentId>bf44cf70-63de-41be-95aa-86995b9557ae</ParentId> <PracticeProblems>sample string 14</PracticeProblems> <PracticeTotal>19</PracticeTotal> <RecentAccuracy>20</RecentAccuracy> <RecentTestAccuracy>16</RecentTestAccuracy> <SecondeCategory>sample string 10</SecondeCategory> <Sequence>18</Sequence> <State>12</State> <SubjectTotal>13</SubjectTotal> <Suggestion>sample string 17</Suggestion> <TrainingCategory>sample string 9</TrainingCategory> <UserinforId>3960da04-6367-41d9-865c-9d8494e41024</UserinforId> <UserinforName>sample string 3</UserinforName> </UserCoursModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />