POST api/Download/GetNotificationLetter
Request Information
URI Parameters
None.
Body Parameters
DocumentUploadModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsRequestMoreInformation | boolean |
None. |
|
| DocumentNames | string |
None. |
|
| CaseNumber | string |
None. |
|
| CaseId | globally unique identifier |
None. |
|
| RecipientInformations | Collection of RecipientInformationModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsRequestMoreInformation": true,
"DocumentNames": "sample string 2",
"CaseNumber": "sample string 3",
"CaseId": "033a3cdd-349a-45d2-989e-66eef26e7d55",
"RecipientInformations": [
{
"CaseId": "80be7aa8-18dd-44f9-addf-2df26307f6df",
"Contact": "sample string 2",
"CreatedBy": "sample string 3",
"CreatedDate": "2026-04-01T22:42:50.3577344+00:00",
"DocumentName": "sample string 5",
"DrugId": 6,
"IsBatchPrint": true,
"IsPrinted": true,
"Medium": "sample string 9",
"Recipient": "sample string 10",
"RejectionCode": 11,
"Type": "sample string 12"
},
{
"CaseId": "80be7aa8-18dd-44f9-addf-2df26307f6df",
"Contact": "sample string 2",
"CreatedBy": "sample string 3",
"CreatedDate": "2026-04-01T22:42:50.3577344+00:00",
"DocumentName": "sample string 5",
"DrugId": 6,
"IsBatchPrint": true,
"IsPrinted": true,
"Medium": "sample string 9",
"Recipient": "sample string 10",
"RejectionCode": 11,
"Type": "sample string 12"
}
]
}
application/xml, text/xml
Sample:
<DocumentUploadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DocumentManagementService.DomainModels.Documents">
<CaseId>033a3cdd-349a-45d2-989e-66eef26e7d55</CaseId>
<CaseNumber>sample string 3</CaseNumber>
<DocumentNames>sample string 2</DocumentNames>
<IsRequestMoreInformation>true</IsRequestMoreInformation>
<RecipientInformations>
<RecipientInformationModel>
<CaseId>80be7aa8-18dd-44f9-addf-2df26307f6df</CaseId>
<Contact>sample string 2</Contact>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDate>2026-04-01T22:42:50.3577344+00:00</CreatedDate>
<DocumentName>sample string 5</DocumentName>
<DrugId>6</DrugId>
<IsBatchPrint>true</IsBatchPrint>
<IsPrinted>true</IsPrinted>
<Medium>sample string 9</Medium>
<Recipient>sample string 10</Recipient>
<RejectionCode>11</RejectionCode>
<Type>sample string 12</Type>
</RecipientInformationModel>
<RecipientInformationModel>
<CaseId>80be7aa8-18dd-44f9-addf-2df26307f6df</CaseId>
<Contact>sample string 2</Contact>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDate>2026-04-01T22:42:50.3577344+00:00</CreatedDate>
<DocumentName>sample string 5</DocumentName>
<DrugId>6</DrugId>
<IsBatchPrint>true</IsBatchPrint>
<IsPrinted>true</IsPrinted>
<Medium>sample string 9</Medium>
<Recipient>sample string 10</Recipient>
<RejectionCode>11</RejectionCode>
<Type>sample string 12</Type>
</RecipientInformationModel>
</RecipientInformations>
</DocumentUploadModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.