POST api/dla/checkin
Request Information
URI Parameters
None.
Body Parameters
DLA_StudentCheckInModelName | Description | Type | Additional information |
---|---|---|---|
string |
Required |
||
external_registration_id | string |
None. |
|
external_profile_id | string |
None. |
|
external_class_id | string |
None. |
|
external_cohort_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "email": "sample string 1", "external_registration_id": "sample string 2", "external_profile_id": "sample string 3", "external_class_id": "sample string 4", "external_cohort_id": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |