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": "2b9a80a8-ce78-4cb6-83a1-ca3607f51982",
"ClientId": "94879502-c741-4ec6-9d5a-60473d894fc3",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:09:31",
"UpdateDate": "2025-10-28 19:09:31",
"CreateBy": "ccc0b47f-9718-46ae-af79-66c2998cbded",
"UpdateBy": "c543afe2-9e8f-4762-b1da-a6c254629196"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": {}
}