POST api/ResendAll

Resent all received ODF messages to a client

Request Information

URI Parameters

None.

Body Parameters

Request containing the clientgroup, which should receive the resend

ResendAllRequest
NameDescriptionTypeAdditional information
ClientGroup

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientGroup": "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.