PUT api/ClientEvents/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ClientEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| EventID | integer |
None. |
|
| ClientCode | integer |
None. |
|
| SrNo | integer |
None. |
|
| ReminderSub | string |
None. |
|
| ReminderText | string |
None. |
|
| ReminderDate | date |
None. |
|
| NoOfDaysBefore | integer |
None. |
|
| EmailID | string |
None. |
|
| SendDate1 | date |
None. |
|
| SendDate2 | date |
None. |
|
| SendDate3 | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"EventID": 2,
"ClientCode": 3,
"SrNo": 4,
"ReminderSub": "sample string 5",
"ReminderText": "sample string 6",
"ReminderDate": "2026-08-16T09:17:25.3841407+00:00",
"NoOfDaysBefore": 8,
"EmailID": "sample string 9",
"SendDate1": "2026-08-16T09:17:25.3841407+00:00",
"SendDate2": "2026-08-16T09:17:25.3841407+00:00",
"SendDate3": "2026-08-16T09:17:25.3841407+00:00"
}
application/xml, text/xml
Sample:
<ClientEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VerifyAPI.Models"> <ClientCode>3</ClientCode> <EmailID>sample string 9</EmailID> <EventID>2</EventID> <ID>1</ID> <NoOfDaysBefore>8</NoOfDaysBefore> <ReminderDate>2026-08-16T09:17:25.3841407+00:00</ReminderDate> <ReminderSub>sample string 5</ReminderSub> <ReminderText>sample string 6</ReminderText> <SendDate1>2026-08-16T09:17:25.3841407+00:00</SendDate1> <SendDate2>2026-08-16T09:17:25.3841407+00:00</SendDate2> <SendDate3>2026-08-16T09:17:25.3841407+00:00</SendDate3> <SrNo>4</SrNo> </ClientEvent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.