POST api/Common/SaveSearch
Request Information
URI Parameters
None.
Body Parameters
SaveSearchModelName | Description | Type | Additional information |
---|---|---|---|
LogDetailID | integer |
None. |
|
SearchClientName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LogDetailID": 1, "SearchClientName": "sample string 2" }
application/xml, text/xml
Sample:
<SaveSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAWebAPI.Models"> <LogDetailID>1</LogDetailID> <SearchClientName>sample string 2</SearchClientName> </SaveSearchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.