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": "bec4f1e4-9681-47ba-a397-c8a728c38781",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:04:49.6285663Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "f780c821-5eaf-49e9-ad0c-47ae25f87eb6",
"reportId": "aca4e958-181c-4b25-a7ed-14a26fd0f0dc",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/bec4f1e4-9681-47ba-a397-c8a728c38781"
}
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": "088c0048-d31d-4852-b505-df685f269453",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:04:49.6285663Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "40093e5b-0b76-4341-9730-daaf19a995cd",
"reportId": "edb09783-27ce-403d-8e3d-89dff71dd57f",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/088c0048-d31d-4852-b505-df685f269453"
}