ReloadClientConfig

Reload the client configuration

APIDescription
POST api/ReloadClientConfig

Reload the clients configuration

RetryUndeliverableMessage

Retry to process an undeliverable message

APIDescription
POST api/RetryUndeliverableMessage

Retry to parse an undeliverable message

HovtpSessionSync

Synchronization of HOVTP sessions between master and backup systems

APIDescription
POST api/HovtpSessionSync

Receive HOVTP sessions from a remote (master) system

SwitchActiveClient

Switch the active client

APIDescription
POST api/SwitchActiveClient?groupName={groupName}&clientName={clientName}

Activate client in group

RetryParse

Retry parsing an erroneous message

APIDescription
POST api/RetryParse

Retrry to parse a message from the erroneous messages storage

ActivateClient

Activate a client

APIDescription
POST api/ActivateClient?groupName={groupName}&clientName={clientName}

Activate client in group

Resend

Resend messages to the client

APIDescription
POST api/Resend

Resend messages to the clients

Statistics

Get the current ODF-Receiver statistics

APIDescription
GET api/Statistics

Get the status of this service

ResendAll

Resend all messages to the selected clients or to all clients

APIDescription
POST api/ResendAll

Resent all received ODF messages to a client

Odf

General API for taking ODF messages

APIDescription
POST api/Odf

Takes incoming ODF-messages. Acceps Content-Type application/x-www-form-urlencoded or none (i.e. raw data) if Content-Encoding=gzip, will decompress the base64 gzip body of the request (or form data) Note: In case of application/x-www-form-urlencoded, will get the first form variable (no matter the name)

OPTIONS api/Odf

OPTIONS controller, used for status requests

DeactivateClient

Deactivate a client.

APIDescription
POST api/DeactivateClient?groupName={groupName}&clientName={clientName}

Deactivate client in group

MessageRequest

Request a specific message

APIDescription
POST api/MessageRequest

Request a specific message from the dataprovider