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": "3b7f4f9e-2f21-4d32-80bc-1d229bc48efe",
  "ParentID": "e92dadb7-cdb6-4565-8c26-6a9cd52daaf2"
}

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>e92dadb7-cdb6-4565-8c26-6a9cd52daaf2</ParentID>
  <StudentID>3b7f4f9e-2f21-4d32-80bc-1d229bc48efe</StudentID>
</StudentParent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.