POST api/MESetting/PostNotificationType
Request Information
URI Parameters
None.
Body Parameters
MeEmailNotificationTypeDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EmailNotificationType | string |
String length: inclusive between 0 and 250 |
|
MailPriority | integer |
None. |
|
NotificationFrom | integer |
None. |
|
MessageTemplate | string |
String length: inclusive between 0 and 8000 |
|
FromEmailAddress | string |
String length: inclusive between 0 and 250 |
|
Subject | string |
String length: inclusive between 0 and 350 |
|
ValidFlag | boolean |
None. |
|
DateCreated | date |
None. |
|
DateUpdated | date |
None. |
|
UserIDCreated | integer |
None. |
|
UserIDUpdated | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "EmailNotificationType": "sample string 2", "MailPriority": 1, "NotificationFrom": 3, "MessageTemplate": "sample string 4", "FromEmailAddress": "sample string 5", "Subject": "sample string 6", "ValidFlag": true, "DateCreated": "2025-04-03T19:02:21.8017009-07:00", "DateUpdated": "2025-04-03T19:02:21.8017009-07:00", "UserIDCreated": 10, "UserIDUpdated": 11 }
application/xml, text/xml
Sample:
<MeEmailNotificationTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam"> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:21.8017009-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:21.8017009-07:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <EmailNotificationType>sample string 2</EmailNotificationType> <FromEmailAddress>sample string 5</FromEmailAddress> <Id>1</Id> <MailPriority>1</MailPriority> <MessageTemplate>sample string 4</MessageTemplate> <NotificationFrom>3</NotificationFrom> <Subject>sample string 6</Subject> </MeEmailNotificationTypeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfMeEmailNotificationTypeDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | MeEmailNotificationTypeDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "EmailNotificationType": "sample string 2", "MailPriority": 1, "NotificationFrom": 3, "MessageTemplate": "sample string 4", "FromEmailAddress": "sample string 5", "Subject": "sample string 6", "ValidFlag": true, "DateCreated": "2025-04-03T19:02:21.8017009-07:00", "DateUpdated": "2025-04-03T19:02:21.8017009-07:00", "UserIDCreated": 10, "UserIDUpdated": 11 }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfMeEmailNotificationTypeDTOzIntITI8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam"> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:21.8017009-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:21.8017009-07:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:EmailNotificationType>sample string 2</d2p1:EmailNotificationType> <d2p1:FromEmailAddress>sample string 5</d2p1:FromEmailAddress> <d2p1:Id>1</d2p1:Id> <d2p1:MailPriority>1</d2p1:MailPriority> <d2p1:MessageTemplate>sample string 4</d2p1:MessageTemplate> <d2p1:NotificationFrom>3</d2p1:NotificationFrom> <d2p1:Subject>sample string 6</d2p1:Subject> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfMeEmailNotificationTypeDTOzIntITI8>