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",
"org_by_ridf1": 13,
"org_by_ridf2": 14,
"Base64File1": "sample string 15",
"Base64File2": "sample string 16",
"v_link": "sample string 17",
"fb_link": "sample string 18",
"youtube_link": "sample string 19",
"xhandel_link": "sample string 20",
"frm_dt": "sample string 21",
"to_dt": "sample string 22",
"rmks": "sample string 23",
"u_index": 24
},
"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.