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": "c85e3f6f-9710-4c95-8ff7-91cd48da8419",
  "ParentID": "309e0d85-c947-41d5-a03d-b19509ea670e"
}

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>309e0d85-c947-41d5-a03d-b19509ea670e</ParentID>
  <StudentID>c85e3f6f-9710-4c95-8ff7-91cd48da8419</StudentID>
</StudentParent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.