POST Api/EmailTempItem/Search
Request Information
URI Parameters
None.
Body Parameters
EmailTempItemCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | globally unique identifier |
None. |
|
| DescId | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| Propertity | string |
None. |
|
| Remark | string |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemId": "1d46df53-ffcf-4176-99f1-2b09309c9029",
"DescId": "9df5743e-9e30-4930-b09d-e980e77c03bd",
"Value": "sample string 3",
"Propertity": "sample string 4",
"Remark": "sample string 5",
"IsDeleted": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of EmailTempItem| Name | Description | Type | Additional information |
|---|---|---|---|
| DescId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| PlaceHolder | string |
Required String length: inclusive between 0 and 50 |
|
| ObjectType | string |
Required String length: inclusive between 0 and 50 |
|
| Propertity | string |
Required String length: inclusive between 0 and 50 |
|
| Remark | string |
Max length: 1000 |
|
| Descriptions | Collection of MutiLanguage |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DescId": "faccdd37-16f7-4e60-b162-9aa43b1d2038",
"Description": "sample string 2",
"PlaceHolder": "sample string 3",
"ObjectType": "sample string 4",
"Propertity": "sample string 5",
"Remark": "sample string 6",
"Descriptions": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Id": "cc02a615-def9-4146-a453-c36423c2bf8c",
"ClientId": "9e332df2-de00-4eb4-b6fd-069fdd275ba7",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:06:40",
"UpdateDate": "2026-08-17 02:06:40",
"CreateBy": "95795d62-fd9f-4d6d-adac-4126c1ecf8e4",
"UpdateBy": "f8dfcbbe-3b00-4b2b-a2af-34ecc62ddf88"
},
{
"DescId": "faccdd37-16f7-4e60-b162-9aa43b1d2038",
"Description": "sample string 2",
"PlaceHolder": "sample string 3",
"ObjectType": "sample string 4",
"Propertity": "sample string 5",
"Remark": "sample string 6",
"Descriptions": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Id": "cc02a615-def9-4146-a453-c36423c2bf8c",
"ClientId": "9e332df2-de00-4eb4-b6fd-069fdd275ba7",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:06:40",
"UpdateDate": "2026-08-17 02:06:40",
"CreateBy": "95795d62-fd9f-4d6d-adac-4126c1ecf8e4",
"UpdateBy": "f8dfcbbe-3b00-4b2b-a2af-34ecc62ddf88"
}
]