POST api/EmailTemplate/Events_Msgs

Request Information

URI Parameters

None.

Body Parameters

Events_Msgs
NameDescriptionTypeAdditional information
Events_Msgs_ID

integer

None.

Event_ID

integer

None.

Event_Name

string

None.

Event_Email_Subject

string

None.

Event_Email_Subject_AR

string

None.

Event_Email_Enable

boolean

None.

Event_Email

string

None.

Event_Email_AR

string

None.

Event_SMS_Enable

boolean

None.

Event_SMS

string

None.

Event_SMS_AR

string

None.

Event_Push_Enabed

boolean

None.

Event_PushNotification_IOS

string

None.

Event_PushNotification_Android

string

None.

Event_PushNotification_AR

string

None.

Roles

string

None.

Tags

string

None.

TenantId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Events_Msgs_ID": 1,
  "Event_ID": 2,
  "Event_Name": "sample string 3",
  "Event_Email_Subject": "sample string 4",
  "Event_Email_Subject_AR": "sample string 5",
  "Event_Email_Enable": true,
  "Event_Email": "sample string 7",
  "Event_Email_AR": "sample string 8",
  "Event_SMS_Enable": true,
  "Event_SMS": "sample string 10",
  "Event_SMS_AR": "sample string 11",
  "Event_Push_Enabed": true,
  "Event_PushNotification_IOS": "sample string 13",
  "Event_PushNotification_Android": "sample string 14",
  "Event_PushNotification_AR": "sample string 15",
  "Roles": "sample string 16",
  "Tags": "sample string 17",
  "TenantId": 18,
  "CreatedBy": 19,
  "CreatedDate": "2025-12-13T10:29:31.6263408+05:00",
  "UpdatedBy": 21,
  "UpdatedDate": "2025-12-13T10:29:31.6263408+05:00",
  "IsDeleted": true,
  "IsActive": true
}

text/xml

Sample:
<Events_Msgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.GlobelSetting">
  <CreatedBy>19</CreatedBy>
  <CreatedDate>2025-12-13T10:29:31.6263408+05:00</CreatedDate>
  <Event_Email>sample string 7</Event_Email>
  <Event_Email_AR>sample string 8</Event_Email_AR>
  <Event_Email_Enable>true</Event_Email_Enable>
  <Event_Email_Subject>sample string 4</Event_Email_Subject>
  <Event_Email_Subject_AR>sample string 5</Event_Email_Subject_AR>
  <Event_ID>2</Event_ID>
  <Event_Name>sample string 3</Event_Name>
  <Event_PushNotification_AR>sample string 15</Event_PushNotification_AR>
  <Event_PushNotification_Android>sample string 14</Event_PushNotification_Android>
  <Event_PushNotification_IOS>sample string 13</Event_PushNotification_IOS>
  <Event_Push_Enabed>true</Event_Push_Enabed>
  <Event_SMS>sample string 10</Event_SMS>
  <Event_SMS_AR>sample string 11</Event_SMS_AR>
  <Event_SMS_Enable>true</Event_SMS_Enable>
  <Events_Msgs_ID>1</Events_Msgs_ID>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Roles>sample string 16</Roles>
  <Tags>sample string 17</Tags>
  <TenantId>18</TenantId>
  <UpdatedBy>21</UpdatedBy>
  <UpdatedDate>2025-12-13T10:29:31.6263408+05:00</UpdatedDate>
</Events_Msgs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.