PUT api/user/AssignMentors
Request Information
URI Parameters
None.
Body Parameters
AssignMentorsRequestModel| Name | 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": [
"3acb5ec4-edfa-4ad4-8ac3-63c73fcf54a5",
"84d1cd1b-a7a7-4a66-a04a-e1f610d966e5"
],
"MenteeIds": [
"52da785e-7140-4b0c-9d05-d0e522f5b623",
"5c9c1f1a-493a-4c5f-bbb1-4250058b7127"
]
}
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>52da785e-7140-4b0c-9d05-d0e522f5b623</d2p1:guid>
<d2p1:guid>5c9c1f1a-493a-4c5f-bbb1-4250058b7127</d2p1:guid>
</MenteeIds>
<MentorIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3acb5ec4-edfa-4ad4-8ac3-63c73fcf54a5</d2p1:guid>
<d2p1:guid>84d1cd1b-a7a7-4a66-a04a-e1f610d966e5</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.