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": "8f5589ab-4431-48fc-a5f1-0c500228defa",
"code": "sample string 2",
"selectedValue": "c3f41b81-f349-4c87-8367-5dd9499494a1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a8646328-03c9-474f-b221-5b996e1e2266",
"sourceId": "ce2b418b-f1cf-4828-a70f-04746267b834",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "d56f18d5-d8d3-4337-9f12-b899e06cfa50",
"qrLogAttributeClass": {
"id": "df099a20-79b0-44fa-b1b0-288fc3616800",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "878af2b4-200a-47a5-9b2b-2dfc03a1466a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0c0b9757-85f6-4888-bc7d-57b2b5c8a989"
},
{
"id": "878af2b4-200a-47a5-9b2b-2dfc03a1466a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0c0b9757-85f6-4888-bc7d-57b2b5c8a989"
}
]
},
"qrLogAttributeListValue": [
{
"id": "411c4796-f09d-432d-b0e6-f97d781a6907",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "954bb1b3-fa40-4b87-9e30-1049997eff00",
"qrLogAttributeListValueGlobalRefId": "cacbbf25-ce9b-49d7-8a09-cbaa2b23bbc1",
"translations": [
{
"id": "878af2b4-200a-47a5-9b2b-2dfc03a1466a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0c0b9757-85f6-4888-bc7d-57b2b5c8a989"
},
{
"id": "878af2b4-200a-47a5-9b2b-2dfc03a1466a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0c0b9757-85f6-4888-bc7d-57b2b5c8a989"
}
]
},
{
"id": "411c4796-f09d-432d-b0e6-f97d781a6907",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "954bb1b3-fa40-4b87-9e30-1049997eff00",
"qrLogAttributeListValueGlobalRefId": "cacbbf25-ce9b-49d7-8a09-cbaa2b23bbc1",
"translations": [
{
"id": "878af2b4-200a-47a5-9b2b-2dfc03a1466a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0c0b9757-85f6-4888-bc7d-57b2b5c8a989"
},
{
"id": "878af2b4-200a-47a5-9b2b-2dfc03a1466a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0c0b9757-85f6-4888-bc7d-57b2b5c8a989"
}
]
}
],
"translations": [
{
"id": "878af2b4-200a-47a5-9b2b-2dfc03a1466a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0c0b9757-85f6-4888-bc7d-57b2b5c8a989"
},
{
"id": "878af2b4-200a-47a5-9b2b-2dfc03a1466a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0c0b9757-85f6-4888-bc7d-57b2b5c8a989"
}
],
"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": "56e68ce5-d3c0-4d78-adda-846aa88380ec",
"code": "sample string 2",
"createdTs": "2026-05-23T19:39:58.408025Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:39:58.408025Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "2fbfe763-a82c-41aa-b864-e20928d0cd78",
"qrLogAttributeClass": {
"id": "1a5994d1-ddf3-4d70-a628-c57f1d1a1f03",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "08923ae2-32d4-43b8-b754-a6fb38f4c42b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2eb62a-7687-475c-a09e-e43fb75d1847"
},
{
"id": "08923ae2-32d4-43b8-b754-a6fb38f4c42b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2eb62a-7687-475c-a09e-e43fb75d1847"
}
]
},
"qrLogAttributeListValue": [
{
"id": "02e4aeb0-335d-4935-aa7b-af4e6e44455e",
"description": "sample string 2",
"createdTs": "2026-05-23T19:39:58.408025Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:39:58.408025Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ed7dbfb1-63ee-4a87-956d-89c8e73897e0",
"translations": [
{
"id": "08923ae2-32d4-43b8-b754-a6fb38f4c42b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2eb62a-7687-475c-a09e-e43fb75d1847"
},
{
"id": "08923ae2-32d4-43b8-b754-a6fb38f4c42b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2eb62a-7687-475c-a09e-e43fb75d1847"
}
]
},
{
"id": "02e4aeb0-335d-4935-aa7b-af4e6e44455e",
"description": "sample string 2",
"createdTs": "2026-05-23T19:39:58.408025Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:39:58.408025Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ed7dbfb1-63ee-4a87-956d-89c8e73897e0",
"translations": [
{
"id": "08923ae2-32d4-43b8-b754-a6fb38f4c42b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2eb62a-7687-475c-a09e-e43fb75d1847"
},
{
"id": "08923ae2-32d4-43b8-b754-a6fb38f4c42b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2eb62a-7687-475c-a09e-e43fb75d1847"
}
]
}
],
"translations": [
{
"id": "08923ae2-32d4-43b8-b754-a6fb38f4c42b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2eb62a-7687-475c-a09e-e43fb75d1847"
},
{
"id": "08923ae2-32d4-43b8-b754-a6fb38f4c42b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2eb62a-7687-475c-a09e-e43fb75d1847"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1eec30e4-d78f-4459-80b7-380e56851cd7",
"taxonomyNameGeneric": "sample string 8"
}