POST Master/DeleteEvent
Request Information
URI Parameters
None.
Body Parameters
EventMasterName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
EventName | string |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "EventName": "sample string 2", "StartDate": "2025-01-10T20:48:01.9199414+05:30", "EndDate": "2025-01-10T20:48:01.9199414+05:30", "UserId": "sample string 3" }
application/xml, text/xml
Sample:
<EventMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models"> <EndDate>2025-01-10T20:48:01.9199414+05:30</EndDate> <EventName>sample string 2</EventName> <ID>1</ID> <StartDate>2025-01-10T20:48:01.9199414+05:30</StartDate> <UserId>sample string 3</UserId> </EventMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.