GET api/AttachmentIB/GetAttachment?AttachmentID={AttachmentID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Attachment| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyDB | string |
None. |
|
| Attachment_ID | string |
None. |
|
| BinaryBlob | Collection of byte |
None. |
|
| fileName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CompanyDB": "sample string 1",
"Attachment_ID": "sample string 2",
"BinaryBlob": "QEA=",
"fileName": "sample string 3"
}
application/xml, text/xml
Sample:
<Attachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Jovaco.WebServices.Web.Models"> <Attachment_ID>sample string 2</Attachment_ID> <BinaryBlob>QEA=</BinaryBlob> <CompanyDB>sample string 1</CompanyDB> <fileName>sample string 3</fileName> </Attachment>