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": "ee72281a-1974-4c5f-affe-76ffe88223aa", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T01:07:35.5504233Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "b7595bda-f706-4121-a53e-fcbe9a224136", "reportId": "40019bb1-8e99-4de5-9aa0-a4643d304233", "link": "https://firelog-api.ipcom.be/api/DownloadImage/ee72281a-1974-4c5f-affe-76ffe88223aa" }