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": "4a6577c0-0589-4cca-b6ed-06148776be23",
"code": "sample string 2",
"selectedValue": "457b849e-04b9-4434-99ab-0064ef40cee7",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5e263119-7f81-4698-980a-ebf3e7da4ec2",
"sourceId": "cfdf86db-fed6-4315-8958-cf222000e3cc",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "7b86e09c-5612-4bd1-b8b0-b19c795f728d",
"qrLogAttributeClass": {
"id": "acbada18-4484-45ef-aa85-40251ae5d979",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c25435e6-afe9-4eac-ae36-3be0bf21e946",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3bf634-d89c-4d8f-9e4c-cd7895f68fae"
},
{
"id": "c25435e6-afe9-4eac-ae36-3be0bf21e946",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3bf634-d89c-4d8f-9e4c-cd7895f68fae"
}
]
},
"qrLogAttributeListValue": [
{
"id": "1b6676ac-fefc-432c-a623-fb42a55eb8f2",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "af11e811-ab95-41ff-b124-194d2b3e9836",
"qrLogAttributeListValueGlobalRefId": "e34baaa7-6a0f-4f0b-83b5-850a839d0398",
"translations": [
{
"id": "c25435e6-afe9-4eac-ae36-3be0bf21e946",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3bf634-d89c-4d8f-9e4c-cd7895f68fae"
},
{
"id": "c25435e6-afe9-4eac-ae36-3be0bf21e946",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3bf634-d89c-4d8f-9e4c-cd7895f68fae"
}
]
},
{
"id": "1b6676ac-fefc-432c-a623-fb42a55eb8f2",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "af11e811-ab95-41ff-b124-194d2b3e9836",
"qrLogAttributeListValueGlobalRefId": "e34baaa7-6a0f-4f0b-83b5-850a839d0398",
"translations": [
{
"id": "c25435e6-afe9-4eac-ae36-3be0bf21e946",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3bf634-d89c-4d8f-9e4c-cd7895f68fae"
},
{
"id": "c25435e6-afe9-4eac-ae36-3be0bf21e946",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3bf634-d89c-4d8f-9e4c-cd7895f68fae"
}
]
}
],
"translations": [
{
"id": "c25435e6-afe9-4eac-ae36-3be0bf21e946",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3bf634-d89c-4d8f-9e4c-cd7895f68fae"
},
{
"id": "c25435e6-afe9-4eac-ae36-3be0bf21e946",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2b3bf634-d89c-4d8f-9e4c-cd7895f68fae"
}
],
"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": "9dc57c08-6e86-4fe8-a599-57185cb2c7ea",
"code": "sample string 2",
"createdTs": "2026-07-14T01:08:01.4529088Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:01.4529088Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "a8b69a87-0c9d-4a6d-957b-411d643c8d56",
"qrLogAttributeClass": {
"id": "ba1fe634-3b20-450b-9f88-d273954b7ad5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "70a1dd2a-06d0-4a22-ab89-bff602356f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61caf4aa-3c9a-4d88-8f3f-6892fec1df2f"
},
{
"id": "70a1dd2a-06d0-4a22-ab89-bff602356f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61caf4aa-3c9a-4d88-8f3f-6892fec1df2f"
}
]
},
"qrLogAttributeListValue": [
{
"id": "348f6e5b-94ee-4e9e-b4e8-1cf82f9eb0af",
"description": "sample string 2",
"createdTs": "2026-07-14T01:08:01.4529088Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:01.4529088Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "559e58fd-13ad-4e17-95ed-77910af03eb8",
"translations": [
{
"id": "70a1dd2a-06d0-4a22-ab89-bff602356f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61caf4aa-3c9a-4d88-8f3f-6892fec1df2f"
},
{
"id": "70a1dd2a-06d0-4a22-ab89-bff602356f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61caf4aa-3c9a-4d88-8f3f-6892fec1df2f"
}
]
},
{
"id": "348f6e5b-94ee-4e9e-b4e8-1cf82f9eb0af",
"description": "sample string 2",
"createdTs": "2026-07-14T01:08:01.4529088Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:01.4529088Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "559e58fd-13ad-4e17-95ed-77910af03eb8",
"translations": [
{
"id": "70a1dd2a-06d0-4a22-ab89-bff602356f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61caf4aa-3c9a-4d88-8f3f-6892fec1df2f"
},
{
"id": "70a1dd2a-06d0-4a22-ab89-bff602356f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61caf4aa-3c9a-4d88-8f3f-6892fec1df2f"
}
]
}
],
"translations": [
{
"id": "70a1dd2a-06d0-4a22-ab89-bff602356f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61caf4aa-3c9a-4d88-8f3f-6892fec1df2f"
},
{
"id": "70a1dd2a-06d0-4a22-ab89-bff602356f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61caf4aa-3c9a-4d88-8f3f-6892fec1df2f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "94bbae9e-3362-4d0d-a97d-bce5540026f7",
"taxonomyNameGeneric": "sample string 8"
}