POST api/Documents/GetCompanyLog
Request Information
URI Parameters
None.
Body Parameters
SearchCompanyInfoLog| Name | Description | Type | Additional information | 
|---|---|---|---|
| StartDate | date | 
                             None.  | 
                |
| EndDate | date | 
                             None.  | 
                |
| CompanyId | integer | 
                             None.  | 
                |
| Status | integer | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "StartDate": "2025-11-03T21:34:36.0957416-06:00",
  "EndDate": "2025-11-03T21:34:36.0957416-06:00",
  "CompanyId": 3,
  "Status": 4
}
        application/xml, text/xml
            Sample:
        <SearchCompanyInfoLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS"> <CompanyId>3</CompanyId> <EndDate>2025-11-03T21:34:36.0957416-06:00</EndDate> <StartDate>2025-11-03T21:34:36.0957416-06:00</StartDate> <Status>4</Status> </SearchCompanyInfoLog>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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.  |