POST api/EmailedReportTypes/Recipient

Request Information

URI Parameters

None.

Body Parameters

EmailedReportRecipientPostDto
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmailedReportRecipientPostDto'.

Response Information

Resource Description

EmailedReportRecipientPostDto
NameDescriptionTypeAdditional 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
}