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": "7f3b2554-f31a-45b2-bc4b-55c7e4615b3c",
"DescId": "dbf6387f-1c0b-4387-9961-1dda359e30af",
"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": "d75724ed-8d20-4e46-bf99-18fa95c6fe77",
"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": "9d4a466b-0ad4-4c24-af84-ed23842883d7",
"ClientId": "41866690-8a7e-4d3b-b36c-b67b6e578041",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:11:10",
"UpdateDate": "2025-12-30 14:11:10",
"CreateBy": "bb26fecc-7205-451e-af7a-947cbf592f2d",
"UpdateBy": "18462958-f1a8-48d7-87be-424d736a74df"
},
{
"DescId": "d75724ed-8d20-4e46-bf99-18fa95c6fe77",
"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": "9d4a466b-0ad4-4c24-af84-ed23842883d7",
"ClientId": "41866690-8a7e-4d3b-b36c-b67b6e578041",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:11:10",
"UpdateDate": "2025-12-30 14:11:10",
"CreateBy": "bb26fecc-7205-451e-af7a-947cbf592f2d",
"UpdateBy": "18462958-f1a8-48d7-87be-424d736a74df"
}
]