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": "9ce80157-46a5-431f-8efe-68a5897b810b",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-06T10:06:33.8731853Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "d92f8e84-6bec-4c2a-bcd3-9b247f1f0293",
"reportId": "8789b667-0519-44f8-a744-7ea65d753218",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/9ce80157-46a5-431f-8efe-68a5897b810b"
}
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": "64b39ba6-6f69-45e4-b85b-43d54b510e98",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-06T10:06:33.880186Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "04b114c0-3fd7-43ce-bc90-a6bb2fc0a926",
"reportId": "f119bcd9-3633-4af9-b227-f847f403befb",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/64b39ba6-6f69-45e4-b85b-43d54b510e98"
}