POST api/v1/mIS_StudentParent

Request Information

URI Parameters

None.

Body Parameters

MIS_StudentParentVM
NameDescriptionTypeAdditional information
parentId

integer

None.

studentId

integer

None.

firstName

string

None.

middleName

string

None.

lastName

string

None.

gender

string

None.

email

string

None.

phoneNumber

string

None.

profession

string

None.

address

string

None.

officeAddress

string

None.

countryId

integer

None.

relationshipId

integer

None.

lgaNonNig

string

None.

stateNonNig

string

None.

tenantId

integer

None.

localGovtId

integer

None.

stateId

integer

None.

dateMidified

date

None.

createdBy

integer

None.

countryName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "parentId": 1,
  "studentId": 2,
  "firstName": "sample string 3",
  "middleName": "sample string 4",
  "lastName": "sample string 5",
  "gender": "sample string 6",
  "email": "sample string 7",
  "phoneNumber": "sample string 8",
  "profession": "sample string 9",
  "address": "sample string 10",
  "officeAddress": "sample string 11",
  "countryId": 1,
  "relationshipId": 1,
  "lgaNonNig": "sample string 12",
  "stateNonNig": "sample string 13",
  "tenantId": 1,
  "localGovtId": 1,
  "stateId": 1,
  "dateMidified": "2024-09-19T09:17:25.8437159-07:00",
  "createdBy": 14,
  "countryName": "sample string 15"
}

application/xml, text/xml

Sample:
<MIS_StudentParentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <address>sample string 10</address>
  <countryId>1</countryId>
  <countryName>sample string 15</countryName>
  <createdBy>14</createdBy>
  <dateMidified>2024-09-19T09:17:25.8437159-07:00</dateMidified>
  <email>sample string 7</email>
  <firstName>sample string 3</firstName>
  <gender>sample string 6</gender>
  <lastName>sample string 5</lastName>
  <lgaNonNig>sample string 12</lgaNonNig>
  <localGovtId>1</localGovtId>
  <middleName>sample string 4</middleName>
  <officeAddress>sample string 11</officeAddress>
  <parentId>1</parentId>
  <phoneNumber>sample string 8</phoneNumber>
  <profession>sample string 9</profession>
  <relationshipId>1</relationshipId>
  <stateId>1</stateId>
  <stateNonNig>sample string 13</stateNonNig>
  <studentId>2</studentId>
  <tenantId>1</tenantId>
</MIS_StudentParentVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.