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": "Automatic",
"LanguageString": "English",
"Id": "f5de9907-705f-484e-9008-ff977e0abd76",
"ClientId": "32c6e9e0-ca56-4103-ac80-1c208f0733e2",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:22:36",
"UpdateDate": "2026-02-24 14:22:36",
"CreateBy": "bfbe033b-426e-4a79-a22a-a716012de22f",
"UpdateBy": "b1ce4309-4e12-4026-a37f-429c29045c9e"
}
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": {}
}