POST api/EVNT_MGMNT/InsertEventCreate
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"evnt": {
"event_master_id": 1,
"dist_lgd": 2.0,
"blk_lgd": 3.0,
"gp_lgd": 4.0,
"evnt_frm_dt": "sample string 5",
"evnt_to_dt": "sample string 6",
"actv_rng_dt": "sample string 7",
"org_dist": 8,
"org_blk": 9,
"org_gp": 10,
"ord_no": "sample string 11",
"ord_dt": "sample string 12",
"Base64File1": "sample string 13",
"rmks": "sample string 14",
"usr_index": 15
},
"enti": [
{
"Ent_Id": 1,
"Quantity": 2
},
{
"Ent_Id": 1,
"Quantity": 2
},
{
"Ent_Id": 1,
"Quantity": 2
}
]
}
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.