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": "54b1d6fe-0e8f-4fa9-92d6-48b749610f51", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T08:11:38.0278099Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "16065b04-f41e-4954-8c22-9b427689b5fb", "reportId": "efd7f310-dcce-498f-8044-0854c6dda380", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/54b1d6fe-0e8f-4fa9-92d6-48b749610f51" }