POST api/HeBeiShengKuaiJi/saveCourseInfo?token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
Required |
Body Parameters
View_LK_Jxjy_StudyCourseName | Description | Type | Additional information |
---|---|---|---|
ProductName | string |
None. |
|
Credit | decimal number |
None. |
|
EndCredit | decimal number |
None. |
|
Duration | integer |
None. |
|
StudyState | string |
None. |
|
VedioUrl | string |
None. |
|
CustomerID | globally unique identifier |
None. |
|
YearName | string |
None. |
|
PONO | string |
None. |
|
VideoId | globally unique identifier |
None. |
|
OpenID | string |
None. |
|
IsSynchronization | string |
None. |
|
SynchronizationTime | date |
None. |
|
BeginTime | date |
None. |
|
EndTime | date |
None. |
|
ProductId | globally unique identifier |
None. |
|
StudyStateID | globally unique identifier |
None. |
|
TimeSpan | integer |
None. |
|
Times | string |
None. |
|
WatchTime | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductName": "sample string 1", "Credit": 2.0, "EndCredit": 3.0, "Duration": 4, "StudyState": "sample string 5", "VedioUrl": "sample string 6", "CustomerID": "b505b0ac-8f20-44b7-a4ff-63ec36a71cc7", "YearName": "sample string 8", "PONO": "sample string 9", "VideoId": "a2450679-eda0-4c41-baf6-b91c7421de51", "OpenID": "sample string 11", "IsSynchronization": "sample string 12", "SynchronizationTime": "2025-04-06T14:48:49.1769156+08:00", "BeginTime": "2025-04-06T14:48:49.1769156+08:00", "EndTime": "2025-04-06T14:48:49.1769156+08:00", "ProductId": "1141a820-14c5-4ca3-8d91-bf7ab7f1d37f", "StudyStateID": "a66a733d-05f2-4082-92f8-2dd1ecf487ad", "TimeSpan": 15, "Times": "sample string 16", "WatchTime": 17 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Messages | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Messages": "sample string 2", "Data": {} }