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": "71458739-3004-4389-af6c-723c36297ec1",
"code": "sample string 2",
"selectedValue": "ef1fef12-6482-4b7e-9a1b-177a4b500d94",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "cbdbb768-3a38-4d50-be15-2c78a677218e",
"sourceId": "93dcdea0-065c-421c-b526-e9e76da7aeef",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "d1a52389-3277-4251-a3bb-b4418deac9d9",
"qrLogAttributeClass": {
"id": "a41687e7-4f90-4157-9a83-70fe99454694",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1a3246da-f14d-455d-968b-f0166a00ad04",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5254d8e8-a2aa-41e1-8142-3499e0df1786"
},
{
"id": "1a3246da-f14d-455d-968b-f0166a00ad04",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5254d8e8-a2aa-41e1-8142-3499e0df1786"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c40654e0-4522-4733-b03a-98ad7031bf91",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e22877a0-d758-4e3b-a18a-fde824a3159b",
"qrLogAttributeListValueGlobalRefId": "f08e74eb-56ac-4ae8-a9ba-4c8224cf4f71",
"translations": [
{
"id": "1a3246da-f14d-455d-968b-f0166a00ad04",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5254d8e8-a2aa-41e1-8142-3499e0df1786"
},
{
"id": "1a3246da-f14d-455d-968b-f0166a00ad04",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5254d8e8-a2aa-41e1-8142-3499e0df1786"
}
]
},
{
"id": "c40654e0-4522-4733-b03a-98ad7031bf91",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "e22877a0-d758-4e3b-a18a-fde824a3159b",
"qrLogAttributeListValueGlobalRefId": "f08e74eb-56ac-4ae8-a9ba-4c8224cf4f71",
"translations": [
{
"id": "1a3246da-f14d-455d-968b-f0166a00ad04",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5254d8e8-a2aa-41e1-8142-3499e0df1786"
},
{
"id": "1a3246da-f14d-455d-968b-f0166a00ad04",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5254d8e8-a2aa-41e1-8142-3499e0df1786"
}
]
}
],
"translations": [
{
"id": "1a3246da-f14d-455d-968b-f0166a00ad04",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5254d8e8-a2aa-41e1-8142-3499e0df1786"
},
{
"id": "1a3246da-f14d-455d-968b-f0166a00ad04",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5254d8e8-a2aa-41e1-8142-3499e0df1786"
}
],
"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": "09a2075a-231c-426b-84b6-086e3d8c0e8f",
"code": "sample string 2",
"createdTs": "2026-07-12T21:33:32.3825733Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:33:32.3825733Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1a2bd82a-109e-4c90-9931-c9a6a96b4fc6",
"qrLogAttributeClass": {
"id": "40e737ac-327c-4f1e-85f8-71584988d24a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "97bed229-2f9c-4f7f-a8be-7ebe012c0f61",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "203bb507-a5f8-46c2-80c8-3a29949e5e2e"
},
{
"id": "97bed229-2f9c-4f7f-a8be-7ebe012c0f61",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "203bb507-a5f8-46c2-80c8-3a29949e5e2e"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5c5bed24-3f9f-4319-9e34-fe1bdca6d5af",
"description": "sample string 2",
"createdTs": "2026-07-12T21:33:32.3825733Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:33:32.3825733Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "81af5a47-344f-4511-ba6e-2f5554fc2fe3",
"translations": [
{
"id": "97bed229-2f9c-4f7f-a8be-7ebe012c0f61",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "203bb507-a5f8-46c2-80c8-3a29949e5e2e"
},
{
"id": "97bed229-2f9c-4f7f-a8be-7ebe012c0f61",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "203bb507-a5f8-46c2-80c8-3a29949e5e2e"
}
]
},
{
"id": "5c5bed24-3f9f-4319-9e34-fe1bdca6d5af",
"description": "sample string 2",
"createdTs": "2026-07-12T21:33:32.3825733Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:33:32.3825733Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "81af5a47-344f-4511-ba6e-2f5554fc2fe3",
"translations": [
{
"id": "97bed229-2f9c-4f7f-a8be-7ebe012c0f61",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "203bb507-a5f8-46c2-80c8-3a29949e5e2e"
},
{
"id": "97bed229-2f9c-4f7f-a8be-7ebe012c0f61",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "203bb507-a5f8-46c2-80c8-3a29949e5e2e"
}
]
}
],
"translations": [
{
"id": "97bed229-2f9c-4f7f-a8be-7ebe012c0f61",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "203bb507-a5f8-46c2-80c8-3a29949e5e2e"
},
{
"id": "97bed229-2f9c-4f7f-a8be-7ebe012c0f61",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "203bb507-a5f8-46c2-80c8-3a29949e5e2e"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "7aca9b3c-0341-40e9-8410-04a3c9d3289c",
"taxonomyNameGeneric": "sample string 8"
}