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": "5c00e5a8-2250-40d3-aa62-5a92c4273e26",
  "ParentID": "b2cde785-345c-4797-b343-960d47b8dfda"
}

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>b2cde785-345c-4797-b343-960d47b8dfda</ParentID>
  <StudentID>5c00e5a8-2250-40d3-aa62-5a92c4273e26</StudentID>
</StudentParent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.