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": "9c83dc71-a9fb-4b0e-aee7-848043780388",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-29T15:57:44.2556069Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3d2ff62a-73bb-4de2-bdf4-530cbc675b80",
"reportId": "d67dd294-f3cd-4079-b7f4-d7e04de1764e",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/9c83dc71-a9fb-4b0e-aee7-848043780388"
}
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": "0f23a06a-45c4-4880-8870-85aa893c82a3",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-29T15:57:44.2556069Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "695926d5-2ea8-4f79-bcec-b8a266821ee0",
"reportId": "bf0d47eb-3119-4290-a923-ebc6e235cc85",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/0f23a06a-45c4-4880-8870-85aa893c82a3"
}