POST api/v1/application_StudentContact
Request Information
URI Parameters
None.
Body Parameters
Application_StudentContactVM| Name | Description | Type | Additional 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. |
|
| address | string |
None. |
|
| streetAddress | string |
None. |
|
| ward | string |
None. |
|
| localGovtId | integer |
None. |
|
| stateId | integer |
None. |
|
| lgaNonNig | string |
None. |
|
| stateNonNig | string |
None. |
|
| countryId | integer |
None. |
|
| pAddress | string |
None. |
|
| pStreetAddress | string |
None. |
|
| pWard | string |
None. |
|
| pLocalGovtId | integer |
None. |
|
| pStateId | integer |
None. |
|
| pLgaNonNig | string |
None. |
|
| pStateNonNig | string |
None. |
|
| pCountryId | integer |
None. |
|
| dateCreated | date |
None. |
|
| countryName | string |
None. |
|
| stateName | string |
None. |
|
| pLocalGovtName | string |
None. |
|
| localGovtName | string |
None. |
|
| pStateName | string |
None. |
|
| pCountryName | 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",
"address": "sample string 12",
"streetAddress": "sample string 13",
"ward": "sample string 14",
"localGovtId": 1,
"stateId": 1,
"lgaNonNig": "sample string 15",
"stateNonNig": "sample string 16",
"countryId": 1,
"pAddress": "sample string 17",
"pStreetAddress": "sample string 18",
"pWard": "sample string 19",
"pLocalGovtId": 1,
"pStateId": 1,
"pLgaNonNig": "sample string 20",
"pStateNonNig": "sample string 21",
"pCountryId": 1,
"dateCreated": "2025-11-05T17:28:52.8700013-08:00",
"countryName": "sample string 22",
"stateName": "sample string 23",
"pLocalGovtName": "sample string 24",
"localGovtName": "sample string 25",
"pStateName": "sample string 26",
"pCountryName": "sample string 27"
}
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"> <address>sample string 12</address> <applicationNumber>sample string 5</applicationNumber> <countryId>1</countryId> <countryName>sample string 22</countryName> <createdBy>6</createdBy> <currentStepId>8</currentStepId> <dateCreated>2025-11-05T17:28:52.8700013-08:00</dateCreated> <emailAddress>sample string 4</emailAddress> <guadianEmail>sample string 10</guadianEmail> <guadianName>sample string 9</guadianName> <guadianPhoneNumber>sample string 11</guadianPhoneNumber> <isCompleted>true</isCompleted> <lgaNonNig>sample string 15</lgaNonNig> <localGovtId>1</localGovtId> <localGovtName>sample string 25</localGovtName> <otherPhoneNumber>sample string 3</otherPhoneNumber> <pAddress>sample string 17</pAddress> <pCountryId>1</pCountryId> <pCountryName>sample string 27</pCountryName> <pLgaNonNig>sample string 20</pLgaNonNig> <pLocalGovtId>1</pLocalGovtId> <pLocalGovtName>sample string 24</pLocalGovtName> <pStateId>1</pStateId> <pStateName>sample string 26</pStateName> <pStateNonNig>sample string 21</pStateNonNig> <pStreetAddress>sample string 18</pStreetAddress> <pWard>sample string 19</pWard> <phoneNumber>sample string 2</phoneNumber> <stateId>1</stateId> <stateName>sample string 23</stateName> <stateNonNig>sample string 16</stateNonNig> <streetAddress>sample string 13</streetAddress> <studentContactId>1</studentContactId> <studentId>1</studentId> <tenantId>7</tenantId> <ward>sample string 14</ward> </Application_StudentContactVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.