PUT api/StudentParents/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

StudentParent
NameDescriptionTypeAdditional information
StudentID

globally unique identifier

None.

ParentID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentID": "21c93d81-00c5-4b06-ba33-896696f90eec",
  "ParentID": "5c819854-5bb1-4881-b5ba-9da2aeab3c06"
}

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>5c819854-5bb1-4881-b5ba-9da2aeab3c06</ParentID>
  <StudentID>21c93d81-00c5-4b06-ba33-896696f90eec</StudentID>
</StudentParent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.