POST api/QRLogAttributes/Clone
Request Information
URI Parameters
None.
Body Parameters
QRLogAttributeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| SelectedValue | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| CustomerId | integer |
None. |
|
| Visible | boolean |
None. |
|
| Index | integer |
None. |
|
| Required | boolean |
None. |
|
| QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
| SourceId | globally unique identifier |
None. |
|
| CanDelete | boolean |
None. |
|
| CodeFallback | string |
None. |
|
| QRLogAttributeClassId | globally unique identifier |
None. |
|
| QRLogAttributeClass | QRLogAttributeClassViewModel |
None. |
|
| QRLogAttributeListValue | Collection of QRLogAttributeListValueViewModel |
None. |
|
| Translations | Collection of TranslationViewModel |
None. |
|
| IsOriginatedByPim | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "a44fe95f-4564-4560-a1ed-eaf913c5e75b",
"code": "sample string 2",
"selectedValue": "fd542175-3f2f-4833-a27c-a897b382e0dd",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ae9ce2cf-faed-4159-8e74-eb4dbc4615a7",
"sourceId": "c417a533-afa2-4353-9688-70764792249c",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1d054f85-c949-43ad-8067-7d8004861bbf",
"qrLogAttributeClass": {
"id": "3d4a4984-7e41-451a-a79b-99c20df5d146",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "6467c27e-fe6c-4c10-8c07-669aa7d7518a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5c49848b-df32-43d4-ad69-70bfa1475626"
},
{
"id": "6467c27e-fe6c-4c10-8c07-669aa7d7518a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5c49848b-df32-43d4-ad69-70bfa1475626"
}
]
},
"qrLogAttributeListValue": [
{
"id": "016b3da1-830f-4553-ab8e-6ef336347629",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "3571cbb7-c049-4c20-b905-94d211953adb",
"qrLogAttributeListValueGlobalRefId": "71197d72-cd4e-4360-9aa5-9961e5bb38ae",
"translations": [
{
"id": "6467c27e-fe6c-4c10-8c07-669aa7d7518a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5c49848b-df32-43d4-ad69-70bfa1475626"
},
{
"id": "6467c27e-fe6c-4c10-8c07-669aa7d7518a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5c49848b-df32-43d4-ad69-70bfa1475626"
}
]
},
{
"id": "016b3da1-830f-4553-ab8e-6ef336347629",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "3571cbb7-c049-4c20-b905-94d211953adb",
"qrLogAttributeListValueGlobalRefId": "71197d72-cd4e-4360-9aa5-9961e5bb38ae",
"translations": [
{
"id": "6467c27e-fe6c-4c10-8c07-669aa7d7518a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5c49848b-df32-43d4-ad69-70bfa1475626"
},
{
"id": "6467c27e-fe6c-4c10-8c07-669aa7d7518a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5c49848b-df32-43d4-ad69-70bfa1475626"
}
]
}
],
"translations": [
{
"id": "6467c27e-fe6c-4c10-8c07-669aa7d7518a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5c49848b-df32-43d4-ad69-70bfa1475626"
},
{
"id": "6467c27e-fe6c-4c10-8c07-669aa7d7518a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5c49848b-df32-43d4-ad69-70bfa1475626"
}
],
"isOriginatedByPim": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QRLogAttribute| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedTs | date |
None. |
|
| ModifiedBy | string |
None. |
|
| CustomerId | integer |
None. |
|
| Visible | boolean |
None. |
|
| QRLogAttributeClassId | globally unique identifier |
None. |
|
| QRLogAttributeClass | QRLogAttributeClass |
None. |
|
| QRLogAttributeListValue | Collection of QRLogAttributeListValue |
None. |
|
| Translations | Collection of Translation |
None. |
|
| Index | integer |
None. |
|
| Required | boolean |
None. |
|
| QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
| TaxonomyNameGeneric | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "05f47bac-7836-42f2-ae09-760221ab671f",
"code": "sample string 2",
"createdTs": "2026-05-29T15:58:52.421286Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.421286Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "2e02d349-8446-412f-a3a5-c0a5c3302a15",
"qrLogAttributeClass": {
"id": "c9098d46-fc5c-4dd7-9342-6eaaf9c583d9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "16c60a14-54d2-41ed-872c-459b9b4a50b7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "162c3d3a-8f43-443a-9c08-53609ae7fd5c"
},
{
"id": "16c60a14-54d2-41ed-872c-459b9b4a50b7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "162c3d3a-8f43-443a-9c08-53609ae7fd5c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "898829e6-91ca-4333-b594-13cb7f4f97d7",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:52.421286Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.421286Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "04075fe3-f120-4031-844a-cc05dd56f5c7",
"translations": [
{
"id": "16c60a14-54d2-41ed-872c-459b9b4a50b7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "162c3d3a-8f43-443a-9c08-53609ae7fd5c"
},
{
"id": "16c60a14-54d2-41ed-872c-459b9b4a50b7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "162c3d3a-8f43-443a-9c08-53609ae7fd5c"
}
]
},
{
"id": "898829e6-91ca-4333-b594-13cb7f4f97d7",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:52.421286Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.421286Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "04075fe3-f120-4031-844a-cc05dd56f5c7",
"translations": [
{
"id": "16c60a14-54d2-41ed-872c-459b9b4a50b7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "162c3d3a-8f43-443a-9c08-53609ae7fd5c"
},
{
"id": "16c60a14-54d2-41ed-872c-459b9b4a50b7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "162c3d3a-8f43-443a-9c08-53609ae7fd5c"
}
]
}
],
"translations": [
{
"id": "16c60a14-54d2-41ed-872c-459b9b4a50b7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "162c3d3a-8f43-443a-9c08-53609ae7fd5c"
},
{
"id": "16c60a14-54d2-41ed-872c-459b9b4a50b7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "162c3d3a-8f43-443a-9c08-53609ae7fd5c"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e472be24-d535-4c8e-8031-5c8ce75d29ca",
"taxonomyNameGeneric": "sample string 8"
}