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": "d9b0e9c9-cc3f-4ee9-bb22-707307fbe64c",
"code": "sample string 2",
"selectedValue": "6600a5d7-b022-4e01-8975-ffc67943a71b",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "40122c08-88d0-4928-8bb2-cdebc4d32522",
"sourceId": "3363e77c-3365-47b8-96c5-63a205785f4e",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "da6f0434-d89b-4cf6-bbf0-25733be28959",
"qrLogAttributeClass": {
"id": "a6f3a4e5-dc6c-433e-ad99-d1bed75024ec",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3103d4ab-3bbc-4b90-b5b9-f1b9345186f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ca5d98-1e7a-4fc2-8865-15a463117fbd"
},
{
"id": "3103d4ab-3bbc-4b90-b5b9-f1b9345186f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ca5d98-1e7a-4fc2-8865-15a463117fbd"
}
]
},
"qrLogAttributeListValue": [
{
"id": "41635ef0-b3da-4dd6-a68e-83ecbc5edcbf",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "fe595074-daf1-494f-8909-db59a5799d01",
"qrLogAttributeListValueGlobalRefId": "af572bb8-17ea-4730-91be-ce8498fc2f59",
"translations": [
{
"id": "3103d4ab-3bbc-4b90-b5b9-f1b9345186f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ca5d98-1e7a-4fc2-8865-15a463117fbd"
},
{
"id": "3103d4ab-3bbc-4b90-b5b9-f1b9345186f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ca5d98-1e7a-4fc2-8865-15a463117fbd"
}
]
},
{
"id": "41635ef0-b3da-4dd6-a68e-83ecbc5edcbf",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "fe595074-daf1-494f-8909-db59a5799d01",
"qrLogAttributeListValueGlobalRefId": "af572bb8-17ea-4730-91be-ce8498fc2f59",
"translations": [
{
"id": "3103d4ab-3bbc-4b90-b5b9-f1b9345186f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ca5d98-1e7a-4fc2-8865-15a463117fbd"
},
{
"id": "3103d4ab-3bbc-4b90-b5b9-f1b9345186f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ca5d98-1e7a-4fc2-8865-15a463117fbd"
}
]
}
],
"translations": [
{
"id": "3103d4ab-3bbc-4b90-b5b9-f1b9345186f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ca5d98-1e7a-4fc2-8865-15a463117fbd"
},
{
"id": "3103d4ab-3bbc-4b90-b5b9-f1b9345186f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "40ca5d98-1e7a-4fc2-8865-15a463117fbd"
}
],
"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": "356fda4b-5816-4ce5-b5da-5c9115375c03",
"code": "sample string 2",
"createdTs": "2026-07-09T18:31:47.1530062Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:47.1530062Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c49e033b-2e79-4583-a370-ec3acfb68dd2",
"qrLogAttributeClass": {
"id": "92fd6bce-d109-4ce1-bd52-24c7723ef2fe",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "be61ba54-ee7b-45b0-acf8-7acf5b18c187",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1e87d03-cb4e-4008-8824-c65bc84b4d5d"
},
{
"id": "be61ba54-ee7b-45b0-acf8-7acf5b18c187",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1e87d03-cb4e-4008-8824-c65bc84b4d5d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "a5108c2e-50ec-4b8b-b42d-244c396fdd2f",
"description": "sample string 2",
"createdTs": "2026-07-09T18:31:47.1530062Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:47.1530062Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "da73bbaf-1ed0-4e73-bc51-f7bb79f0d6f3",
"translations": [
{
"id": "be61ba54-ee7b-45b0-acf8-7acf5b18c187",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1e87d03-cb4e-4008-8824-c65bc84b4d5d"
},
{
"id": "be61ba54-ee7b-45b0-acf8-7acf5b18c187",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1e87d03-cb4e-4008-8824-c65bc84b4d5d"
}
]
},
{
"id": "a5108c2e-50ec-4b8b-b42d-244c396fdd2f",
"description": "sample string 2",
"createdTs": "2026-07-09T18:31:47.1530062Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:47.1530062Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "da73bbaf-1ed0-4e73-bc51-f7bb79f0d6f3",
"translations": [
{
"id": "be61ba54-ee7b-45b0-acf8-7acf5b18c187",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1e87d03-cb4e-4008-8824-c65bc84b4d5d"
},
{
"id": "be61ba54-ee7b-45b0-acf8-7acf5b18c187",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1e87d03-cb4e-4008-8824-c65bc84b4d5d"
}
]
}
],
"translations": [
{
"id": "be61ba54-ee7b-45b0-acf8-7acf5b18c187",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1e87d03-cb4e-4008-8824-c65bc84b4d5d"
},
{
"id": "be61ba54-ee7b-45b0-acf8-7acf5b18c187",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1e87d03-cb4e-4008-8824-c65bc84b4d5d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9f0b59b1-4877-4e08-ad8e-4a69b980e4ad",
"taxonomyNameGeneric": "sample string 8"
}