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": [
"79de501b-e61f-463e-babd-e37a669cfd33",
"7827db52-7fc0-4d95-bcd2-a41ec9bcd389"
],
"MenteeIds": [
"31e78d00-94d4-4fbe-91ee-29e08d74fff8",
"14474130-4ce2-4aad-a77a-ccb5d6ed94c9"
]
}
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>31e78d00-94d4-4fbe-91ee-29e08d74fff8</d2p1:guid>
<d2p1:guid>14474130-4ce2-4aad-a77a-ccb5d6ed94c9</d2p1:guid>
</MenteeIds>
<MentorIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>79de501b-e61f-463e-babd-e37a669cfd33</d2p1:guid>
<d2p1:guid>7827db52-7fc0-4d95-bcd2-a41ec9bcd389</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.