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": "0f60737f-4dd3-4d4a-b174-81b781d0da16", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T08:09:46.7089796Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "a0211707-162c-4380-bb9c-0c7b1f0dad63", "reportId": "fe13ed01-38b4-4d09-bb17-b9a1b051f048", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/0f60737f-4dd3-4d4a-b174-81b781d0da16" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "31a7777c-7947-4d54-b114-f0cc0cb3694f", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T08:09:46.7089796Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "42d81e67-e7d3-42a1-a84b-be5758fa8d3e", "reportId": "93d3e523-b75b-4ac6-81da-83c7fa3b201a", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/31a7777c-7947-4d54-b114-f0cc0cb3694f" }