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": "f5743715-2b8e-4d30-a1b0-f270e24e7346", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T00:27:42.1136168Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "7fa448ab-d923-49b6-aaa1-297d8b8b82ac", "reportId": "c8e2ef88-2b64-4783-bc07-b932f90ec1cc", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/f5743715-2b8e-4d30-a1b0-f270e24e7346" }