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": "8c57b84b-7e10-42de-ba08-fde3b34f4e34", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T00:10:49.4685647Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "447ccc94-4cff-411a-9e23-1d9a199d56c1", "reportId": "f0f572a8-f361-42a8-8a43-3a731314b2b1", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8c57b84b-7e10-42de-ba08-fde3b34f4e34" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.