POST api/v1/application_StudentContact

Request Information

URI Parameters

None.

Body Parameters

Application_StudentContactVM
NameDescriptionTypeAdditional information
studentContactId

integer

None.

studentId

integer

None.

phoneNumber

string

None.

otherPhoneNumber

string

None.

emailAddress

string

None.

applicationNumber

string

None.

createdBy

integer

None.

tenantId

integer

None.

isCompleted

boolean

None.

currentStepId

integer

None.

guadianName

string

None.

guadianEmail

string

None.

guadianPhoneNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "studentContactId": 1,
  "studentId": 1,
  "phoneNumber": "sample string 2",
  "otherPhoneNumber": "sample string 3",
  "emailAddress": "sample string 4",
  "applicationNumber": "sample string 5",
  "createdBy": 6,
  "tenantId": 7,
  "isCompleted": true,
  "currentStepId": 8,
  "guadianName": "sample string 9",
  "guadianEmail": "sample string 10",
  "guadianPhoneNumber": "sample string 11"
}

application/xml, text/xml

Sample:
<Application_StudentContactVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <applicationNumber>sample string 5</applicationNumber>
  <createdBy>6</createdBy>
  <currentStepId>8</currentStepId>
  <emailAddress>sample string 4</emailAddress>
  <guadianEmail>sample string 10</guadianEmail>
  <guadianName>sample string 9</guadianName>
  <guadianPhoneNumber>sample string 11</guadianPhoneNumber>
  <isCompleted>true</isCompleted>
  <otherPhoneNumber>sample string 3</otherPhoneNumber>
  <phoneNumber>sample string 2</phoneNumber>
  <studentContactId>1</studentContactId>
  <studentId>1</studentId>
  <tenantId>7</tenantId>
</Application_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.