PUT api/RcAdminTcs/Put
Make an existing location a tutoring center. The new tutoring center will be linked with the current resource center.
Request Information
URI Parameters
None.
Body Parameters
PutTcDtoName | Description | Type | Additional information |
---|---|---|---|
RcId | integer |
Required |
|
StudyLocationId | integer |
Required |
|
RequestDelayMinutes | integer |
None. |
|
MinDuration | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RcId": 1, "StudyLocationId": 2, "RequestDelayMinutes": 3, "MinDuration": 4 }
application/xml, text/xml
Sample:
<PutTcDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StudyTree.Core.Dtos.UniversityNs.TutoringCenterNs"> <MinDuration>4</MinDuration> <RcId>1</RcId> <RequestDelayMinutes>3</RequestDelayMinutes> <StudyLocationId>2</StudyLocationId> </PutTcDto>
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. |