POST api/AttachmentsFile?markerXSolutionsId={markerXSolutionsId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
markerXSolutionsId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{ "id": "4934b8ce-ecd7-4c51-a384-1508e7027c1d", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T04:33:54.7487859Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "e960e158-d86e-4f02-b456-f478b5dfbca8", "reportId": "5db0a555-f3f1-400f-8442-51d9b171304f", "link": "https://firelog-api.ipcom.be/api/DownloadImage/4934b8ce-ecd7-4c51-a384-1508e7027c1d" }