GET api/ProcurementAttachment/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
text/html
Sample:
Sample not available.
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "size": 3, "type": "sample string 4", "fileContent": "QEBA", "isDeleted": true, "created": "2025-01-18T05:16:50.5283154+00:00", "createdBy": "sample string 7", "modified": "2025-01-18T05:16:50.5283154+00:00", "modifiedBy": "sample string 8" }
application/xml, text/xml
Sample:
<C_Procurement_Attachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HDCAPIModel.Models"> <Created>2025-01-18T05:16:50.5283154+00:00</Created> <CreatedBy>sample string 7</CreatedBy> <FileContent>QEBA</FileContent> <ID>1</ID> <IsDeleted>true</IsDeleted> <Modified>2025-01-18T05:16:50.5283154+00:00</Modified> <ModifiedBy>sample string 8</ModifiedBy> <Name>sample string 2</Name> <Size>3</Size> <Type>sample string 4</Type> </C_Procurement_Attachments>
text/javascript
Sample:
({"id":1,"name":"sample string 2","size":3,"type":"sample string 4","fileContent":"QEBA","isDeleted":true,"created":"2025-01-18T05:16:50.5283154+00:00","createdBy":"sample string 7","modified":"2025-01-18T05:16:50.5283154+00:00","modifiedBy":"sample string 8"});