POST api/Download/UploadNotificationLetters
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": "1661aab1-85b0-4982-82bb-8f7dc4a044e7",
"CaseNumber": "sample string 2",
"DocumentNames": "sample string 3",
"IsPushToPDF": true,
"IsRequestMoreInformation": true,
"IsHealthPlanActive": true,
"UserId": "e370c5bf-f5bc-4205-81a7-af3df8be009a",
"ClientFTPSetting": {
"Host": "sample string 1",
"UserName": "sample string 2",
"Password": "sample string 3",
"Port": 1
},
"RecipientInformations": [
{
"CaseId": "d70133b9-22ab-48d8-bc1b-e5526c18ddb5",
"Contact": "sample string 2",
"CreatedBy": "sample string 3",
"CreatedDate": "2026-04-02T02:50:58.9872967+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": "fc0adde9-bceb-4680-964b-8589bd2d6cd1"
},
{
"CaseId": "d70133b9-22ab-48d8-bc1b-e5526c18ddb5",
"Contact": "sample string 2",
"CreatedBy": "sample string 3",
"CreatedDate": "2026-04-02T02:50:58.9872967+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": "fc0adde9-bceb-4680-964b-8589bd2d6cd1"
}
]
}
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>1661aab1-85b0-4982-82bb-8f7dc4a044e7</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>d70133b9-22ab-48d8-bc1b-e5526c18ddb5</CaseId>
<Contact>sample string 2</Contact>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDate>2026-04-02T02:50:58.9872967+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>fc0adde9-bceb-4680-964b-8589bd2d6cd1</UserId>
</RecipientInformationModel>
<RecipientInformationModel>
<CaseId>d70133b9-22ab-48d8-bc1b-e5526c18ddb5</CaseId>
<Contact>sample string 2</Contact>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDate>2026-04-02T02:50:58.9872967+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>fc0adde9-bceb-4680-964b-8589bd2d6cd1</UserId>
</RecipientInformationModel>
</RecipientInformations>
<UserId>e370c5bf-f5bc-4205-81a7-af3df8be009a</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.