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": "ac58d426-e092-4315-835c-c08c499683c6",
"code": "sample string 2",
"selectedValue": "81b4bc42-332b-4d63-bfbd-3b6e9755c19c",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "109be505-6326-4610-a3f2-7168d8665070",
"sourceId": "78cd86ef-3450-4970-8793-b2cf4f0c985e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "caad47cf-86d7-48ac-a365-5b919cd46b96",
"qrLogAttributeClass": {
"id": "1296a873-1768-4e2c-8940-030a876bd18c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "01217a0b-9843-4441-a873-e32290d03426",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e965b5f5-58c9-44ba-bec5-b8658a5f14c7"
},
{
"id": "01217a0b-9843-4441-a873-e32290d03426",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e965b5f5-58c9-44ba-bec5-b8658a5f14c7"
}
]
},
"qrLogAttributeListValue": [
{
"id": "d65a3af4-5420-4f2b-a6c9-5fad5c3feaff",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "222ed3d0-327b-4c8e-9d7c-40a1b165c317",
"qrLogAttributeListValueGlobalRefId": "53ba61ba-1018-40e8-b476-db591155e96d",
"translations": [
{
"id": "01217a0b-9843-4441-a873-e32290d03426",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e965b5f5-58c9-44ba-bec5-b8658a5f14c7"
},
{
"id": "01217a0b-9843-4441-a873-e32290d03426",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e965b5f5-58c9-44ba-bec5-b8658a5f14c7"
}
]
},
{
"id": "d65a3af4-5420-4f2b-a6c9-5fad5c3feaff",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "222ed3d0-327b-4c8e-9d7c-40a1b165c317",
"qrLogAttributeListValueGlobalRefId": "53ba61ba-1018-40e8-b476-db591155e96d",
"translations": [
{
"id": "01217a0b-9843-4441-a873-e32290d03426",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e965b5f5-58c9-44ba-bec5-b8658a5f14c7"
},
{
"id": "01217a0b-9843-4441-a873-e32290d03426",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e965b5f5-58c9-44ba-bec5-b8658a5f14c7"
}
]
}
],
"translations": [
{
"id": "01217a0b-9843-4441-a873-e32290d03426",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e965b5f5-58c9-44ba-bec5-b8658a5f14c7"
},
{
"id": "01217a0b-9843-4441-a873-e32290d03426",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e965b5f5-58c9-44ba-bec5-b8658a5f14c7"
}
],
"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": "d522c561-81b0-49b8-a834-a55186ea5749",
"code": "sample string 2",
"createdTs": "2026-05-15T22:26:54.4779569Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:54.4779569Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "2f77c92b-25f9-4510-bc11-d43faa67299d",
"qrLogAttributeClass": {
"id": "a0d1a805-9747-4903-953d-77ba41bb57d9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d5ebd6b3-98c3-41f8-92fe-870e1a2f9fbe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a36aa56c-0133-4ff7-a721-9b44aad340fc"
},
{
"id": "d5ebd6b3-98c3-41f8-92fe-870e1a2f9fbe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a36aa56c-0133-4ff7-a721-9b44aad340fc"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ddb9ac2d-669e-4c8e-8046-46359f1455c6",
"description": "sample string 2",
"createdTs": "2026-05-15T22:26:54.4779569Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:54.4779569Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7a74d62e-7601-4268-8046-43f664858475",
"translations": [
{
"id": "d5ebd6b3-98c3-41f8-92fe-870e1a2f9fbe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a36aa56c-0133-4ff7-a721-9b44aad340fc"
},
{
"id": "d5ebd6b3-98c3-41f8-92fe-870e1a2f9fbe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a36aa56c-0133-4ff7-a721-9b44aad340fc"
}
]
},
{
"id": "ddb9ac2d-669e-4c8e-8046-46359f1455c6",
"description": "sample string 2",
"createdTs": "2026-05-15T22:26:54.4779569Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:54.4779569Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7a74d62e-7601-4268-8046-43f664858475",
"translations": [
{
"id": "d5ebd6b3-98c3-41f8-92fe-870e1a2f9fbe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a36aa56c-0133-4ff7-a721-9b44aad340fc"
},
{
"id": "d5ebd6b3-98c3-41f8-92fe-870e1a2f9fbe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a36aa56c-0133-4ff7-a721-9b44aad340fc"
}
]
}
],
"translations": [
{
"id": "d5ebd6b3-98c3-41f8-92fe-870e1a2f9fbe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a36aa56c-0133-4ff7-a721-9b44aad340fc"
},
{
"id": "d5ebd6b3-98c3-41f8-92fe-870e1a2f9fbe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a36aa56c-0133-4ff7-a721-9b44aad340fc"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ae991034-979b-4092-8d76-adf42899af98",
"taxonomyNameGeneric": "sample string 8"
}