POST api/FavoriteSearch/Update?favoriteId={favoriteId}&favoriteName={favoriteName}&sendMail={sendMail}&query={query}&comment={comment}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
favoriteId
No documentation available.

Define this parameter in the request URI.

favoriteName
No documentation available.

Define this parameter in the request URI.

sendMail
No documentation available.

Define this parameter in the request URI.

query
No documentation available.

Define this parameter in the request URI.

comment
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "UserName": "sample string 3",
  "Query": "sample string 4",
  "SendMail": true,
  "CountryCode": "sample string 6",
  "CreatedDate": "2024-04-16T13:36:17.533358+02:00",
  "LastSeenDate": "2024-04-16T13:36:17.5343567+02:00",
  "SearchGuid": "6ca4cd6e-be2a-44a6-8786-63dceab7312b",
  "Comment": "sample string 8",
  "NewMatches": 9,
  "TotalMatches": 10,
  "AreaName": "sample string 11"
}

application/xml, text/xml

Sample:
<FavoriteView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.Models">
  <AreaName>sample string 11</AreaName>
  <Comment>sample string 8</Comment>
  <CountryCode>sample string 6</CountryCode>
  <CreatedDate>2024-04-16T13:36:17.533358+02:00</CreatedDate>
  <Id>1</Id>
  <LastSeenDate>2024-04-16T13:36:17.5343567+02:00</LastSeenDate>
  <Name>sample string 2</Name>
  <NewMatches>9</NewMatches>
  <Query>sample string 4</Query>
  <SearchGuid>6ca4cd6e-be2a-44a6-8786-63dceab7312b</SearchGuid>
  <SendMail>true</SendMail>
  <TotalMatches>10</TotalMatches>
  <UserName>sample string 3</UserName>
</FavoriteView>