POST api/EmailedReportTypes/Recipient
Request Information
URI Parameters
None.
Body Parameters
EmailedReportRecipientPostDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ReportTypeId | integer |
None. |
|
| ClientId | integer |
None. |
|
| SecurityIdentityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ReportTypeId": 2,
"ClientId": 3,
"SecurityIdentityId": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EmailedReportRecipientPostDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ReportTypeId | integer |
None. |
|
| ClientId | integer |
None. |
|
| SecurityIdentityId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ReportTypeId": 2,
"ClientId": 3,
"SecurityIdentityId": 4
}