POST api/EVNT_MGMNT/InsertEventCreateDetails
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": { "dist_lgd": 1.0, "blk_lgd": 2.0, "gp_lgd": 3.0, "event_id": "sample string 4", "venue_id": 5, "no_participant": 6, "org_by_sch": 7, "org_by_ngo": 8, "org_by_club": 9, "org_by_shg": 10, "org_by_hw": 11, "org_by_oth": "sample string 12", "Base64File1": "sample string 13", "Base64File2": "sample string 14", "v_link": "sample string 15", "frm_dt": "sample string 16", "to_dt": "sample string 17", "rmks": "sample string 18", "u_index": 19 }, "enti": [ { "Ent_Id": 1, "QNTY": 2, "Act_Quantity": 3 }, { "Ent_Id": 1, "QNTY": 2, "Act_Quantity": 3 }, { "Ent_Id": 1, "QNTY": 2, "Act_Quantity": 3 } ], "prom": [ { "sl_no": 1, "desig_id": 2, "name": "sample string 3", "addr": "sample string 4" }, { "sl_no": 1, "desig_id": 2, "name": "sample string 3", "addr": "sample string 4" }, { "sl_no": 1, "desig_id": 2, "name": "sample string 3", "addr": "sample string 4" } ] }
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.