POST api/MAppRecentSearchData/InsertRecentSearch
Request Information
URI Parameters
None.
Body Parameters
Ins_RecentSearchName | Description | Type | Additional information |
---|---|---|---|
Search | string |
None. |
|
Search_type | string |
None. |
|
CompanyBranch | integer |
None. |
|
CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Search": "sample string 1", "Search_type": "sample string 2", "CompanyBranch": 3, "CreatedBy": "sample string 4" }
application/xml, text/xml
Sample:
<Ins_RecentSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FaME_APPLICATION.Models.APPICATION"> <CompanyBranch>3</CompanyBranch> <CreatedBy>sample string 4</CreatedBy> <Search>sample string 1</Search> <Search_type>sample string 2</Search_type> </Ins_RecentSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |