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": [
"02b8a9b8-6f29-4046-9d67-d57f0c4aa040",
"1a47d2a3-e4e5-4075-a4f2-5e095dacbedc"
],
"MenteeIds": [
"33b3e51a-a251-43e0-9598-fc4d38f448e9",
"9cb05d50-5fa7-4dbc-bb25-40c17305e068"
]
}
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>33b3e51a-a251-43e0-9598-fc4d38f448e9</d2p1:guid>
<d2p1:guid>9cb05d50-5fa7-4dbc-bb25-40c17305e068</d2p1:guid>
</MenteeIds>
<MentorIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>02b8a9b8-6f29-4046-9d67-d57f0c4aa040</d2p1:guid>
<d2p1:guid>1a47d2a3-e4e5-4075-a4f2-5e095dacbedc</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.