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": "ebafa2f1-4b79-445d-8aff-6ed62afe8954",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-19T05:15:41.3349863Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "0fcc30f9-ee6a-4205-86e8-c8be21c2e123",
"reportId": "195ad86b-1e41-4acb-a38c-a7aa27eddca4",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ebafa2f1-4b79-445d-8aff-6ed62afe8954"
}
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": "529f6d59-059a-45a5-b9f0-2d911d090c34",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-19T05:15:41.3349863Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "55544221-566b-4f82-ba75-e0e3b5fd51bf",
"reportId": "58f02369-0429-4524-a2d5-57b10e1a6039",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/529f6d59-059a-45a5-b9f0-2d911d090c34"
}