POST api/Attachments?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode | string |
Required |
Body Parameters
Attachment| Name | 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": "1b01a247-4a72-459e-9d51-4e67726193e4",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-14T01:02:28.3629175Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "304954b6-be3d-4df7-bc5e-3a942ceb29be",
"reportId": "3e87d610-85c3-40c2-aa44-918ff45fe11a",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/1b01a247-4a72-459e-9d51-4e67726193e4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Attachment| Name | 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": "1359c3fa-70ff-4611-8099-ad57d1c8d2c4",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-14T01:02:28.6824128Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "1ad9b147-1dc1-4e12-8199-3ec20670ac92",
"reportId": "fd09afef-4a78-4d82-8b03-aa3eb7b83a96",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/1359c3fa-70ff-4611-8099-ad57d1c8d2c4"
}