DELETE api/StudentParents/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StudentParent| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | globally unique identifier |
None. |
|
| ParentID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentID": "14547305-b416-4172-b0d4-144d7747aae8",
"ParentID": "98947ff6-f8d9-434b-8f1e-57b70d8d99c9"
}
application/xml, text/xml
Sample:
<StudentParent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models"> <ParentID>98947ff6-f8d9-434b-8f1e-57b70d8d99c9</ParentID> <StudentID>14547305-b416-4172-b0d4-144d7747aae8</StudentID> </StudentParent>