PUT api/StudentParents/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
StudentParent| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | globally unique identifier |
None. |
|
| ParentID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentID": "0892fb1b-0169-4889-8bed-738a82cbf1d8",
"ParentID": "0253fd2d-acb6-4b4b-a3ae-b76eb2c59090"
}
application/xml, text/xml
Sample:
<StudentParent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models"> <ParentID>0253fd2d-acb6-4b4b-a3ae-b76eb2c59090</ParentID> <StudentID>0892fb1b-0169-4889-8bed-738a82cbf1d8</StudentID> </StudentParent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.