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": "5996f61c-e31b-4db2-a62f-0516c6ccc9c1",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-26T03:36:32.3706158Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3a0969e3-7c6e-4743-8aec-c1683198fda5",
"reportId": "142dc63a-42d3-4049-8624-723b74ff7258",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/5996f61c-e31b-4db2-a62f-0516c6ccc9c1"
}
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": "e38ab9d8-92aa-4629-95ff-b0f53f6fa643",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-26T03:36:32.3862039Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ed798532-4c52-42ac-8d3c-2d676f2c80a8",
"reportId": "98de7c5b-f37d-4c96-b850-8d42fd4a086f",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/e38ab9d8-92aa-4629-95ff-b0f53f6fa643"
}