POST api/FavoriteSearch/Update?favoriteId={favoriteId}&favoriteName={favoriteName}&sendMail={sendMail}&query={query}&comment={comment}
No documentation available.
Request Information
Parameters
Name | Description | Additional 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": "2023-09-22T09:22:18.4370375+02:00", "LastSeenDate": "2023-09-22T09:22:18.4370375+02:00", "SearchGuid": "8140511b-2184-432d-9a5e-a26913614c53", "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>2023-09-22T09:22:18.4370375+02:00</CreatedDate> <Id>1</Id> <LastSeenDate>2023-09-22T09:22:18.4370375+02:00</LastSeenDate> <Name>sample string 2</Name> <NewMatches>9</NewMatches> <Query>sample string 4</Query> <SearchGuid>8140511b-2184-432d-9a5e-a26913614c53</SearchGuid> <SendMail>true</SendMail> <TotalMatches>10</TotalMatches> <UserName>sample string 3</UserName> </FavoriteView>