PUT api/user/AssignMentors
Request Information
URI Parameters
None.
Body Parameters
AssignMentorsRequestModelName | Description | Type | Additional information |
---|---|---|---|
MentorIds | Collection of globally unique identifier |
None. |
|
MenteeIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "MentorIds": [ "ece68ea8-1563-4e8a-b7e2-8e48036fa820", "bcaa5c62-cf16-4edc-b9bb-f9e8d5a82187" ], "MenteeIds": [ "284b5525-6e39-4f9c-9eac-8eccfce3dafc", "ff7f7192-ec13-4bfe-9f5f-2e2233fe03a6" ] }
application/xml, text/xml
Sample:
<AssignMentorsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHPACollegeAPI.Models.RequestModels"> <MenteeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>284b5525-6e39-4f9c-9eac-8eccfce3dafc</d2p1:guid> <d2p1:guid>ff7f7192-ec13-4bfe-9f5f-2e2233fe03a6</d2p1:guid> </MenteeIds> <MentorIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ece68ea8-1563-4e8a-b7e2-8e48036fa820</d2p1:guid> <d2p1:guid>bcaa5c62-cf16-4edc-b9bb-f9e8d5a82187</d2p1:guid> </MentorIds> </AssignMentorsRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.