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
Attachment| Name | 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": "fb4702e4-2ef3-4ac0-a784-8eba66c6102a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:24:43.3964279Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3f663fbe-d7ec-452f-a610-286470addc14",
"reportId": "339e2f42-7413-4d85-a06f-e6c0d4ea981f",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/fb4702e4-2ef3-4ac0-a784-8eba66c6102a"
}