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": "319a23f5-3c34-4417-8d51-7b182c21eae3", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T00:47:43.3490425Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "5062c9d5-efa2-478d-ab09-870fbb859846", "reportId": "abd590bf-21a7-4fa3-bcd3-c79d52fba17e", "link": "https://firelog-api.ipcom.be/api/DownloadImage/319a23f5-3c34-4417-8d51-7b182c21eae3" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.