POST lmsService/setUploadStatus?subjectivePaperCorrectionSummaryId={subjectivePaperCorrectionSummaryId}&correctionStatus={correctionStatus}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subjectivePaperCorrectionSummaryId | string |
Required |
|
| correctionStatus | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SubjectivePaperCorrectionAnswerSheetResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| SubjectivePaperCorrectionAnswerSheetId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SubjectivePaperCorrectionAnswerSheetId": "sample string 1"
}
application/xml, text/xml
Sample:
<ContentActivityEntity.SubjectivePaperCorrectionAnswerSheetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <SubjectivePaperCorrectionAnswerSheetId>sample string 1</SubjectivePaperCorrectionAnswerSheetId> </ContentActivityEntity.SubjectivePaperCorrectionAnswerSheetResponse>