POST api/v1/application_StudentAddress

Request Information

URI Parameters

None.

Body Parameters

Application_StudentAddressVM
NameDescriptionTypeAdditional information
studentAddressId

integer

None.

studentId

integer

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.

tenantId

integer

None.

applicationNumber

string

None.

createdBy

integer

None.

isCompleted

boolean

None.

countryName

string

None.

stateName

string

None.

pLocalGovtName

string

None.

localGovtName

string

None.

pStateName

string

None.

pCountryName

string

None.

currentStepId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "studentAddressId": 1,
  "studentId": 1,
  "address": "sample string 2",
  "streetAddress": "sample string 3",
  "ward": "sample string 4",
  "localGovtId": 1,
  "stateId": 1,
  "lgaNonNig": "sample string 5",
  "stateNonNig": "sample string 6",
  "countryId": 1,
  "pAddress": "sample string 7",
  "pStreetAddress": "sample string 8",
  "pWard": "sample string 9",
  "pLocalGovtId": 1,
  "pStateId": 1,
  "pLgaNonNig": "sample string 10",
  "pStateNonNig": "sample string 11",
  "pCountryId": 1,
  "dateCreated": "2024-09-19T10:53:58.8340574-07:00",
  "tenantId": 1,
  "applicationNumber": "sample string 12",
  "createdBy": 13,
  "isCompleted": true,
  "countryName": "sample string 14",
  "stateName": "sample string 15",
  "pLocalGovtName": "sample string 16",
  "localGovtName": "sample string 17",
  "pStateName": "sample string 18",
  "pCountryName": "sample string 19",
  "currentStepId": 20
}

application/xml, text/xml

Sample:
<Application_StudentAddressVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <address>sample string 2</address>
  <applicationNumber>sample string 12</applicationNumber>
  <countryId>1</countryId>
  <countryName>sample string 14</countryName>
  <createdBy>13</createdBy>
  <currentStepId>20</currentStepId>
  <dateCreated>2024-09-19T10:53:58.8340574-07:00</dateCreated>
  <isCompleted>true</isCompleted>
  <lgaNonNig>sample string 5</lgaNonNig>
  <localGovtId>1</localGovtId>
  <localGovtName>sample string 17</localGovtName>
  <pAddress>sample string 7</pAddress>
  <pCountryId>1</pCountryId>
  <pCountryName>sample string 19</pCountryName>
  <pLgaNonNig>sample string 10</pLgaNonNig>
  <pLocalGovtId>1</pLocalGovtId>
  <pLocalGovtName>sample string 16</pLocalGovtName>
  <pStateId>1</pStateId>
  <pStateName>sample string 18</pStateName>
  <pStateNonNig>sample string 11</pStateNonNig>
  <pStreetAddress>sample string 8</pStreetAddress>
  <pWard>sample string 9</pWard>
  <stateId>1</stateId>
  <stateName>sample string 15</stateName>
  <stateNonNig>sample string 6</stateNonNig>
  <streetAddress>sample string 3</streetAddress>
  <studentAddressId>1</studentAddressId>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <ward>sample string 4</ward>
</Application_StudentAddressVM>

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.