PUT Biodata/SaveStudentSessionalPopup
Request Information
URI Parameters
None.
Body Parameters
SessionalPopup| Name | Description | Type | Additional information |
|---|---|---|---|
| Address | string |
Required |
|
| Telephone | string |
Required |
|
| Mobile | string |
Required |
|
| AlternateEmail | string |
Required |
|
| Session | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Address": "sample string 1",
"Telephone": "sample string 2",
"Mobile": "sample string 3",
"AlternateEmail": "sample string 4",
"Session": "sample string 5"
}
application/xml, text/xml
Sample:
<SessionalPopup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StudentPortalAPI.EntityDTOs.Students"> <Address>sample string 1</Address> <AlternateEmail>sample string 4</AlternateEmail> <Mobile>sample string 3</Mobile> <Session>sample string 5</Session> <Telephone>sample string 2</Telephone> </SessionalPopup>
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.