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": "36dd6a5d-4624-42bd-ad9c-4be6530b4681", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T00:22:28.2056388Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "9f07be4d-be0e-4688-8f25-60f25e80cb7f", "reportId": "0a97e0a5-bef0-441d-a788-316212c18991", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/36dd6a5d-4624-42bd-ad9c-4be6530b4681" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "999dfc5a-9e5f-4d30-b615-06f08517db80", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T00:22:28.2056388Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "807bbe7f-a7a5-4432-b7cf-7570fbb39609", "reportId": "86ac5b40-5189-47a3-a2ea-c199b7a14f2a", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/999dfc5a-9e5f-4d30-b615-06f08517db80" }