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": "1878bb08-0245-4bc0-aa07-69fb6f4d4a14",
"code": "sample string 2",
"selectedValue": "c294aa48-9422-447a-8173-6a10d28fa9a2",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f616854c-961d-446b-8915-0753bb828d25",
"sourceId": "cca79424-95ee-4513-8080-ace00d346c26",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "8cdb2b6e-636a-42bb-a810-5fbf3220c655",
"qrLogAttributeClass": {
"id": "a1471629-34c8-43f0-8468-2c8f04966241",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b036cbc8-0603-4a8c-82f1-03edd21a06b3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1050215-1841-41be-b555-b96f43163b05"
},
{
"id": "b036cbc8-0603-4a8c-82f1-03edd21a06b3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1050215-1841-41be-b555-b96f43163b05"
}
]
},
"qrLogAttributeListValue": [
{
"id": "9f5a0fde-6e5e-44cb-bf1b-718e58efb927",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b59a5dc9-9eab-49ee-a5bb-a381e05626ca",
"qrLogAttributeListValueGlobalRefId": "443301d9-3bf4-4746-8ef8-0bb1c230b065",
"translations": [
{
"id": "b036cbc8-0603-4a8c-82f1-03edd21a06b3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1050215-1841-41be-b555-b96f43163b05"
},
{
"id": "b036cbc8-0603-4a8c-82f1-03edd21a06b3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1050215-1841-41be-b555-b96f43163b05"
}
]
},
{
"id": "9f5a0fde-6e5e-44cb-bf1b-718e58efb927",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "b59a5dc9-9eab-49ee-a5bb-a381e05626ca",
"qrLogAttributeListValueGlobalRefId": "443301d9-3bf4-4746-8ef8-0bb1c230b065",
"translations": [
{
"id": "b036cbc8-0603-4a8c-82f1-03edd21a06b3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1050215-1841-41be-b555-b96f43163b05"
},
{
"id": "b036cbc8-0603-4a8c-82f1-03edd21a06b3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1050215-1841-41be-b555-b96f43163b05"
}
]
}
],
"translations": [
{
"id": "b036cbc8-0603-4a8c-82f1-03edd21a06b3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1050215-1841-41be-b555-b96f43163b05"
},
{
"id": "b036cbc8-0603-4a8c-82f1-03edd21a06b3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1050215-1841-41be-b555-b96f43163b05"
}
],
"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": "8ede25fb-0d0c-4458-b5b0-57de3a5f78fc",
"code": "sample string 2",
"createdTs": "2026-02-18T23:41:12.8222945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:41:12.8222945Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c66241cb-f7c9-4612-96da-417e008394ab",
"qrLogAttributeClass": {
"id": "fb9e0625-1402-4f90-9672-520ce7b030df",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8684260a-58fd-4625-8fe4-3bb6595d1438",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "88252795-c8d9-474b-aa0a-dcb777d59ecc"
},
{
"id": "8684260a-58fd-4625-8fe4-3bb6595d1438",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "88252795-c8d9-474b-aa0a-dcb777d59ecc"
}
]
},
"qrLogAttributeListValue": [
{
"id": "7af0d946-06c2-4ab6-8686-dc0f3ba19031",
"description": "sample string 2",
"createdTs": "2026-02-18T23:41:12.8222945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:41:12.8222945Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b0904fb9-d5a5-4d28-ab33-dfc0710eddc6",
"translations": [
{
"id": "8684260a-58fd-4625-8fe4-3bb6595d1438",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "88252795-c8d9-474b-aa0a-dcb777d59ecc"
},
{
"id": "8684260a-58fd-4625-8fe4-3bb6595d1438",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "88252795-c8d9-474b-aa0a-dcb777d59ecc"
}
]
},
{
"id": "7af0d946-06c2-4ab6-8686-dc0f3ba19031",
"description": "sample string 2",
"createdTs": "2026-02-18T23:41:12.8222945Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:41:12.8222945Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b0904fb9-d5a5-4d28-ab33-dfc0710eddc6",
"translations": [
{
"id": "8684260a-58fd-4625-8fe4-3bb6595d1438",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "88252795-c8d9-474b-aa0a-dcb777d59ecc"
},
{
"id": "8684260a-58fd-4625-8fe4-3bb6595d1438",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "88252795-c8d9-474b-aa0a-dcb777d59ecc"
}
]
}
],
"translations": [
{
"id": "8684260a-58fd-4625-8fe4-3bb6595d1438",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "88252795-c8d9-474b-aa0a-dcb777d59ecc"
},
{
"id": "8684260a-58fd-4625-8fe4-3bb6595d1438",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "88252795-c8d9-474b-aa0a-dcb777d59ecc"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c8396f61-0282-45b8-b5e9-76874bb4adf4",
"taxonomyNameGeneric": "sample string 8"
}