POST Api/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": "9e9dc4ee-f1ea-4690-8419-4bd37a74d042",
"ClientId": "17b46392-0faf-4a5c-a89b-07108f17abca",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:06:01",
"UpdateDate": "2026-07-30 18:06:01",
"CreateBy": "6c71b7e7-2da1-49f0-ab01-f44d76c2c575",
"UpdateBy": "b51912f0-eb1c-4950-9fa5-e2309a738fdc"
}
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": {}
}