POST api/IntegrationList/SignalR
Request Information
URI Parameters
None.
Body Parameters
SignalRModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Group | globally unique identifier |
None. |
|
| Message | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Group": "bb1c5e25-78f6-4a50-a540-7022f6886471",
"Message": "sample string 1",
"Type": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.