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": "4d46a8a9-73aa-4980-a172-4b5012f406ed", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-03T21:40:20.9124347Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "6e588783-a707-40cd-bbf9-1f8a399f2215", "reportId": "7d444726-f9bc-418b-8c15-b849e9730ec6", "link": "https://firelog-api.ipcom.be/api/DownloadImage/4d46a8a9-73aa-4980-a172-4b5012f406ed" }