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": "a3d513d9-2048-4771-9c69-77c2d3d79d37",
"DescId": "17fea9c8-4455-487e-8110-4bbe8772fbb2",
"Value": "sample string 3",
"Propertity": "sample string 4",
"Remark": "sample string 5",
"IsDeleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "9697ad15-d0cc-43ea-95a5-98aff7e93a6e",
"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": "a8ba2b9a-0507-44de-82f7-bf1e51a39059",
"ClientId": "793b2fcc-7391-401d-add1-15e825c0028a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:02:48",
"UpdateDate": "2025-10-28 19:02:48",
"CreateBy": "2f2590c0-7f47-4963-8026-99d09e04dcf8",
"UpdateBy": "ac28bec7-f495-48ab-8f54-0fa54a194c0f"
},
{
"DescId": "9697ad15-d0cc-43ea-95a5-98aff7e93a6e",
"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": "a8ba2b9a-0507-44de-82f7-bf1e51a39059",
"ClientId": "793b2fcc-7391-401d-add1-15e825c0028a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:02:48",
"UpdateDate": "2025-10-28 19:02:48",
"CreateBy": "2f2590c0-7f47-4963-8026-99d09e04dcf8",
"UpdateBy": "ac28bec7-f495-48ab-8f54-0fa54a194c0f"
}
]