POST ems/upload_file
Request Information
URI Parameters
None.
Body Parameters
EstimateUploadDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| ShopId | integer | None. | |
| FileData | string | None. | |
| EstimateFileId | string | None. | |
| ContactId | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "shopId": 1,
  "fileData": "sample string 2",
  "estimateFileId": "sample string 3",
  "contactId": 4
}
        text/html
            Sample:
        
{"shopId":1,"fileData":"sample string 2","estimateFileId":"sample string 3","contactId":4}
        application/xml, text/xml
            Sample:
        <EstimateUploadDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.ProcessManager.Ems"> <ContactId>4</ContactId> <EstimateFileId>sample string 3</EstimateFileId> <FileData>sample string 2</FileData> <ShopId>1</ShopId> </EstimateUploadDto>
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. |