POST api/EVNT_MGMNT/InsertVenue
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| venue_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,
"venue_id": 4,
"venue_nm": "sample string 5",
"venue_add": "sample string 6"
}
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.