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": "0d554c07-ebd0-4283-80f2-74add539f733",
"DescId": "e1fb8a13-c574-463f-a163-6d7114905a73",
"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": "97e67bb7-b209-421d-8874-f1b6de40a7d0",
"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": "12bb387e-483c-492f-a0d7-c4a7f68d0135",
"ClientId": "1049afb7-8e1c-443f-9ece-bc94382bf937",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:05:53",
"UpdateDate": "2026-07-22 06:05:53",
"CreateBy": "c3409f6d-b485-4012-a8a0-dda9fd88c851",
"UpdateBy": "6e914796-00f2-4dd3-8e84-223f49f5f64b"
},
{
"DescId": "97e67bb7-b209-421d-8874-f1b6de40a7d0",
"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": "12bb387e-483c-492f-a0d7-c4a7f68d0135",
"ClientId": "1049afb7-8e1c-443f-9ece-bc94382bf937",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:05:53",
"UpdateDate": "2026-07-22 06:05:53",
"CreateBy": "c3409f6d-b485-4012-a8a0-dda9fd88c851",
"UpdateBy": "6e914796-00f2-4dd3-8e84-223f49f5f64b"
}
]