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

ActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.