POST api/InternalCourse/ApplyInternalCourse

Request Information

URI Parameters

None.

Body Parameters

InternalCourseUserApplyModel
NameDescriptionTypeAdditional information
InternalCourseID

globally unique identifier

None.

InternalMeetingID

globally unique identifier

None.

StaffCode

string

None.

StaffName

string

None.

IsCandidate

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalCourseID": "5ca824b4-ee2d-41b2-a3c0-6e6c0b4b00db",
  "InternalMeetingID": "467d11a2-634c-41d0-838e-21c8dea38440",
  "StaffCode": "sample string 3",
  "StaffName": "sample string 4",
  "IsCandidate": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InternalCourseUserApplyModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.