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": "72909de3-fad7-47db-b80d-e554a6e4a1fe",
"DescId": "b82b5ec0-85ef-44af-bcc1-c2fd4bf71beb",
"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": "ac4a7df9-4c26-4792-9e73-1ebaa89d1877",
"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": "6ce9adca-07fd-41be-89c9-fa5265a7fcdd",
"ClientId": "40df02a5-90f0-4a62-8079-3f46bbfebba6",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:06:21",
"UpdateDate": "2026-07-30 18:06:21",
"CreateBy": "3184d780-9078-4a5f-bd36-7c4d08e71067",
"UpdateBy": "c2c4cd6a-d2d6-4402-9d97-5ac216a034f7"
},
{
"DescId": "ac4a7df9-4c26-4792-9e73-1ebaa89d1877",
"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": "6ce9adca-07fd-41be-89c9-fa5265a7fcdd",
"ClientId": "40df02a5-90f0-4a62-8079-3f46bbfebba6",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:06:21",
"UpdateDate": "2026-07-30 18:06:21",
"CreateBy": "3184d780-9078-4a5f-bd36-7c4d08e71067",
"UpdateBy": "c2c4cd6a-d2d6-4402-9d97-5ac216a034f7"
}
]