POST api/v1/mIS_StudentAddress
Request Information
URI Parameters
None.
Body Parameters
MIS_StudentAddressVMName | Description | Type | Additional information |
---|---|---|---|
studentAddressId | integer |
None. |
|
studentId | integer |
None. |
|
houseNumber | string |
None. |
|
address | string |
None. |
|
ward | string |
None. |
|
localGovtId | integer |
None. |
|
stateId | integer |
None. |
|
lgaNonNig | string |
None. |
|
stateNonNig | string |
None. |
|
countryId | integer |
None. |
|
pHouseNumber | string |
None. |
|
pAddress | 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. |
|
createdBy | integer |
None. |
|
localGovtName | string |
None. |
|
stateName | string |
None. |
|
countryName | string |
None. |
|
pLocalGovtName | string |
None. |
|
pStateName | string |
None. |
|
pCountryName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "studentAddressId": 1, "studentId": 1, "houseNumber": "sample string 2", "address": "sample string 3", "ward": "sample string 4", "localGovtId": 1, "stateId": 1, "lgaNonNig": "sample string 5", "stateNonNig": "sample string 6", "countryId": 1, "pHouseNumber": "sample string 7", "pAddress": "sample string 8", "pWard": "sample string 9", "pLocalGovtId": 1, "pStateId": 1, "pLgaNonNig": "sample string 10", "pStateNonNig": "sample string 11", "pCountryId": 1, "dateCreated": "2024-11-24T08:45:00.2366008-08:00", "tenantId": 1, "createdBy": 12, "localGovtName": "sample string 13", "stateName": "sample string 14", "countryName": "sample string 15", "pLocalGovtName": "sample string 16", "pStateName": "sample string 17", "pCountryName": "sample string 18" }
application/xml, text/xml
Sample:
<MIS_StudentAddressVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <address>sample string 3</address> <countryId>1</countryId> <countryName>sample string 15</countryName> <createdBy>12</createdBy> <dateCreated>2024-11-24T08:45:00.2366008-08:00</dateCreated> <houseNumber>sample string 2</houseNumber> <lgaNonNig>sample string 5</lgaNonNig> <localGovtId>1</localGovtId> <localGovtName>sample string 13</localGovtName> <pAddress>sample string 8</pAddress> <pCountryId>1</pCountryId> <pCountryName>sample string 18</pCountryName> <pHouseNumber>sample string 7</pHouseNumber> <pLgaNonNig>sample string 10</pLgaNonNig> <pLocalGovtId>1</pLocalGovtId> <pLocalGovtName>sample string 16</pLocalGovtName> <pStateId>1</pStateId> <pStateName>sample string 17</pStateName> <pStateNonNig>sample string 11</pStateNonNig> <pWard>sample string 9</pWard> <stateId>1</stateId> <stateName>sample string 14</stateName> <stateNonNig>sample string 6</stateNonNig> <studentAddressId>1</studentAddressId> <studentId>1</studentId> <tenantId>1</tenantId> <ward>sample string 4</ward> </MIS_StudentAddressVM>
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.