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": "33886dc5-f400-4dda-8fbb-a73aa7044743",
"DescId": "cb333bf2-9dba-4f9b-9082-320be82ed698",
"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": "2cc541d6-f179-4b86-b5a0-bf5fc7d00df9",
"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": "daaced63-9f7d-497e-84e1-a5f4d1b09e61",
"ClientId": "e3295d04-ca66-4964-a2ff-ba32d6f5c550",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 11:18:59",
"UpdateDate": "2026-09-16 11:18:59",
"CreateBy": "ae032a5d-1f5a-41db-bd67-bd7c07985441",
"UpdateBy": "3d371497-206b-4c96-8c50-3572c11b1412"
},
{
"DescId": "2cc541d6-f179-4b86-b5a0-bf5fc7d00df9",
"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": "daaced63-9f7d-497e-84e1-a5f4d1b09e61",
"ClientId": "e3295d04-ca66-4964-a2ff-ba32d6f5c550",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 11:18:59",
"UpdateDate": "2026-09-16 11:18:59",
"CreateBy": "ae032a5d-1f5a-41db-bd67-bd7c07985441",
"UpdateBy": "3d371497-206b-4c96-8c50-3572c11b1412"
}
]