PUT api/keyword

Request Information

URI Parameters

None.

Body Parameters

keyword
NameDescriptionTypeAdditional information
SearchKeywordId

integer

None.

SiteId

integer

None.

Keyword

string

Data type: Text

URL

string

Data type: Text

Active

boolean

None.

Modified

date

Data type: DateTime

StartDt

date

Data type: DateTime

EndDt

date

Data type: DateTime

Request Formats

application/json, text/json

Sample:
{
  "SearchKeywordId": 1,
  "SiteId": 2,
  "Keyword": "sample string 3",
  "URL": "sample string 4",
  "Active": true,
  "Modified": "2026-09-09T23:06:20.9411395+00:00",
  "StartDt": "2026-09-09T23:06:20.9411395+00:00",
  "EndDt": "2026-09-09T23:06:20.9411395+00:00"
}

application/xml, text/xml

Sample:
<keyword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIM.Model.Entities">
  <Active>true</Active>
  <EndDt xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2026-09-09T23:06:20.9411395Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </EndDt>
  <Keyword>sample string 3</Keyword>
  <Modified xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2026-09-09T23:06:20.9411395Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </Modified>
  <SearchKeywordId>1</SearchKeywordId>
  <SiteId>2</SiteId>
  <StartDt xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2026-09-09T23:06:20.9411395Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </StartDt>
  <URL>sample string 4</URL>
</keyword>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.