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": "228a6c58-ea67-43bb-ba82-d609f5bdeeb4", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-03T21:25:55.9369766Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "46df51bf-f0da-4f90-b1d4-22841b96371c", "reportId": "576a6423-082d-4c24-b7b1-102e5b161de9", "link": "https://firelog-api.ipcom.be/api/DownloadImage/228a6c58-ea67-43bb-ba82-d609f5bdeeb4" }
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": "ab96bd40-6ff5-4ebb-984a-1b8fea5d1a12", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-03T21:25:55.9369766Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "a523710f-fb76-4b6f-9f0c-862383f4593e", "reportId": "447c379d-479a-4464-91cd-f140b58e54c1", "link": "https://firelog-api.ipcom.be/api/DownloadImage/ab96bd40-6ff5-4ebb-984a-1b8fea5d1a12" }