GET api/Notification_Template/{id}

Get Currency by provided ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Notification_Templates
NameDescriptionTypeAdditional information
Noti_TemplateId

integer

None.

Type

string

None.

Content

string

None.

IsActive

boolean

None.

MailSubject

string

None.

CreatedBy

integer

None.

IsDeleted

boolean

None.

CreatedDateTime

date

None.

LastModifiedBy

integer

None.

LastUpdatedDateTime

date

None.

TemplateName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Noti_TemplateId": 1,
  "Type": "sample string 2",
  "Content": "sample string 3",
  "IsActive": true,
  "MailSubject": "sample string 4",
  "CreatedBy": 1,
  "IsDeleted": true,
  "CreatedDateTime": "2025-07-18T16:04:56.3941901+00:00",
  "LastModifiedBy": 1,
  "LastUpdatedDateTime": "2025-07-18T16:04:56.3941901+00:00",
  "TemplateName": "sample string 5"
}

application/xml, text/xml

Sample:
<Notification_Templates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <Content>sample string 3</Content>
  <CreatedBy>1</CreatedBy>
  <CreatedDateTime>2025-07-18T16:04:56.3941901+00:00</CreatedDateTime>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <LastModifiedBy>1</LastModifiedBy>
  <LastUpdatedDateTime>2025-07-18T16:04:56.3941901+00:00</LastUpdatedDateTime>
  <MailSubject>sample string 4</MailSubject>
  <Noti_TemplateId>1</Noti_TemplateId>
  <TemplateName>sample string 5</TemplateName>
  <Type>sample string 2</Type>
</Notification_Templates>