POST api/Attachments/SaveFiles
Request Information
URI Parameters
None.
Body Parameters
AttachModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FileUploaded | Collection of byte |
None. |
|
| FileName | string |
None. |
|
| fileType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileUploaded": "QEA=",
"FileName": "sample string 1",
"fileType": 2
}
application/xml, text/xml
Sample:
<AttachModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <FileName>sample string 1</FileName> <FileUploaded>QEA=</FileUploaded> <fileType>2</fileType> </AttachModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.