This use-case is intended to create an actionable LocalRequest based on a given Request for a given peer. One can (and should) check if the outgoing Request can be created before creating the LocalRequest with this use-case.

The created LocalRequest needs to be manually submitted to the peer, e.g. by sending a Message.

Parameters

  • The content as a Request for the to be created LocalRequest
  • The peer is the address for which the LocalRequest should be created. There can only be one peer per LocalRequest.

On Success

  • A new LocalRequest for the given parameters is created in status Draft and returned, but so far not sent to the given peer.

On Failure

Please check if the outgoing request can be created for more details.

How to execute this use-case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use-case. This use-case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: