POST api/Email/UpdateEditAlert?currentLang={currentLang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currentLang | string |
Required |
Body Parameters
EmailAlertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Key | integer |
None. |
|
| Type | integer |
None. |
|
| Name | string |
None. |
|
| NameFL | string |
None. |
|
| Subject | string |
None. |
|
| Body | string |
None. |
|
| Status | integer |
None. |
|
| LastModificationDate | date |
None. |
|
| Tags | string |
None. |
|
| Description | string |
None. |
|
| DescriptionFL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Key": 2,
"Type": 3,
"Name": "sample string 4",
"NameFL": "sample string 5",
"Subject": "sample string 6",
"Body": "sample string 7",
"Status": 8,
"LastModificationDate": "2026-06-04T18:47:58.4164042-06:00",
"Tags": "sample string 10",
"Description": "sample string 11",
"DescriptionFL": "sample string 12"
}
application/xml, text/xml
Sample:
<EmailAlertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClvsEcommerce.MODELS.DBLocal"> <Body>sample string 7</Body> <Description>sample string 11</Description> <DescriptionFL>sample string 12</DescriptionFL> <Id>1</Id> <Key>2</Key> <LastModificationDate>2026-06-04T18:47:58.4164042-06:00</LastModificationDate> <Name>sample string 4</Name> <NameFL>sample string 5</NameFL> <Status>8</Status> <Subject>sample string 6</Subject> <Tags>sample string 10</Tags> <Type>3</Type> </EmailAlertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |