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": "33ddd296-e434-4630-a013-24ec4cbcfaa3",
"DescId": "353ddadf-f2ea-4473-aa7b-b367276499cb",
"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": "2993c468-71c7-4be0-88c7-940a52a18efc",
"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": "ef19ac2d-25ad-4428-8ae4-8e5c6e31c2e3",
"ClientId": "429fc2c0-ea83-452a-bde0-618dfc6bb40d",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:23:44",
"UpdateDate": "2026-02-24 14:23:44",
"CreateBy": "0275879f-be0d-47a9-82f2-80f660a0e348",
"UpdateBy": "f6519ed9-9e8f-49cb-aa21-6fb60e1ef41c"
},
{
"DescId": "2993c468-71c7-4be0-88c7-940a52a18efc",
"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": "ef19ac2d-25ad-4428-8ae4-8e5c6e31c2e3",
"ClientId": "429fc2c0-ea83-452a-bde0-618dfc6bb40d",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:23:44",
"UpdateDate": "2026-02-24 14:23:44",
"CreateBy": "0275879f-be0d-47a9-82f2-80f660a0e348",
"UpdateBy": "f6519ed9-9e8f-49cb-aa21-6fb60e1ef41c"
}
]