POST portal/api/Apf/v1/GetAttachmentById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AttachmentVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Attachment | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Attachment": "QEA="
}
application/xml, text/xml
Sample:
<AttachmentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HorizonSSI.WebApi.Controllers"> <Attachment>QEA=</Attachment> </AttachmentVM>