POST api/v1/mIS_StudentGuardian
Request Information
URI Parameters
None.
Body Parameters
MIS_StudentGuardianVM| Name | Description | Type | Additional information |
|---|---|---|---|
| guardianId | integer |
None. |
|
| studentId | integer |
None. |
|
| firstName | string |
None. |
|
| middleName | string |
None. |
|
| lastName | string |
None. |
|
| gender | string |
None. |
|
| 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. |
|
| relationshipName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"guardianId": 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": "2025-11-03T12:04:37.913743-08:00",
"createdBy": 14,
"countryName": "sample string 15",
"relationshipName": "sample string 16"
}
application/xml, text/xml
Sample:
<MIS_StudentGuardianVM 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>2025-11-03T12:04:37.913743-08:00</dateMidified> <email>sample string 7</email> <firstName>sample string 3</firstName> <gender>sample string 6</gender> <guardianId>1</guardianId> <lastName>sample string 5</lastName> <lgaNonNig>sample string 12</lgaNonNig> <localGovtId>1</localGovtId> <middleName>sample string 4</middleName> <officeAddress>sample string 11</officeAddress> <phoneNumber>sample string 8</phoneNumber> <profession>sample string 9</profession> <relationshipId>1</relationshipId> <relationshipName>sample string 16</relationshipName> <stateId>1</stateId> <stateNonNig>sample string 13</stateNonNig> <studentId>2</studentId> <tenantId>1</tenantId> </MIS_StudentGuardianVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.