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": "da7b26e0-0d0e-40aa-a23f-3d698ff9d9b7",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:57:07.8316824Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "e044caae-9c35-48e6-a6cd-814536cfadc7",
"reportId": "2d97e1a1-6c9b-486e-911c-8f90675d0bb5",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/da7b26e0-0d0e-40aa-a23f-3d698ff9d9b7"
}
application/x-www-form-urlencoded
Sample:
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": "f0d01d47-2e8e-4462-a713-1dc09e502464",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:57:07.8316824Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "bf78948b-0f92-4b5e-9ba3-7ffc7bdc20e1",
"reportId": "fe8b453f-00fc-44b2-8ff9-18f232643b96",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/f0d01d47-2e8e-4462-a713-1dc09e502464"
}