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": [ "45216645-a720-4022-b2e9-69ff204f8722", "80ca77a2-bb6c-4669-9d62-2cf055588c59" ], "MenteeIds": [ "64022a54-7e48-4ae3-a726-0878084b6463", "d60572c6-f81f-4e72-a9a6-dbb332cafb3e" ] }
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>64022a54-7e48-4ae3-a726-0878084b6463</d2p1:guid> <d2p1:guid>d60572c6-f81f-4e72-a9a6-dbb332cafb3e</d2p1:guid> </MenteeIds> <MentorIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>45216645-a720-4022-b2e9-69ff204f8722</d2p1:guid> <d2p1:guid>80ca77a2-bb6c-4669-9d62-2cf055588c59</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.