POST api/Resend
Resend messages to the clients
Request Information
URI Parameters
None.
Body Parameters
Request, containing the target clientgroup and the filename of the message
ResendRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| Clients | Collection of string | None. | |
| Filename | string | None. | 
Request Formats
application/json, text/json
            Sample:
{
  "Clients": [
    "sample string 1",
    "sample string 2"
  ],
  "Filename": "sample string 1"
}
        Response Information
Resource Description
Operation result as HTTP status code
ActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.