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": "ffa3a4c5-fcb5-46bd-8c42-421067947e3b",
"DescId": "478885c4-8798-41b6-88d1-7c96005a52e5",
"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": "a5d951ef-fc72-4b6c-bc9b-42ab89d77885",
"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": "6603d551-7815-40d3-bb3d-df9a8e08acbd",
"ClientId": "7b70ed16-dd34-4680-81d7-d3010334628f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:57:06",
"UpdateDate": "2026-04-20 09:57:06",
"CreateBy": "34813e41-eb48-4c59-a22a-48331ee6ca6f",
"UpdateBy": "75cf30c8-38c3-48d5-9f16-682284fe5d7c"
},
{
"DescId": "a5d951ef-fc72-4b6c-bc9b-42ab89d77885",
"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": "6603d551-7815-40d3-bb3d-df9a8e08acbd",
"ClientId": "7b70ed16-dd34-4680-81d7-d3010334628f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:57:06",
"UpdateDate": "2026-04-20 09:57:06",
"CreateBy": "34813e41-eb48-4c59-a22a-48331ee6ca6f",
"UpdateBy": "75cf30c8-38c3-48d5-9f16-682284fe5d7c"
}
]