Request
Body Params application/json
{
"eventId": "93",
"eventName": "Bobby Bartell",
"logoPath": "",
"desc": "id ea nostrud",
"status": "Active",
"startTime": "2025-08-14 04:18:36",
"endTime": "2024-09-16 17:02:01"
}
Request Code Samples
curl --location --request POST '/yVO/api/Event/Update' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'appKey;' \
--header 'signature;' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "93",
"eventName": "Bobby Bartell",
"logoPath": "",
"desc": "id ea nostrud",
"status": "Active",
"startTime": "2025-08-14 04:18:36",
"endTime": "2024-09-16 17:02:01"
}'
Responses
application/json {
"StatusCode": 200,
"Info": "",
"Data": {},
"Total": 0
}
Modified at 2025-03-21 02:39:12