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": "48d2e71a-13fa-46a4-8bd9-b8eba40b7e99",
"ClientId": "b2968c95-eda5-40f9-a592-f02ceaee773d",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:06:03",
"UpdateDate": "2026-07-30 18:06:03",
"CreateBy": "fad8a8c4-3905-40bd-8b61-47c2354be5d6",
"UpdateBy": "e21b004d-9d73-4557-9b9a-78995857977a"
}
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": {}
}