POST AdminApi/Marketing/SaveSearchKey
Request Information
URI Parameters
None.
Body Parameters
SearchKey| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
Required Max length: 100 |
|
| Lang | Language |
Required |
|
| Qty | integer |
Required |
|
| Type | SearchKeyType |
Required |
|
| SearchType | SearchKeyType |
None. |
|
| SearchLang | Language |
None. |
|
| TypeString | string |
None. |
|
| LanguageString | string |
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. |
Request Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"Lang": 0,
"Qty": 2,
"Type": 0,
"SearchType": 0,
"SearchLang": 0,
"TypeString": "自动生成",
"LanguageString": "英文",
"Id": "91778dfd-db28-4487-ad45-eefbca66b912",
"ClientId": "6a6de42a-83b0-4da8-9eda-8a3b664d5671",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:04:13",
"UpdateDate": "2026-07-22 06:04:13",
"CreateBy": "0c083ef9-0423-4b15-bb8b-bf7086d5224f",
"UpdateBy": "58d10375-2662-404f-9733-c011040ef3b7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}