POST Api/v1/Messaging/UmfMessageAsString

Sends a umf message into the backend, this is a secondary path that replicates how the icap sends messages It is intended to be a second path for messages from the icap being sent through satellite channels

Request Information

URI Parameters

None.

Body Parameters

umf message to send to hos backend

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.