GET api/RepeatRegistration/DownloadRepeatRegistrationsLetter?RegistrationId={RegistrationId}&LetterType={LetterType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId | integer |
Required |
|
| LetterType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RepeatRegistration| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId | integer |
None. |
|
| PageDescription | string |
None. |
|
| PEBoardLetter | string |
None. |
|
| StudentLetter | string |
None. |
|
| PEBoardfilepost | HttpPostedFile |
None. |
|
| Studentfilepost | HttpPostedFile |
None. |
|
| LinkPEBoardLetter | string |
None. |
|
| LinkStudentLetter | string |
None. |
|
| PEBoardLetterUrl | string |
None. |
|
| StudentLetterUrl | string |
None. |
|
| ShowPELetterUrl | boolean |
None. |
|
| ShowStudentUrl | boolean |
None. |
|
| ShowButton | boolean |
None. |
|
| ShowRegister | boolean |
None. |
|
| LettersSubmittedNote | string |
None. |
|
| ShowPEDelete | boolean |
None. |
|
| ShowStudentDelete | boolean |
None. |
|
| btnEnabled | boolean |
None. |
|
| chkEnabled | boolean |
None. |
|
| ExamDateErrMsg | string |
None. |
|
| ShowSavedMessage | boolean |
None. |
|
| DisplayMessage | string |
None. |
|
| UpdateAll | boolean |
None. |
|
| IsSubmitVisible | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| RegisterCheck | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"RegistrationId": 1,
"PageDescription": "sample string 2",
"PEBoardLetter": "sample string 3",
"StudentLetter": "sample string 4",
"PEBoardfilepost": null,
"Studentfilepost": null,
"LinkPEBoardLetter": "sample string 5",
"LinkStudentLetter": "sample string 6",
"PEBoardLetterUrl": "sample string 7",
"StudentLetterUrl": "sample string 8",
"ShowPELetterUrl": true,
"ShowStudentUrl": true,
"ShowButton": true,
"ShowRegister": true,
"LettersSubmittedNote": "sample string 13",
"ShowPEDelete": true,
"ShowStudentDelete": true,
"btnEnabled": true,
"chkEnabled": true,
"ExamDateErrMsg": "sample string 18",
"ShowSavedMessage": true,
"DisplayMessage": "sample string 20",
"UpdateAll": true,
"IsSubmitVisible": true,
"ErrorMessage": "sample string 23",
"RegisterCheck": true
}