POST api/ChatConfiguration/Broadcast_type

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsBroadcasttype
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "broadcast_id": 2,
  "broadcast_type": "sample string 3",
  "is_active": 4,
  "created_by": "sample string 5",
  "created_on": "sample string 6"
}

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 'ClsBroadcast_type'.