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": "099fa30a-ed5e-4774-a345-eab85b1eed21",
"DescId": "665e87a8-bfd1-4f1f-8f57-8a50fc84cb5b",
"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": "e37c8488-382c-420e-bf25-3acaa3157756",
"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": "f26fc249-e39f-4446-a2ee-24bd45afdd58",
"ClientId": "b8bffa99-d436-4bcd-bf63-4ef563c4df2f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:48:28",
"UpdateDate": "2026-06-15 12:48:28",
"CreateBy": "676a2d3c-9cfb-485c-925c-04219feffc4c",
"UpdateBy": "6e3fca3c-a125-48b8-802c-eb67ab27b999"
},
{
"DescId": "e37c8488-382c-420e-bf25-3acaa3157756",
"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": "f26fc249-e39f-4446-a2ee-24bd45afdd58",
"ClientId": "b8bffa99-d436-4bcd-bf63-4ef563c4df2f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:48:28",
"UpdateDate": "2026-06-15 12:48:28",
"CreateBy": "676a2d3c-9cfb-485c-925c-04219feffc4c",
"UpdateBy": "6e3fca3c-a125-48b8-802c-eb67ab27b999"
}
]