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": "5991e25c-a901-4a6d-9585-53d436148b3f",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:22:41.8532418Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "e68d63f9-ac8d-41c6-89e4-b3ffbf5b11a2",
"reportId": "555bb88e-75cf-498a-b36a-a070f3b30a5c",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/5991e25c-a901-4a6d-9585-53d436148b3f"
}
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": "970aef91-47b3-4a8e-af40-fc5d891edab6",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:22:41.8688595Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "443808cf-a3fa-46a8-8ce2-1089c17edd40",
"reportId": "333d1ebe-21df-4546-bec3-7380c5799157",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/970aef91-47b3-4a8e-af40-fc5d891edab6"
}