POST lmsService/startPaperUpload
Request Information
URI Parameters
None.
Body Parameters
SubjectivePaperCorrectionSummaryEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| SubjectivePaperCorrectionSummaryId | string |
None. |
|
| UserCode | string |
None. |
|
| ProductCode | string |
None. |
|
| ProductContentCode | string |
None. |
|
| TestCode | string |
None. |
|
| SubmissionDate | date |
None. |
|
| CorrectionStatus | string |
None. |
|
| TotalPaperMarks | decimal number |
None. |
|
| TotalMarksScored | decimal number |
None. |
|
| CorrectedBy | string |
None. |
|
| CorrectionDate | date |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | string |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubjectivePaperCorrectionSummaryId": "sample string 1",
"UserCode": "sample string 2",
"ProductCode": "sample string 3",
"ProductContentCode": "sample string 4",
"TestCode": "sample string 5",
"SubmissionDate": "2026-07-27T15:36:51.5052913+05:30",
"CorrectionStatus": "sample string 7",
"TotalPaperMarks": 8.0,
"TotalMarksScored": 9.0,
"CorrectedBy": "sample string 10",
"CorrectionDate": "2026-07-27T15:36:51.5052913+05:30",
"CreatedOn": "2026-07-27T15:36:51.5052913+05:30",
"CreatedBy": "sample string 12",
"ModifiedOn": "2026-07-27T15:36:51.5052913+05:30",
"ModifiedBy": "sample string 13",
"IsDeleted": true
}
application/xml, text/xml
Sample:
<ContentActivityEntity.SubjectivePaperCorrectionSummaryEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <CorrectedBy>sample string 10</CorrectedBy> <CorrectionDate>2026-07-27T15:36:51.5052913+05:30</CorrectionDate> <CorrectionStatus>sample string 7</CorrectionStatus> <CreatedBy>sample string 12</CreatedBy> <CreatedOn>2026-07-27T15:36:51.5052913+05:30</CreatedOn> <IsDeleted>true</IsDeleted> <ModifiedBy>sample string 13</ModifiedBy> <ModifiedOn>2026-07-27T15:36:51.5052913+05:30</ModifiedOn> <ProductCode>sample string 3</ProductCode> <ProductContentCode>sample string 4</ProductContentCode> <SubjectivePaperCorrectionSummaryId>sample string 1</SubjectivePaperCorrectionSummaryId> <SubmissionDate>2026-07-27T15:36:51.5052913+05:30</SubmissionDate> <TestCode>sample string 5</TestCode> <TotalMarksScored>9</TotalMarksScored> <TotalPaperMarks>8</TotalPaperMarks> <UserCode>sample string 2</UserCode> </ContentActivityEntity.SubjectivePaperCorrectionSummaryEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SubjectivePaperCorrectionSummaryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| SubjectivePaperCorrectionSummaryId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SubjectivePaperCorrectionSummaryId": "sample string 1"
}
application/xml, text/xml
Sample:
<ContentActivityEntity.SubjectivePaperCorrectionSummaryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <SubjectivePaperCorrectionSummaryId>sample string 1</SubjectivePaperCorrectionSummaryId> </ContentActivityEntity.SubjectivePaperCorrectionSummaryResponse>