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": "cabe49e0-7f4a-45a7-adc8-0acd6d271128",
"code": "sample string 2",
"selectedValue": "3fe381f8-da8d-4d72-9601-947db2fd184c",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0396812d-429f-4c24-b337-130baf3bbc7f",
"sourceId": "3db4acb7-bc35-4b66-a664-760fa7a11385",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "c22d6325-0b8b-4c5e-a98f-da185204895c",
"qrLogAttributeClass": {
"id": "43f52f0b-c978-41fb-a28a-9417c5e6e0ad",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "870a2770-f047-4fdb-a693-3d725d3464be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "36a1e6a5-ae93-4b56-ac5f-9d985c150fc2"
},
{
"id": "870a2770-f047-4fdb-a693-3d725d3464be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "36a1e6a5-ae93-4b56-ac5f-9d985c150fc2"
}
]
},
"qrLogAttributeListValue": [
{
"id": "64a53bcf-15aa-4d83-9ebb-b5273c6e4d1f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "551bf72f-e17f-4bab-a0b4-729d0b7bc85e",
"qrLogAttributeListValueGlobalRefId": "32540aed-87ce-4c90-82c4-b69a42fcce85",
"translations": [
{
"id": "870a2770-f047-4fdb-a693-3d725d3464be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "36a1e6a5-ae93-4b56-ac5f-9d985c150fc2"
},
{
"id": "870a2770-f047-4fdb-a693-3d725d3464be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "36a1e6a5-ae93-4b56-ac5f-9d985c150fc2"
}
]
},
{
"id": "64a53bcf-15aa-4d83-9ebb-b5273c6e4d1f",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "551bf72f-e17f-4bab-a0b4-729d0b7bc85e",
"qrLogAttributeListValueGlobalRefId": "32540aed-87ce-4c90-82c4-b69a42fcce85",
"translations": [
{
"id": "870a2770-f047-4fdb-a693-3d725d3464be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "36a1e6a5-ae93-4b56-ac5f-9d985c150fc2"
},
{
"id": "870a2770-f047-4fdb-a693-3d725d3464be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "36a1e6a5-ae93-4b56-ac5f-9d985c150fc2"
}
]
}
],
"translations": [
{
"id": "870a2770-f047-4fdb-a693-3d725d3464be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "36a1e6a5-ae93-4b56-ac5f-9d985c150fc2"
},
{
"id": "870a2770-f047-4fdb-a693-3d725d3464be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "36a1e6a5-ae93-4b56-ac5f-9d985c150fc2"
}
],
"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": "c685dc4c-a036-404a-be94-5969caa139bc",
"code": "sample string 2",
"createdTs": "2026-09-23T11:02:09.5883228Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:02:09.5883228Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "efc8f3f6-1815-42e7-839c-596703d5b1ac",
"qrLogAttributeClass": {
"id": "8079fcda-6715-4d27-b95d-b3145888c754",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2e031da7-c31e-4c7a-b773-e9ab13f0f6ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46ffaf82-4fd5-489e-81dc-6b9402c0f85a"
},
{
"id": "2e031da7-c31e-4c7a-b773-e9ab13f0f6ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46ffaf82-4fd5-489e-81dc-6b9402c0f85a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e3eb66a5-d6b9-403b-b29e-7106b27d7da0",
"description": "sample string 2",
"createdTs": "2026-09-23T11:02:09.5883228Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:02:09.5883228Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7d9800aa-72bb-459a-a3ef-386036a5d5f6",
"translations": [
{
"id": "2e031da7-c31e-4c7a-b773-e9ab13f0f6ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46ffaf82-4fd5-489e-81dc-6b9402c0f85a"
},
{
"id": "2e031da7-c31e-4c7a-b773-e9ab13f0f6ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46ffaf82-4fd5-489e-81dc-6b9402c0f85a"
}
]
},
{
"id": "e3eb66a5-d6b9-403b-b29e-7106b27d7da0",
"description": "sample string 2",
"createdTs": "2026-09-23T11:02:09.5883228Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:02:09.5883228Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7d9800aa-72bb-459a-a3ef-386036a5d5f6",
"translations": [
{
"id": "2e031da7-c31e-4c7a-b773-e9ab13f0f6ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46ffaf82-4fd5-489e-81dc-6b9402c0f85a"
},
{
"id": "2e031da7-c31e-4c7a-b773-e9ab13f0f6ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46ffaf82-4fd5-489e-81dc-6b9402c0f85a"
}
]
}
],
"translations": [
{
"id": "2e031da7-c31e-4c7a-b773-e9ab13f0f6ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46ffaf82-4fd5-489e-81dc-6b9402c0f85a"
},
{
"id": "2e031da7-c31e-4c7a-b773-e9ab13f0f6ac",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "46ffaf82-4fd5-489e-81dc-6b9402c0f85a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "d094a7b7-c49f-4978-8ee3-37baed100240",
"taxonomyNameGeneric": "sample string 8"
}