POST api/v1/mIS_StudentAdmissionNumber
Request Information
URI Parameters
None.
Body Parameters
MIS_StudentAdmissionNumberVMName | Description | Type | Additional information |
---|---|---|---|
studentAdmissionNumberId | integer |
None. |
|
studentId | integer |
None. |
|
admissionNumber | string |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
|
admissionYear | string |
None. |
|
acronym | string |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "studentAdmissionNumberId": 1, "studentId": 1, "admissionNumber": "sample string 2", "dateCreated": "2024-11-24T10:03:55.8536136-08:00", "tenantId": 1, "admissionYear": "sample string 3", "acronym": "sample string 4", "createdBy": 5 }
application/xml, text/xml
Sample:
<MIS_StudentAdmissionNumberVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <acronym>sample string 4</acronym> <admissionNumber>sample string 2</admissionNumber> <admissionYear>sample string 3</admissionYear> <createdBy>5</createdBy> <dateCreated>2024-11-24T10:03:55.8536136-08:00</dateCreated> <studentAdmissionNumberId>1</studentAdmissionNumberId> <studentId>1</studentId> <tenantId>1</tenantId> </MIS_StudentAdmissionNumberVM>
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.