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": [ "b7172808-0c56-4631-9d82-15fe421c32ec", "ff669829-9864-4a59-a7f7-1eb839125764" ], "MenteeIds": [ "b4cda644-813d-437b-99e9-e3f9f2a5ee96", "e5ce9970-ca64-4795-8bc1-c6b8f729d51b" ] }
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>b4cda644-813d-437b-99e9-e3f9f2a5ee96</d2p1:guid> <d2p1:guid>e5ce9970-ca64-4795-8bc1-c6b8f729d51b</d2p1:guid> </MenteeIds> <MentorIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b7172808-0c56-4631-9d82-15fe421c32ec</d2p1:guid> <d2p1:guid>ff669829-9864-4a59-a7f7-1eb839125764</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.