GET api/Markers/{id}?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| languageCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MarkerViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | integer |
None. |
|
| Label | string |
None. |
|
| CoordX | decimal number |
None. |
|
| CoordY | decimal number |
None. |
|
| CoordX2 | decimal number |
None. |
|
| CoordY2 | decimal number |
None. |
|
| CreatedTs | string |
None. |
|
| ModifiedTs | string |
None. |
|
| Date | string |
None. |
|
| CustomerId | integer |
None. |
|
| Assigned | boolean |
None. |
|
| QRId | globally unique identifier |
None. |
|
| Comments | string |
None. |
|
| Status | string |
None. |
|
| ManualStatus | integer |
None. |
|
| IsApproved | integer |
None. |
|
| InstallerId | integer |
None. |
|
| Installer | InstallerViewModel |
None. |
|
| BlueprintId | globally unique identifier |
None. |
|
| Blueprint | string |
None. |
|
| BuildingComponent | string |
None. |
|
| BuildingComponentId | globally unique identifier |
None. |
|
| Project | string |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| QRLogAttributeXMarker | Collection of QRLogAttributeXMarkerViewModel |
None. |
|
| MarkerXSolutions | Collection of MarkerXSolutionsViewModel |
None. |
|
| Reports | Collection of ReportViewModel |
None. |
|
| ArchivedReports | Collection of ReportViewModel |
None. |
|
| ProductSolutions | Collection of ProductSolutionViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "e1a461fd-a807-4a5d-8480-cb00d9415fad",
"number": 2,
"label": "sample string 3",
"coordX": 1.0,
"coordY": 1.0,
"coordX2": 1.0,
"coordY2": 1.0,
"createdTs": "sample string 4",
"modifiedTs": "sample string 5",
"date": "sample string 6",
"customerId": 7,
"assigned": true,
"qrId": "b465afc4-e8e6-4910-8ef6-aeac5b48226f",
"comments": "sample string 9",
"status": "sample string 10",
"manualStatus": 1,
"isApproved": 2,
"installerId": 1,
"installer": {
"id": 1,
"fullName": "sample string 2 sample string 3",
"firstname": "sample string 2",
"name": "sample string 3",
"login": "sample string 4",
"key": "sample string 5"
},
"blueprintId": "0ce616ee-e14a-402e-8bf3-ee05e2211eb8",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "17eee543-87be-4e1b-8e5c-1e9d55e0f35b",
"project": "sample string 15",
"projectId": "97f9e3a4-7157-40ec-a2af-a1cae68f2b35",
"qrLogAttributeXMarker": [
{
"id": "361a34ed-5a29-46c2-ad19-9c5c377499fc",
"value": "sample string 2",
"qrLogAttributeListValueId": "70b4ab1b-4698-48f5-b047-df2c217c099b",
"markerId": "48ef8b6a-10bc-4c68-b533-2a6215e6b782",
"qrLogAttributeId": "b792f62f-1323-4791-94ad-6eea59f83fe4",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
},
{
"id": "361a34ed-5a29-46c2-ad19-9c5c377499fc",
"value": "sample string 2",
"qrLogAttributeListValueId": "70b4ab1b-4698-48f5-b047-df2c217c099b",
"markerId": "48ef8b6a-10bc-4c68-b533-2a6215e6b782",
"qrLogAttributeId": "b792f62f-1323-4791-94ad-6eea59f83fe4",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "1b356466-a957-4ff3-b1e9-549558981e6e",
"markerId": "47e969ef-6cbf-4633-9514-f6002fc8cb9b",
"solutionId": "59789731-486e-48d0-88a4-677b2281b02d",
"taxonomy263415Id": "93c83e84-b600-41d8-8582-05ec040b5442",
"amount": 3,
"diameter": 4.0,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8.0,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "00084840-556e-4654-b785-9bafda4fa93f",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "8f8c8dcc-3b5e-495b-9d91-3bca59220e23",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/8f8c8dcc-3b5e-495b-9d91-3bca59220e23"
},
{
"id": "8f8c8dcc-3b5e-495b-9d91-3bca59220e23",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/8f8c8dcc-3b5e-495b-9d91-3bca59220e23"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "b1f90e0c-e238-4e61-8a57-4144e2b3a72a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:07:04.9388461Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "dba09f49-ea2a-4f93-85fc-921d0b6fa65a"
},
{
"id": "b1f90e0c-e238-4e61-8a57-4144e2b3a72a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:07:04.9388461Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "dba09f49-ea2a-4f93-85fc-921d0b6fa65a"
}
],
"selectedProducts": [
{
"id": "12dd58e0-4394-4558-b5cc-4b4456c436b7",
"markerXSolutionsId": "917aaf4e-ba6b-4c4f-b4da-29f7d2b16879",
"productId": "0a707933-4406-4823-8cc5-7234f4d4b580"
},
{
"id": "12dd58e0-4394-4558-b5cc-4b4456c436b7",
"markerXSolutionsId": "917aaf4e-ba6b-4c4f-b4da-29f7d2b16879",
"productId": "0a707933-4406-4823-8cc5-7234f4d4b580"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
},
{
"id": "1b356466-a957-4ff3-b1e9-549558981e6e",
"markerId": "47e969ef-6cbf-4633-9514-f6002fc8cb9b",
"solutionId": "59789731-486e-48d0-88a4-677b2281b02d",
"taxonomy263415Id": "93c83e84-b600-41d8-8582-05ec040b5442",
"amount": 3,
"diameter": 4.0,
"unit": "sample string 5",
"width": 6,
"height": 7,
"length": 8.0,
"comments": "sample string 9",
"createdTs": "sample string 10",
"solution": {
"id": "00084840-556e-4654-b785-9bafda4fa93f",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "8f8c8dcc-3b5e-495b-9d91-3bca59220e23",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/8f8c8dcc-3b5e-495b-9d91-3bca59220e23"
},
{
"id": "8f8c8dcc-3b5e-495b-9d91-3bca59220e23",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/8f8c8dcc-3b5e-495b-9d91-3bca59220e23"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "b1f90e0c-e238-4e61-8a57-4144e2b3a72a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:07:04.9388461Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "dba09f49-ea2a-4f93-85fc-921d0b6fa65a"
},
{
"id": "b1f90e0c-e238-4e61-8a57-4144e2b3a72a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:07:04.9388461Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "dba09f49-ea2a-4f93-85fc-921d0b6fa65a"
}
],
"selectedProducts": [
{
"id": "12dd58e0-4394-4558-b5cc-4b4456c436b7",
"markerXSolutionsId": "917aaf4e-ba6b-4c4f-b4da-29f7d2b16879",
"productId": "0a707933-4406-4823-8cc5-7234f4d4b580"
},
{
"id": "12dd58e0-4394-4558-b5cc-4b4456c436b7",
"markerXSolutionsId": "917aaf4e-ba6b-4c4f-b4da-29f7d2b16879",
"productId": "0a707933-4406-4823-8cc5-7234f4d4b580"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
}
],
"reports": [
{
"id": "c4d5ab82-d89a-42a1-96b8-9abc9ff08385",
"date": "sample string 2",
"status": "sample string 3",
"comment": "sample string 4",
"name": "sample string 5",
"email": "sample string 6",
"report": "sample string 7",
"company": "sample string 8",
"image": "sample string 9",
"customerId": 1,
"markerId": "9953435c-f991-4275-96d3-802eaa3feaab"
},
{
"id": "c4d5ab82-d89a-42a1-96b8-9abc9ff08385",
"date": "sample string 2",
"status": "sample string 3",
"comment": "sample string 4",
"name": "sample string 5",
"email": "sample string 6",
"report": "sample string 7",
"company": "sample string 8",
"image": "sample string 9",
"customerId": 1,
"markerId": "9953435c-f991-4275-96d3-802eaa3feaab"
}
],
"archivedReports": [
{
"id": "c4d5ab82-d89a-42a1-96b8-9abc9ff08385",
"date": "sample string 2",
"status": "sample string 3",
"comment": "sample string 4",
"name": "sample string 5",
"email": "sample string 6",
"report": "sample string 7",
"company": "sample string 8",
"image": "sample string 9",
"customerId": 1,
"markerId": "9953435c-f991-4275-96d3-802eaa3feaab"
},
{
"id": "c4d5ab82-d89a-42a1-96b8-9abc9ff08385",
"date": "sample string 2",
"status": "sample string 3",
"comment": "sample string 4",
"name": "sample string 5",
"email": "sample string 6",
"report": "sample string 7",
"company": "sample string 8",
"image": "sample string 9",
"customerId": 1,
"markerId": "9953435c-f991-4275-96d3-802eaa3feaab"
}
],
"productSolutions": [
{
"id": "00084840-556e-4654-b785-9bafda4fa93f",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "8f8c8dcc-3b5e-495b-9d91-3bca59220e23",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/8f8c8dcc-3b5e-495b-9d91-3bca59220e23"
},
{
"id": "8f8c8dcc-3b5e-495b-9d91-3bca59220e23",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/8f8c8dcc-3b5e-495b-9d91-3bca59220e23"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "00084840-556e-4654-b785-9bafda4fa93f",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "8f8c8dcc-3b5e-495b-9d91-3bca59220e23",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/8f8c8dcc-3b5e-495b-9d91-3bca59220e23"
},
{
"id": "8f8c8dcc-3b5e-495b-9d91-3bca59220e23",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/8f8c8dcc-3b5e-495b-9d91-3bca59220e23"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
},
{
"id": "f0cc0d10-5d47-4d90-8b7e-89d1366a198e",
"value": "sample string 2",
"qrLogAttributeListValueId": "ef878d43-49e3-433c-8214-4f9685ddead8",
"qrLogAttributeListValue": {
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"markerXSolutionsId": "cfc48526-a7ce-43f7-ab59-d0e48aeaca1a",
"qrLogAttributeId": "1307f3ba-3fab-4855-985a-c18e44e2cd8b",
"qrLogAttribute": {
"id": "74c67f5e-2d9e-4863-a6cf-960db4510d1a",
"code": "sample string 2",
"selectedValue": "a44d29a7-a639-4d69-91b5-af4225e55af1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2714e76b-8ffa-4ed0-a55f-9d738d1f487d",
"sourceId": "f11c8ea7-d372-43bc-83b5-6921c531bcc4",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b78d9e57-fcfb-4f6e-9c7f-98d222b81178",
"qrLogAttributeClass": {
"id": "a2b89181-e15b-4256-946c-d4b3937d9190",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
},
{
"id": "512895a2-b886-43f1-bd62-7ce5bc56831f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "7a66feba-0539-48c5-ade3-e98ca35624a3",
"qrLogAttributeListValueGlobalRefId": "22ccd7af-c006-4c8d-ba16-844f4c45363b",
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
]
}
],
"translations": [
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
},
{
"id": "456b860b-5dc5-4242-800e-2a77202363d4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6aec3ddb-b5d0-409a-9325-2e5c408b448d"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}