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| Name | Description | Type | Additional 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
ActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.