POST api/HeBeiShengKuaiJi/saveCourseInfo?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

View_LK_Jxjy_StudyCourse
NameDescriptionTypeAdditional 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": "4f6e3085-8dec-44b5-be3a-ab58ac04514e",
  "YearName": "sample string 8",
  "PONO": "sample string 9",
  "VideoId": "921e3dad-de7f-4973-9769-f53f79ce34c1",
  "OpenID": "sample string 11",
  "IsSynchronization": "sample string 12",
  "SynchronizationTime": "2024-11-21T17:36:19.6639521+08:00",
  "BeginTime": "2024-11-21T17:36:19.6639521+08:00",
  "EndTime": "2024-11-21T17:36:19.6639521+08:00",
  "ProductId": "d46261b7-d3dd-436e-8baa-b2554ffb116d",
  "StudyStateID": "bc865d59-7267-43c0-9a5d-30a1bb3aea37",
  "TimeSpan": 15,
  "Times": "sample string 16",
  "WatchTime": 17
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Message
NameDescriptionTypeAdditional 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": {}
}