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": "f918bee3-754a-45f9-9abc-5b501e2a3b9a",
"code": "sample string 2",
"selectedValue": "0e23aafc-39e4-49f5-b114-fe67452cdbd1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "90e8bc6b-e926-4ef0-89be-3fab0c65f6de",
"sourceId": "794032a5-ca84-4c4f-b695-abe0766eb797",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "b9b8ad66-b068-4766-9ae1-7f1acf0762e1",
"qrLogAttributeClass": {
"id": "6b8d7ba1-c1d5-4ac3-9d1c-b0bff4c731d0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f66fe8dc-b1b2-4da5-97ff-3018466e63fd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a62fd8b9-de92-4c8d-b94b-2fd0d79054cd"
},
{
"id": "f66fe8dc-b1b2-4da5-97ff-3018466e63fd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a62fd8b9-de92-4c8d-b94b-2fd0d79054cd"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8dad4a73-27cb-4cea-bac3-5bbdb7c0974f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8b29a662-0ed8-46b5-a191-096e9a1fe554",
"qrLogAttributeListValueGlobalRefId": "fa6fab37-dfb1-47c2-bbdd-1e317a9b20e4",
"translations": [
{
"id": "f66fe8dc-b1b2-4da5-97ff-3018466e63fd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a62fd8b9-de92-4c8d-b94b-2fd0d79054cd"
},
{
"id": "f66fe8dc-b1b2-4da5-97ff-3018466e63fd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a62fd8b9-de92-4c8d-b94b-2fd0d79054cd"
}
]
},
{
"id": "8dad4a73-27cb-4cea-bac3-5bbdb7c0974f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "8b29a662-0ed8-46b5-a191-096e9a1fe554",
"qrLogAttributeListValueGlobalRefId": "fa6fab37-dfb1-47c2-bbdd-1e317a9b20e4",
"translations": [
{
"id": "f66fe8dc-b1b2-4da5-97ff-3018466e63fd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a62fd8b9-de92-4c8d-b94b-2fd0d79054cd"
},
{
"id": "f66fe8dc-b1b2-4da5-97ff-3018466e63fd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a62fd8b9-de92-4c8d-b94b-2fd0d79054cd"
}
]
}
],
"translations": [
{
"id": "f66fe8dc-b1b2-4da5-97ff-3018466e63fd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a62fd8b9-de92-4c8d-b94b-2fd0d79054cd"
},
{
"id": "f66fe8dc-b1b2-4da5-97ff-3018466e63fd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a62fd8b9-de92-4c8d-b94b-2fd0d79054cd"
}
],
"isOriginatedByPim": true
}
application/x-www-form-urlencoded
Sample:
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": "ad7c5370-da72-4832-98de-23b588f8e946",
"code": "sample string 2",
"createdTs": "2025-12-18T22:41:40.0811063Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:41:40.0811063Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b89b2550-31d8-4bbd-be8d-26150f59db86",
"qrLogAttributeClass": {
"id": "2dbeae46-913b-428b-b4c8-11456c0c01c7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e86d748d-7faf-4dfa-8910-7a1b6ccf8011",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7e5bc97b-70bf-4c0a-bade-84b60a7e0203"
},
{
"id": "e86d748d-7faf-4dfa-8910-7a1b6ccf8011",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7e5bc97b-70bf-4c0a-bade-84b60a7e0203"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ec11efef-b2e1-4cb8-8075-650d88b55f22",
"description": "sample string 2",
"createdTs": "2025-12-18T22:41:40.0811063Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:41:40.0811063Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "60508ec6-878a-4fee-a693-1fba1f274688",
"translations": [
{
"id": "e86d748d-7faf-4dfa-8910-7a1b6ccf8011",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7e5bc97b-70bf-4c0a-bade-84b60a7e0203"
},
{
"id": "e86d748d-7faf-4dfa-8910-7a1b6ccf8011",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7e5bc97b-70bf-4c0a-bade-84b60a7e0203"
}
]
},
{
"id": "ec11efef-b2e1-4cb8-8075-650d88b55f22",
"description": "sample string 2",
"createdTs": "2025-12-18T22:41:40.0811063Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:41:40.0811063Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "60508ec6-878a-4fee-a693-1fba1f274688",
"translations": [
{
"id": "e86d748d-7faf-4dfa-8910-7a1b6ccf8011",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7e5bc97b-70bf-4c0a-bade-84b60a7e0203"
},
{
"id": "e86d748d-7faf-4dfa-8910-7a1b6ccf8011",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7e5bc97b-70bf-4c0a-bade-84b60a7e0203"
}
]
}
],
"translations": [
{
"id": "e86d748d-7faf-4dfa-8910-7a1b6ccf8011",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7e5bc97b-70bf-4c0a-bade-84b60a7e0203"
},
{
"id": "e86d748d-7faf-4dfa-8910-7a1b6ccf8011",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7e5bc97b-70bf-4c0a-bade-84b60a7e0203"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e866eeb2-e90b-4865-bb66-9f02c7686e1e",
"taxonomyNameGeneric": "sample string 8"
}