POST v2/impactvideo/GetCompanyNameList
Request Information
URI Parameters
None.
Body Parameters
LogInputRequest| Name | Type | Description | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | integer | ||||||||||||
| StarDate | string | ||||||||||||
| EndDate | string | ||||||||||||
| selectedData | integer | ||||||||||||
| inputSearchText | string | ||||||||||||
| inputPage | string | ||||||||||||
| HistoryData | string | ||||||||||||
| CompanyName | string | ||||||||||||
Request Formats
{
"id": 1,
"starDate": "sample string 2",
"endDate": "sample string 3",
"selectedData": 4,
"inputSearchText": "sample string 5",
"inputPage": "sample string 6",
"historyData": "sample string 7",
"companyName": "sample string 8"
}
<LogInputRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models"> <CompanyName>sample string 8</CompanyName> <EndDate>sample string 3</EndDate> <HistoryData>sample string 7</HistoryData> <StarDate>sample string 2</StarDate> <id>1</id> <inputPage>sample string 6</inputPage> <inputSearchText>sample string 5</inputSearchText> <selectedData>4</selectedData> </LogInputRequest>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
Sample not available.