POST api/RxPostcheckDocument/UploadNotificationLetters
Request Information
URI Parameters
None.
Body Parameters
NotificationRecipientList| Name | Description | Type | Additional information |
|---|---|---|---|
| User | string |
None. |
|
| string |
None. |
||
| Recipients | Collection of NotificationRecipient |
None. |
Request Formats
application/json, text/json
Sample:
{
"User": "sample string 1",
"Email": "sample string 2",
"Recipients": [
{
"CaseUId": "7e232151-a540-440d-b1d9-4b8d5887a0b4",
"FaxNumber": "sample string 2",
"IsBatchPrint": true,
"LetterType": "sample string 4",
"Recipient": "sample string 5"
},
{
"CaseUId": "7e232151-a540-440d-b1d9-4b8d5887a0b4",
"FaxNumber": "sample string 2",
"IsBatchPrint": true,
"LetterType": "sample string 4",
"Recipient": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<NotificationRecipientList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DocumentManagementService.DomainModels.RxPostcheck">
<Email>sample string 2</Email>
<Recipients>
<NotificationRecipient>
<CaseUId>7e232151-a540-440d-b1d9-4b8d5887a0b4</CaseUId>
<FaxNumber>sample string 2</FaxNumber>
<IsBatchPrint>true</IsBatchPrint>
<LetterType>sample string 4</LetterType>
<Recipient>sample string 5</Recipient>
</NotificationRecipient>
<NotificationRecipient>
<CaseUId>7e232151-a540-440d-b1d9-4b8d5887a0b4</CaseUId>
<FaxNumber>sample string 2</FaxNumber>
<IsBatchPrint>true</IsBatchPrint>
<LetterType>sample string 4</LetterType>
<Recipient>sample string 5</Recipient>
</NotificationRecipient>
</Recipients>
<User>sample string 1</User>
</NotificationRecipientList>
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.