GET api/order/service/{OrderServiceID}/attachment
This method returns a list attachments that have been uploaded on an order service. To search for a specific attachment, go the Attachment method
Note that, the attachment is not included in the list, only information on the attachments(s).
Error Messages
- 500/Internal Server Error - Error retrieving quote with id x
- 404/Not Found - Order Service with ID x not found
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderServiceID | ID number of the order service | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ViewAttachment
AttachmentBase| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentID | ID number | integer |
None. |
| FileName | Name of file uploded | string |
None. |
| UploadDate | Date uploaded | date |
None. |