POST api/Attachments?languageCode={languageCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
languageCode | string |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "id": "b513d8c0-6218-4262-9bf9-7ebb322bfdf3", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T04:29:21.264559Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "087df561-b93d-441b-825c-45bad3742894", "reportId": "37566479-b0d9-4e50-bcda-8315d3f99682", "link": "https://firelog-api.ipcom.be/api/DownloadImage/b513d8c0-6218-4262-9bf9-7ebb322bfdf3" }
application/x-www-form-urlencoded
Sample:
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": "060f4db7-b815-4747-9177-d14bd639e16f", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T04:29:21.264559Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "4c6bad92-cc29-41a9-8cb1-8f798ddd2fa7", "reportId": "65e9a8be-f7a1-4cea-a8ec-a51fb2ac9021", "link": "https://firelog-api.ipcom.be/api/DownloadImage/060f4db7-b815-4747-9177-d14bd639e16f" }