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": "df5b717e-f458-43e4-b347-05fe1f3be605",
"ParentID": "a96756d1-5e4d-4346-9c2d-3fdfb326ba75"
}
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>a96756d1-5e4d-4346-9c2d-3fdfb326ba75</ParentID> <StudentID>df5b717e-f458-43e4-b347-05fe1f3be605</StudentID> </StudentParent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.