PUT api/StudentElt/PutEltUsage
Updates the last usage time of the EltReview from the specified person to the specified tool. If the EltReview does not exist, it is created.
Request Information
URI Parameters
None.
Body Parameters
PutEltUsageDtoName | Description | Type | Additional information |
---|---|---|---|
EltId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "EltId": 1 }
application/xml, text/xml
Sample:
<PutEltUsageDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StudyTree.Core.Dtos.StudentNs"> <EltId>1</EltId> </PutEltUsageDto>
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. |