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": "93dfd781-143e-4a29-a082-da4113e53756",
"code": "sample string 2",
"selectedValue": "83a59c07-14ab-46d3-90d2-ccb1c409f5b0",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "bb0327c7-cb7c-46f8-963d-e9ba432547c6",
"sourceId": "439328a8-2da4-427f-806f-d249f184d62e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "ece45ad4-0b14-4e54-9252-f31bbfc41e70",
"qrLogAttributeClass": {
"id": "6aa03785-e5fa-40af-9e01-f31efe9aab52",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c030a195-3543-4945-a28c-bcfa77ef4408",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69fe2107-c30d-4803-9c18-9ceb79b81961"
},
{
"id": "c030a195-3543-4945-a28c-bcfa77ef4408",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69fe2107-c30d-4803-9c18-9ceb79b81961"
}
]
},
"qrLogAttributeListValue": [
{
"id": "7bff1e0e-8b71-415b-8645-c0ca2520e955",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "2f3fbef2-5726-49a4-8759-a189897fcfb2",
"qrLogAttributeListValueGlobalRefId": "b0a444d0-1618-4218-87db-36aae6064550",
"translations": [
{
"id": "c030a195-3543-4945-a28c-bcfa77ef4408",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69fe2107-c30d-4803-9c18-9ceb79b81961"
},
{
"id": "c030a195-3543-4945-a28c-bcfa77ef4408",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69fe2107-c30d-4803-9c18-9ceb79b81961"
}
]
},
{
"id": "7bff1e0e-8b71-415b-8645-c0ca2520e955",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "2f3fbef2-5726-49a4-8759-a189897fcfb2",
"qrLogAttributeListValueGlobalRefId": "b0a444d0-1618-4218-87db-36aae6064550",
"translations": [
{
"id": "c030a195-3543-4945-a28c-bcfa77ef4408",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69fe2107-c30d-4803-9c18-9ceb79b81961"
},
{
"id": "c030a195-3543-4945-a28c-bcfa77ef4408",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69fe2107-c30d-4803-9c18-9ceb79b81961"
}
]
}
],
"translations": [
{
"id": "c030a195-3543-4945-a28c-bcfa77ef4408",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69fe2107-c30d-4803-9c18-9ceb79b81961"
},
{
"id": "c030a195-3543-4945-a28c-bcfa77ef4408",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "69fe2107-c30d-4803-9c18-9ceb79b81961"
}
],
"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": "c6e5778e-5385-468a-ab13-4005529f8e6f",
"code": "sample string 2",
"createdTs": "2026-06-04T07:34:53.8714113Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:53.8714113Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "71db7f7b-12a8-4620-8f20-7e94fd0c471f",
"qrLogAttributeClass": {
"id": "6c356eb8-298f-4f1d-8645-ae1086bd529c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3fdce56d-1494-4cb7-a966-2c8b9971dd1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f2aef1f8-7f4e-4b0f-9ffe-67525efe86ab"
},
{
"id": "3fdce56d-1494-4cb7-a966-2c8b9971dd1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f2aef1f8-7f4e-4b0f-9ffe-67525efe86ab"
}
]
},
"qrLogAttributeListValue": [
{
"id": "f963ef08-3789-431b-bfd2-923d47c277e6",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:53.8714113Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:53.8714113Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "24644d8b-e9f0-4c19-ae3e-53d7d48f9dba",
"translations": [
{
"id": "3fdce56d-1494-4cb7-a966-2c8b9971dd1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f2aef1f8-7f4e-4b0f-9ffe-67525efe86ab"
},
{
"id": "3fdce56d-1494-4cb7-a966-2c8b9971dd1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f2aef1f8-7f4e-4b0f-9ffe-67525efe86ab"
}
]
},
{
"id": "f963ef08-3789-431b-bfd2-923d47c277e6",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:53.8714113Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:53.8714113Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "24644d8b-e9f0-4c19-ae3e-53d7d48f9dba",
"translations": [
{
"id": "3fdce56d-1494-4cb7-a966-2c8b9971dd1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f2aef1f8-7f4e-4b0f-9ffe-67525efe86ab"
},
{
"id": "3fdce56d-1494-4cb7-a966-2c8b9971dd1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f2aef1f8-7f4e-4b0f-9ffe-67525efe86ab"
}
]
}
],
"translations": [
{
"id": "3fdce56d-1494-4cb7-a966-2c8b9971dd1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f2aef1f8-7f4e-4b0f-9ffe-67525efe86ab"
},
{
"id": "3fdce56d-1494-4cb7-a966-2c8b9971dd1f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f2aef1f8-7f4e-4b0f-9ffe-67525efe86ab"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "b48044b9-1fba-49eb-827b-605e1350a8ea",
"taxonomyNameGeneric": "sample string 8"
}