PUT api/Attachments/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
AttachmentName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Content | string |
None. |
|
CreatedTs | date |
None. |
|
CreatedBy | string |
None. |
|
Approved | boolean |
None. |
|
MarkerXSolutionsId | globally unique identifier |
None. |
|
reportId | globally unique identifier |
None. |
|
Link | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "213f9cf9-6fb5-4180-83fb-ceb418127f8b", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-03T21:42:17.4492454Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "60940c4b-21c4-4684-bef0-ac42acad0fb4", "reportId": "f555f604-f68d-410d-a14e-0af7644c374b", "link": "https://firelog-api.ipcom.be/api/DownloadImage/213f9cf9-6fb5-4180-83fb-ceb418127f8b" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.