POST api/HeBeiShengKuaiJi/saveCourseInfoByBag?token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
Required |
Body Parameters
SynchronizationName | Description | Type | Additional information |
---|---|---|---|
BuyCourseID | globally unique identifier |
None. |
|
Credit | integer |
None. |
|
BeginTime | date |
None. |
|
EndTime | date |
None. |
|
ProductItemID | globally unique identifier |
None. |
|
ProductItemName | string |
None. |
|
YearName | string |
None. |
|
OpenID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BuyCourseID": "5ae0b6ba-b71c-478b-9579-dc0c98b36be1", "Credit": 2, "BeginTime": "2024-09-20T11:14:38.8365432+08:00", "EndTime": "2024-09-20T11:14:38.8365432+08:00", "ProductItemID": "4f84b652-f348-4e38-88f9-35d0a03d923d", "ProductItemName": "sample string 4", "YearName": "sample string 5", "OpenID": "sample string 6" }
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": {} }