POST api/Documents/SendManualSupplierReport
Request Information
URI Parameters
None.
Body Parameters
ManualSendSupplierInfo| Name | Description | Type | Additional information | 
|---|---|---|---|
| CompanyId | integer | 
                             None.  | 
                |
| CardCode | string | 
                             None.  | 
                |
| User | string | 
                             None.  | 
                |
| SendType | string | 
                             None.  | 
                |
| StartDate | string | 
                             None.  | 
                |
| EndDate | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "CompanyId": 1,
  "CardCode": "sample string 2",
  "User": "sample string 3",
  "SendType": "sample string 4",
  "StartDate": "sample string 5",
  "EndDate": "sample string 6"
}
        application/xml, text/xml
            Sample:
        <ManualSendSupplierInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS"> <CardCode>sample string 2</CardCode> <CompanyId>1</CompanyId> <EndDate>sample string 6</EndDate> <SendType>sample string 4</SendType> <StartDate>sample string 5</StartDate> <User>sample string 3</User> </ManualSendSupplierInfo>
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.  |