POST api/EVNT_MGMNT/InsertEvent

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
evnt_req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "dist_lgd": 1.0,
  "blk_lgd": 2.0,
  "gp_lgd": 3.0,
  "evnt_id": 4,
  "act_id": 5,
  "theme_id": 6,
  "evnt_nm": "sample string 7",
  "evnt_dtls": "sample string 8",
  "usr_index": 9
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.