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": "4035a1e2-3189-48c4-9231-14df4d78638d", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T08:13:18.0190631Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "e4c6f1f8-119b-469c-9849-c0f27e8e7395", "reportId": "9bf3a98a-9e8d-4541-8452-6fa57d448f8e", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/4035a1e2-3189-48c4-9231-14df4d78638d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.