PUT api/Products/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Product| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Published | boolean |
None. |
|
| Index | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CreatedOn | date |
None. |
|
| LastModifiedOn | date |
None. |
|
| IsSolution | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| Image | string |
None. |
|
| SolutionProducts | Collection of Product |
None. |
|
| ProductAttachments | Collection of ProductAttachment |
None. |
|
| Link | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "83df94bd-a65d-47b6-9433-0ad46d91b2b1",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-08-28T06:26:03.9809688Z",
"lastModifiedOn": "2026-08-28T06:26:03.9809688Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "d60a1c37-035e-4253-8dad-7bd8a9d1bcfd",
"name": "sample string 2",
"content": "QEA=",
"productId": "86a46fc8-b8fe-4ae6-815d-7c3cf5a6269b"
},
{
"id": "d60a1c37-035e-4253-8dad-7bd8a9d1bcfd",
"name": "sample string 2",
"content": "QEA=",
"productId": "86a46fc8-b8fe-4ae6-815d-7c3cf5a6269b"
}
],
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/83df94bd-a65d-47b6-9433-0ad46d91b2b1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProductSolutionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| IsSolution | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| Published | boolean |
None. |
|
| Image | string |
None. |
|
| IsPIM | boolean |
None. |
|
| Count | integer |
None. |
|
| Products | Collection of ProductSolutionViewModel |
None. |
|
| ProductAttachments | Collection of ProductAttachmentViewModel |
None. |
|
| qRLogAttributeXSolutionViewModels | Collection of QRLogAttributeXMarkerXSolutionsViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "0863c7a2-c9d5-45bb-a88e-214b60dfc5ed",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "1a07eba7-4b86-4f96-8797-b97437964156",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/1a07eba7-4b86-4f96-8797-b97437964156"
},
{
"id": "1a07eba7-4b86-4f96-8797-b97437964156",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/1a07eba7-4b86-4f96-8797-b97437964156"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "981b2e9a-ab31-4b8c-af5d-6830a290d264",
"value": "sample string 2",
"qrLogAttributeListValueId": "5771c988-9993-414d-8dd1-31682c5f0df3",
"qrLogAttributeListValue": {
"id": "ffa2b0a0-4238-4e67-9935-b047f1514e36",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c2419836-ab08-4068-a010-0b23f0d0bccd",
"qrLogAttributeListValueGlobalRefId": "5b948672-80ea-46cd-9dfd-df44862e62c4",
"qrLogAttribute": {
"id": "6c5cca4d-c8d6-4cf0-a33c-c15601c75c30",
"code": "sample string 2",
"selectedValue": "79758a0a-c04e-4949-b850-8ca2028ab5e4",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "420f4129-ad67-4ee4-b005-b0b3cabbace5",
"sourceId": "5937caf5-a2b8-43d4-bd70-cbc825972572",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b698f616-ad02-443e-8a0c-e6cec30ab807",
"qrLogAttributeClass": {
"id": "8cc8b98b-fbc8-4880-ba9a-52c700e63c9d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
},
"markerXSolutionsId": "2c40cba7-7055-4846-94af-ae90a7bc8744",
"qrLogAttributeId": "c3a24617-2e9b-4b5b-bef8-1c9636be78ac",
"qrLogAttribute": {
"id": "6c5cca4d-c8d6-4cf0-a33c-c15601c75c30",
"code": "sample string 2",
"selectedValue": "79758a0a-c04e-4949-b850-8ca2028ab5e4",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "420f4129-ad67-4ee4-b005-b0b3cabbace5",
"sourceId": "5937caf5-a2b8-43d4-bd70-cbc825972572",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b698f616-ad02-443e-8a0c-e6cec30ab807",
"qrLogAttributeClass": {
"id": "8cc8b98b-fbc8-4880-ba9a-52c700e63c9d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ffa2b0a0-4238-4e67-9935-b047f1514e36",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c2419836-ab08-4068-a010-0b23f0d0bccd",
"qrLogAttributeListValueGlobalRefId": "5b948672-80ea-46cd-9dfd-df44862e62c4",
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
},
{
"id": "ffa2b0a0-4238-4e67-9935-b047f1514e36",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c2419836-ab08-4068-a010-0b23f0d0bccd",
"qrLogAttributeListValueGlobalRefId": "5b948672-80ea-46cd-9dfd-df44862e62c4",
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
}
],
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
],
"isOriginatedByPim": true
}
},
{
"id": "981b2e9a-ab31-4b8c-af5d-6830a290d264",
"value": "sample string 2",
"qrLogAttributeListValueId": "5771c988-9993-414d-8dd1-31682c5f0df3",
"qrLogAttributeListValue": {
"id": "ffa2b0a0-4238-4e67-9935-b047f1514e36",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c2419836-ab08-4068-a010-0b23f0d0bccd",
"qrLogAttributeListValueGlobalRefId": "5b948672-80ea-46cd-9dfd-df44862e62c4",
"qrLogAttribute": {
"id": "6c5cca4d-c8d6-4cf0-a33c-c15601c75c30",
"code": "sample string 2",
"selectedValue": "79758a0a-c04e-4949-b850-8ca2028ab5e4",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "420f4129-ad67-4ee4-b005-b0b3cabbace5",
"sourceId": "5937caf5-a2b8-43d4-bd70-cbc825972572",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b698f616-ad02-443e-8a0c-e6cec30ab807",
"qrLogAttributeClass": {
"id": "8cc8b98b-fbc8-4880-ba9a-52c700e63c9d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
},
"markerXSolutionsId": "2c40cba7-7055-4846-94af-ae90a7bc8744",
"qrLogAttributeId": "c3a24617-2e9b-4b5b-bef8-1c9636be78ac",
"qrLogAttribute": {
"id": "6c5cca4d-c8d6-4cf0-a33c-c15601c75c30",
"code": "sample string 2",
"selectedValue": "79758a0a-c04e-4949-b850-8ca2028ab5e4",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "420f4129-ad67-4ee4-b005-b0b3cabbace5",
"sourceId": "5937caf5-a2b8-43d4-bd70-cbc825972572",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b698f616-ad02-443e-8a0c-e6cec30ab807",
"qrLogAttributeClass": {
"id": "8cc8b98b-fbc8-4880-ba9a-52c700e63c9d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ffa2b0a0-4238-4e67-9935-b047f1514e36",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c2419836-ab08-4068-a010-0b23f0d0bccd",
"qrLogAttributeListValueGlobalRefId": "5b948672-80ea-46cd-9dfd-df44862e62c4",
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
},
{
"id": "ffa2b0a0-4238-4e67-9935-b047f1514e36",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "c2419836-ab08-4068-a010-0b23f0d0bccd",
"qrLogAttributeListValueGlobalRefId": "5b948672-80ea-46cd-9dfd-df44862e62c4",
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
]
}
],
"translations": [
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
},
{
"id": "b83fc1a9-fdbd-429a-a426-ff3a4128d7c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "190f9910-abb9-4c73-9c4c-80db9eb4095b"
}
],
"isOriginatedByPim": true
}
}
]
}