POST api/v1/admission_RequireDocument

Request Information

URI Parameters

None.

Body Parameters

Admission_RequireDocumentVM
NameDescriptionTypeAdditional information
admissionRequireDocumentId

integer

None.

documentName

string

None.

documentTypeId

integer

None.

documentSize

string

None.

isRequired

boolean

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

academicDegreeTypeId

integer

None.

admissionTypeId

integer

None.

documentTypeName

string

None.

admissionTypeName

string

None.

academicDegreeTypeName

string

None.

status

string

None.

isUploaded

boolean

None.

documentUploadId

integer

None.

fileExtention

string

None.

fileData

Collection of byte

None.

isDocumentVerified

boolean

None.

isDocumentVerifiedName

string

None.

fileLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "admissionRequireDocumentId": 1,
  "documentName": "sample string 2",
  "documentTypeId": 1,
  "documentSize": "sample string 3",
  "isRequired": true,
  "dateCreated": "2024-09-19T09:31:05.9765128-07:00",
  "tenantId": 1,
  "createdBy": 4,
  "academicDegreeTypeId": 1,
  "admissionTypeId": 1,
  "documentTypeName": "sample string 5",
  "admissionTypeName": "sample string 6",
  "academicDegreeTypeName": "sample string 7",
  "status": "sample string 8",
  "isUploaded": true,
  "documentUploadId": 1,
  "fileExtention": "sample string 10",
  "fileData": "QEA=",
  "isDocumentVerified": true,
  "isDocumentVerifiedName": "sample string 11",
  "fileLink": "sample string 12"
}

application/xml, text/xml

Sample:
<Admission_RequireDocumentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicDegreeTypeId>1</academicDegreeTypeId>
  <academicDegreeTypeName>sample string 7</academicDegreeTypeName>
  <admissionRequireDocumentId>1</admissionRequireDocumentId>
  <admissionTypeId>1</admissionTypeId>
  <admissionTypeName>sample string 6</admissionTypeName>
  <createdBy>4</createdBy>
  <dateCreated>2024-09-19T09:31:05.9765128-07:00</dateCreated>
  <documentName>sample string 2</documentName>
  <documentSize>sample string 3</documentSize>
  <documentTypeId>1</documentTypeId>
  <documentTypeName>sample string 5</documentTypeName>
  <documentUploadId>1</documentUploadId>
  <fileData>QEA=</fileData>
  <fileExtention>sample string 10</fileExtention>
  <fileLink>sample string 12</fileLink>
  <isDocumentVerified>true</isDocumentVerified>
  <isDocumentVerifiedName>sample string 11</isDocumentVerifiedName>
  <isRequired>true</isRequired>
  <isUploaded>true</isUploaded>
  <status>sample string 8</status>
  <tenantId>1</tenantId>
</Admission_RequireDocumentVM>

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.