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": "88cda1a9-f446-41d0-ab05-cfa66d9d82d3",
"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": "8f476f3f-00fc-4425-82eb-a90657d8d79a",
"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": "6f64e768-8a35-4d0e-b1d5-6ed146e8535d",
"blueprint": "sample string 12",
"buildingComponent": "sample string 13",
"buildingComponentId": "abf7284c-adf6-4b14-a966-e1fb91feac0c",
"project": "sample string 15",
"projectId": "fccf340c-cfda-4c54-b226-9a732c08bdbf",
"qrLogAttributeXMarker": [
{
"id": "1db0132e-9c86-4105-9bdb-80be5dba5c95",
"value": "sample string 2",
"qrLogAttributeListValueId": "427ebc1a-e160-496a-9276-1629d39ed767",
"markerId": "cc7dcd4e-bf89-4be3-9734-72fcfd100fa8",
"qrLogAttributeId": "903e77d6-c05d-4e1f-b2a1-1e30b4de7553",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
},
{
"id": "1db0132e-9c86-4105-9bdb-80be5dba5c95",
"value": "sample string 2",
"qrLogAttributeListValueId": "427ebc1a-e160-496a-9276-1629d39ed767",
"markerId": "cc7dcd4e-bf89-4be3-9734-72fcfd100fa8",
"qrLogAttributeId": "903e77d6-c05d-4e1f-b2a1-1e30b4de7553",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
}
],
"markerXSolutions": [
{
"id": "b1802068-6b39-440c-bd9e-d2e459317db2",
"markerId": "58385d75-5c09-49eb-9baa-34401a613ae2",
"solutionId": "43f133c5-3395-4f55-b0b5-19da0c8f6148",
"taxonomy263415Id": "d8239f44-bd9d-4ad4-bc0f-56a27d919468",
"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": "fa6b4d2c-629e-4ee8-8dae-b875bfc55f09",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "371e0af3-18f9-4cb9-80aa-ce7029942106",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/371e0af3-18f9-4cb9-80aa-ce7029942106"
},
{
"id": "371e0af3-18f9-4cb9-80aa-ce7029942106",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/371e0af3-18f9-4cb9-80aa-ce7029942106"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
},
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
},
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "69c540cd-4bb6-46ec-9991-5e27a1889a41",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-29T15:58:07.1825869Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "0dc1a7e6-689a-4ed3-ba91-1b6257a9fd66"
},
{
"id": "69c540cd-4bb6-46ec-9991-5e27a1889a41",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-29T15:58:07.1825869Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "0dc1a7e6-689a-4ed3-ba91-1b6257a9fd66"
}
],
"selectedProducts": [
{
"id": "2d777550-aff5-4131-a629-39960fcc7fbc",
"markerXSolutionsId": "149ef310-71c0-48c1-9d96-0ead46966ccf",
"productId": "b169d72f-50c2-49a2-bc58-4f68909d91eb"
},
{
"id": "2d777550-aff5-4131-a629-39960fcc7fbc",
"markerXSolutionsId": "149ef310-71c0-48c1-9d96-0ead46966ccf",
"productId": "b169d72f-50c2-49a2-bc58-4f68909d91eb"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
},
{
"id": "b1802068-6b39-440c-bd9e-d2e459317db2",
"markerId": "58385d75-5c09-49eb-9baa-34401a613ae2",
"solutionId": "43f133c5-3395-4f55-b0b5-19da0c8f6148",
"taxonomy263415Id": "d8239f44-bd9d-4ad4-bc0f-56a27d919468",
"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": "fa6b4d2c-629e-4ee8-8dae-b875bfc55f09",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "371e0af3-18f9-4cb9-80aa-ce7029942106",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/371e0af3-18f9-4cb9-80aa-ce7029942106"
},
{
"id": "371e0af3-18f9-4cb9-80aa-ce7029942106",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/371e0af3-18f9-4cb9-80aa-ce7029942106"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
},
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
}
]
},
"qrLogAttributeXMarkerXSolutions": [
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
},
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
}
],
"attachments": [
{
"id": "69c540cd-4bb6-46ec-9991-5e27a1889a41",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-29T15:58:07.1825869Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "0dc1a7e6-689a-4ed3-ba91-1b6257a9fd66"
},
{
"id": "69c540cd-4bb6-46ec-9991-5e27a1889a41",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-29T15:58:07.1825869Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "0dc1a7e6-689a-4ed3-ba91-1b6257a9fd66"
}
],
"selectedProducts": [
{
"id": "2d777550-aff5-4131-a629-39960fcc7fbc",
"markerXSolutionsId": "149ef310-71c0-48c1-9d96-0ead46966ccf",
"productId": "b169d72f-50c2-49a2-bc58-4f68909d91eb"
},
{
"id": "2d777550-aff5-4131-a629-39960fcc7fbc",
"markerXSolutionsId": "149ef310-71c0-48c1-9d96-0ead46966ccf",
"productId": "b169d72f-50c2-49a2-bc58-4f68909d91eb"
}
],
"dimensionDialog": true,
"attributesDialog": true,
"imageLink": "sample string 13",
"isApproved": 2
}
],
"reports": [
{
"id": "d0bd723c-63df-4bc7-92cc-40bc362888a4",
"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": "a8c5d1a0-1bc4-474b-afc5-a453fb673e90"
},
{
"id": "d0bd723c-63df-4bc7-92cc-40bc362888a4",
"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": "a8c5d1a0-1bc4-474b-afc5-a453fb673e90"
}
],
"archivedReports": [
{
"id": "d0bd723c-63df-4bc7-92cc-40bc362888a4",
"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": "a8c5d1a0-1bc4-474b-afc5-a453fb673e90"
},
{
"id": "d0bd723c-63df-4bc7-92cc-40bc362888a4",
"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": "a8c5d1a0-1bc4-474b-afc5-a453fb673e90"
}
],
"productSolutions": [
{
"id": "fa6b4d2c-629e-4ee8-8dae-b875bfc55f09",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "371e0af3-18f9-4cb9-80aa-ce7029942106",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/371e0af3-18f9-4cb9-80aa-ce7029942106"
},
{
"id": "371e0af3-18f9-4cb9-80aa-ce7029942106",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/371e0af3-18f9-4cb9-80aa-ce7029942106"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
},
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
}
]
},
{
"id": "fa6b4d2c-629e-4ee8-8dae-b875bfc55f09",
"name": "sample string 2",
"isSolution": true,
"customerId": 4,
"published": true,
"image": "sample string 6",
"isPIM": true,
"count": 8,
"products": [],
"productAttachments": [
{
"id": "371e0af3-18f9-4cb9-80aa-ce7029942106",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/371e0af3-18f9-4cb9-80aa-ce7029942106"
},
{
"id": "371e0af3-18f9-4cb9-80aa-ce7029942106",
"name": "sample string 2",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/371e0af3-18f9-4cb9-80aa-ce7029942106"
}
],
"qRLogAttributeXSolutionViewModels": [
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
},
{
"id": "03b88b5e-ffc0-4fc1-bae1-15dd3adfb110",
"value": "sample string 2",
"qrLogAttributeListValueId": "39003fa6-e7d8-45d0-942b-33c88fe1c989",
"qrLogAttributeListValue": {
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
},
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"markerXSolutionsId": "3fdf9f46-3e38-49d6-bab4-26b093aa2811",
"qrLogAttributeId": "faa1f258-2fa2-4793-b1ee-b479e2aea1ec",
"qrLogAttribute": {
"id": "add033de-a3fc-4eeb-a5a8-961ab6959d03",
"code": "sample string 2",
"selectedValue": "9de08e83-e8e1-47a1-a6d7-8b6906cb35e2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "58349f1d-b261-4040-a2eb-fe87d5a00ca8",
"sourceId": "1dae19b6-9d16-4ea7-af70-5f8a63d98325",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "223300a0-7260-44d0-9e83-407581aa36a4",
"qrLogAttributeClass": {
"id": "6d265069-f4eb-4e5d-98de-8ba41f3b2301",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
},
{
"id": "5d417cee-d7f6-4157-877a-57d6f60a5812",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "cdea578f-fcfd-412c-8e2a-c50c7975d4bc",
"qrLogAttributeListValueGlobalRefId": "b8ebffd4-4cc8-4e87-aa55-e4c375b07038",
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
]
}
],
"translations": [
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
},
{
"id": "c5b76245-0e05-4785-82ed-ef7bdaa6adde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eeeccc04-266b-4bcb-b0ff-d028b183ef07"
}
],
"isOriginatedByPim": true
}
}
]
}
]
}