PUT api/v1/pg_DocumentUpload/{applicationNumber}/applicationNumber

Request Information

URI Parameters

NameDescriptionTypeAdditional information
applicationNumber

string

Required

Body Parameters

Pg_DocumentUploadVM
NameDescriptionTypeAdditional information
documentUploadId

integer

None.

documentTypeId

integer

None.

fileName

string

None.

fileType

string

None.

fileExtention

string

None.

fileLink

string

None.

fileData

Collection of byte

None.

studentId

integer

None.

description

string

None.

tenantId

integer

None.

dateCreated

date

None.

admissionRequireDocumentId

integer

None.

applicationNumber

string

None.

isDocumentVerified

boolean

None.

createdBy

integer

None.

isDocumentVerifiedName

string

None.

status

string

None.

isUploaded

boolean

None.

isRequired

boolean

None.

documentSize

string

None.

documentTypeName

string

None.

documentName

string

None.

academicDegreeTypeName

string

None.

admissionTypeName

string

None.

admissionTypeId

integer

None.

academicDegreeTypeId

integer

None.

passportOwner

string

None.

Request Formats

application/json, text/json

Sample:
{
  "documentUploadId": 1,
  "documentTypeId": 1,
  "fileName": "sample string 2",
  "fileType": "sample string 3",
  "fileExtention": "sample string 4",
  "fileLink": "sample string 5",
  "fileData": "QEA=",
  "studentId": 1,
  "description": "sample string 6",
  "tenantId": 1,
  "dateCreated": "2024-09-19T10:56:03.2732231-07:00",
  "admissionRequireDocumentId": 1,
  "applicationNumber": "sample string 7",
  "isDocumentVerified": true,
  "createdBy": 8,
  "isDocumentVerifiedName": "sample string 9",
  "status": "sample string 10",
  "isUploaded": true,
  "isRequired": true,
  "documentSize": "sample string 12",
  "documentTypeName": "sample string 13",
  "documentName": "sample string 14",
  "academicDegreeTypeName": "sample string 15",
  "admissionTypeName": "sample string 16",
  "admissionTypeId": 1,
  "academicDegreeTypeId": 1,
  "passportOwner": "sample string 17"
}

application/xml, text/xml

Sample:
<Pg_DocumentUploadVM 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 15</academicDegreeTypeName>
  <admissionRequireDocumentId>1</admissionRequireDocumentId>
  <admissionTypeId>1</admissionTypeId>
  <admissionTypeName>sample string 16</admissionTypeName>
  <applicationNumber>sample string 7</applicationNumber>
  <createdBy>8</createdBy>
  <dateCreated>2024-09-19T10:56:03.2732231-07:00</dateCreated>
  <description>sample string 6</description>
  <documentName>sample string 14</documentName>
  <documentSize>sample string 12</documentSize>
  <documentTypeId>1</documentTypeId>
  <documentTypeName>sample string 13</documentTypeName>
  <documentUploadId>1</documentUploadId>
  <fileData>QEA=</fileData>
  <fileExtention>sample string 4</fileExtention>
  <fileLink>sample string 5</fileLink>
  <fileName>sample string 2</fileName>
  <fileType>sample string 3</fileType>
  <isDocumentVerified>true</isDocumentVerified>
  <isDocumentVerifiedName>sample string 9</isDocumentVerifiedName>
  <isRequired>true</isRequired>
  <isUploaded>true</isUploaded>
  <passportOwner>sample string 17</passportOwner>
  <status>sample string 10</status>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
</Pg_DocumentUploadVM>

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.