POST radios/addMonEventGrp

Request Information

URI Parameters

None.

Body Parameters

MonEventGRP
NameDescriptionTypeAdditional information
TenantId

integer

None.

EventGroupId

integer

None.

EventGroup

string

None.

GroupDesc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "EventGroupId": 2,
  "EventGroup": "sample string 3",
  "GroupDesc": "sample string 4"
}

text/html

Sample:
{"TenantId":1,"EventGroupId":2,"EventGroup":"sample string 3","GroupDesc":"sample string 4"}

application/xml, text/xml

Sample:
<MonEventGRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.Models.Radios.Events">
  <EventGroup>sample string 3</EventGroup>
  <EventGroupId>2</EventGroupId>
  <GroupDesc>sample string 4</GroupDesc>
  <TenantId>1</TenantId>
</MonEventGRP>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MonEventGRP'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.