POST api/Course/MemberCourses

Request Information

URI Parameters

None.

Body Parameters

Models_API_UserToken
NameDescriptionTypeAdditional information
LoginID

string

Required

String length: inclusive between 6 and 50

Token

string

Required

String length: inclusive between 6 and 50

DeviceType

string

None.

DeviceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LoginID": "sample string 1",
  "Token": "sample string 2",
  "DeviceType": "sample string 3",
  "DeviceID": "sample string 4"
}

application/xml, text/xml

Sample:
<Models_API_UserToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NumerologyApi.Models">
  <DeviceID>sample string 4</DeviceID>
  <DeviceType>sample string 3</DeviceType>
  <LoginID>sample string 1</LoginID>
  <Token>sample string 2</Token>
</Models_API_UserToken>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RespondCourse
NameDescriptionTypeAdditional information
RespondData

Object

None.

OnlineCourseData

Object

None.

OfflineCourseDate

Object

None.

PurchasedCoursesData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "RespondData": {},
  "OnlineCourseData": {},
  "OfflineCourseDate": {},
  "PurchasedCoursesData": {}
}

application/xml, text/xml

Sample:
<RespondCourse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NumerologyApi.Models">
  <OfflineCourseDate />
  <OnlineCourseData />
  <PurchasedCoursesData />
  <RespondData />
</RespondCourse>