POST api/Download/GetNotificationLetter
Request Information
URI Parameters
None.
Body Parameters
DocumentUploadModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseId | globally unique identifier |
None. |
|
| CaseNumber | string |
None. |
|
| DocumentNames | string |
None. |
|
| IsPushToPDF | boolean |
None. |
|
| IsRequestMoreInformation | boolean |
None. |
|
| IsHealthPlanActive | boolean |
None. |
|
| UserId | globally unique identifier |
None. |
|
| ClientFTPSetting | ClientFTPSetting |
None. |
|
| RecipientInformations | Collection of RecipientInformationModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"CaseId": "b19b7b1d-c1ae-441e-9064-73c11f62dbea",
"CaseNumber": "sample string 2",
"DocumentNames": "sample string 3",
"IsPushToPDF": true,
"IsRequestMoreInformation": true,
"IsHealthPlanActive": true,
"UserId": "a3594d42-080a-4387-8519-8ebbd0d569c7",
"ClientFTPSetting": {
"Host": "sample string 1",
"UserName": "sample string 2",
"Password": "sample string 3",
"Port": 1
},
"RecipientInformations": [
{
"CaseId": "30cb9389-259c-463b-a70f-426e99e62b0b",
"Contact": "sample string 2",
"CreatedBy": "sample string 3",
"CreatedDate": "2026-04-01T22:46:12.2552257+00:00",
"DocumentName": "sample string 5",
"DrugId": 6,
"IsBatchPrint": true,
"IsPrinted": true,
"IsRecommendation": true,
"Medium": "sample string 10",
"Recipient": "sample string 11",
"RejectionCode": 12,
"Type": "sample string 13",
"UserId": "d9efcdde-9c03-4c34-9b2f-9d0f26ead067"
},
{
"CaseId": "30cb9389-259c-463b-a70f-426e99e62b0b",
"Contact": "sample string 2",
"CreatedBy": "sample string 3",
"CreatedDate": "2026-04-01T22:46:12.2552257+00:00",
"DocumentName": "sample string 5",
"DrugId": 6,
"IsBatchPrint": true,
"IsPrinted": true,
"IsRecommendation": true,
"Medium": "sample string 10",
"Recipient": "sample string 11",
"RejectionCode": 12,
"Type": "sample string 13",
"UserId": "d9efcdde-9c03-4c34-9b2f-9d0f26ead067"
}
]
}
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>b19b7b1d-c1ae-441e-9064-73c11f62dbea</CaseId>
<CaseNumber>sample string 2</CaseNumber>
<ClientFTPSetting xmlns:d2p1="http://schemas.datacontract.org/2004/07/DocumentManagementService.DomainModels.RxPrecheck">
<d2p1:Host>sample string 1</d2p1:Host>
<d2p1:Password>sample string 3</d2p1:Password>
<d2p1:Port>1</d2p1:Port>
<d2p1:UserName>sample string 2</d2p1:UserName>
</ClientFTPSetting>
<DocumentNames>sample string 3</DocumentNames>
<IsHealthPlanActive>true</IsHealthPlanActive>
<IsPushToPDF>true</IsPushToPDF>
<IsRequestMoreInformation>true</IsRequestMoreInformation>
<RecipientInformations>
<RecipientInformationModel>
<CaseId>30cb9389-259c-463b-a70f-426e99e62b0b</CaseId>
<Contact>sample string 2</Contact>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDate>2026-04-01T22:46:12.2552257+00:00</CreatedDate>
<DocumentName>sample string 5</DocumentName>
<DrugId>6</DrugId>
<IsBatchPrint>true</IsBatchPrint>
<IsPrinted>true</IsPrinted>
<IsRecommendation>true</IsRecommendation>
<Medium>sample string 10</Medium>
<Recipient>sample string 11</Recipient>
<RejectionCode>12</RejectionCode>
<Type>sample string 13</Type>
<UserId>d9efcdde-9c03-4c34-9b2f-9d0f26ead067</UserId>
</RecipientInformationModel>
<RecipientInformationModel>
<CaseId>30cb9389-259c-463b-a70f-426e99e62b0b</CaseId>
<Contact>sample string 2</Contact>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDate>2026-04-01T22:46:12.2552257+00:00</CreatedDate>
<DocumentName>sample string 5</DocumentName>
<DrugId>6</DrugId>
<IsBatchPrint>true</IsBatchPrint>
<IsPrinted>true</IsPrinted>
<IsRecommendation>true</IsRecommendation>
<Medium>sample string 10</Medium>
<Recipient>sample string 11</Recipient>
<RejectionCode>12</RejectionCode>
<Type>sample string 13</Type>
<UserId>d9efcdde-9c03-4c34-9b2f-9d0f26ead067</UserId>
</RecipientInformationModel>
</RecipientInformations>
<UserId>a3594d42-080a-4387-8519-8ebbd0d569c7</UserId>
</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.