PUT api/v1/mIS_StudentContact/{studentContactId}/studentContactId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentContactId

integer

Required

Body Parameters

MIS_StudentContactVM
NameDescriptionTypeAdditional information
studentContactId

integer

None.

studentId

integer

None.

phoneNumber

string

None.

otherPhoneNumber

string

None.

emailAddress

string

None.

tenantId

integer

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "studentContactId": 1,
  "studentId": 1,
  "phoneNumber": "sample string 2",
  "otherPhoneNumber": "sample string 3",
  "emailAddress": "sample string 4",
  "tenantId": 1,
  "createdBy": 5
}

application/xml, text/xml

Sample:
<MIS_StudentContactVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>5</createdBy>
  <emailAddress>sample string 4</emailAddress>
  <otherPhoneNumber>sample string 3</otherPhoneNumber>
  <phoneNumber>sample string 2</phoneNumber>
  <studentContactId>1</studentContactId>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
</MIS_StudentContactVM>

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.