POST api/Attachments?languageCode={languageCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
languageCode | string |
Required |
Body Parameters
AttachmentName | 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": "0a0b9dff-9f35-4413-b875-3b76378676db", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T01:00:42.4961697Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "f679dd05-daad-4c98-ac75-1e457fdcf9d0", "reportId": "8ca9821e-3253-47df-bb58-4aeb8e51bf66", "link": "https://firelog-api.ipcom.be/api/DownloadImage/0a0b9dff-9f35-4413-b875-3b76378676db" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AttachmentName | 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": "f221725d-31d1-4ee8-a788-2bba982d5360", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T01:00:42.4961697Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "d3543a1b-8bfd-40d2-a188-86402251caa6", "reportId": "c5ec4070-2a24-424d-9215-1b33b56f0414", "link": "https://firelog-api.ipcom.be/api/DownloadImage/f221725d-31d1-4ee8-a788-2bba982d5360" }