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": "d7de3694-111e-4ddf-9965-8c2466317410",
"code": "sample string 2",
"selectedValue": "05d7f8bc-7717-4b10-86ef-6aeabc33ef00",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f698599d-f9c6-4f49-80cf-1181a1470537",
"sourceId": "bd023cd1-ff4b-4325-8f3d-29497d9b0185",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "3ac22687-09b9-4bef-b80e-5197e5d95a99",
"qrLogAttributeClass": {
"id": "789b643d-4b7c-418c-ba65-784a65eab7f0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "6cefa5c2-4c7c-40c3-9cd7-fc0eee85a50b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e95d181a-0b00-48ee-9899-e10e5fd3ec0a"
},
{
"id": "6cefa5c2-4c7c-40c3-9cd7-fc0eee85a50b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e95d181a-0b00-48ee-9899-e10e5fd3ec0a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "f2f9d565-efe7-43bd-89fe-81ac3b3fcb56",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "4db731d3-6f6d-40c7-a27d-49e9aa2b374f",
"qrLogAttributeListValueGlobalRefId": "c321868b-4e60-437d-9467-7b0e2338e1d2",
"translations": [
{
"id": "6cefa5c2-4c7c-40c3-9cd7-fc0eee85a50b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e95d181a-0b00-48ee-9899-e10e5fd3ec0a"
},
{
"id": "6cefa5c2-4c7c-40c3-9cd7-fc0eee85a50b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e95d181a-0b00-48ee-9899-e10e5fd3ec0a"
}
]
},
{
"id": "f2f9d565-efe7-43bd-89fe-81ac3b3fcb56",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "4db731d3-6f6d-40c7-a27d-49e9aa2b374f",
"qrLogAttributeListValueGlobalRefId": "c321868b-4e60-437d-9467-7b0e2338e1d2",
"translations": [
{
"id": "6cefa5c2-4c7c-40c3-9cd7-fc0eee85a50b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e95d181a-0b00-48ee-9899-e10e5fd3ec0a"
},
{
"id": "6cefa5c2-4c7c-40c3-9cd7-fc0eee85a50b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e95d181a-0b00-48ee-9899-e10e5fd3ec0a"
}
]
}
],
"translations": [
{
"id": "6cefa5c2-4c7c-40c3-9cd7-fc0eee85a50b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e95d181a-0b00-48ee-9899-e10e5fd3ec0a"
},
{
"id": "6cefa5c2-4c7c-40c3-9cd7-fc0eee85a50b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e95d181a-0b00-48ee-9899-e10e5fd3ec0a"
}
],
"isOriginatedByPim": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "3e9395bd-8a60-4bbc-80fb-11beafc38520",
"code": "sample string 2",
"createdTs": "2026-02-26T03:40:28.2789869Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:28.2789869Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c51bb0bf-9160-459c-b947-56d8f7c225e9",
"qrLogAttributeClass": {
"id": "5bd640d2-1146-484b-afe4-2e2dfc28160e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "9ee4c86c-dc99-4e6a-9c3d-abe3d47c4723",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "839ab9c6-ac61-4dfc-8800-82d50c11c123"
},
{
"id": "9ee4c86c-dc99-4e6a-9c3d-abe3d47c4723",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "839ab9c6-ac61-4dfc-8800-82d50c11c123"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c01cc908-4bd3-4607-829a-9ed6a7fa8c29",
"description": "sample string 2",
"createdTs": "2026-02-26T03:40:28.2789869Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:28.2789869Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f6b58719-190a-4d43-92d7-eb5603aa7a67",
"translations": [
{
"id": "9ee4c86c-dc99-4e6a-9c3d-abe3d47c4723",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "839ab9c6-ac61-4dfc-8800-82d50c11c123"
},
{
"id": "9ee4c86c-dc99-4e6a-9c3d-abe3d47c4723",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "839ab9c6-ac61-4dfc-8800-82d50c11c123"
}
]
},
{
"id": "c01cc908-4bd3-4607-829a-9ed6a7fa8c29",
"description": "sample string 2",
"createdTs": "2026-02-26T03:40:28.2789869Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:28.2789869Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f6b58719-190a-4d43-92d7-eb5603aa7a67",
"translations": [
{
"id": "9ee4c86c-dc99-4e6a-9c3d-abe3d47c4723",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "839ab9c6-ac61-4dfc-8800-82d50c11c123"
},
{
"id": "9ee4c86c-dc99-4e6a-9c3d-abe3d47c4723",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "839ab9c6-ac61-4dfc-8800-82d50c11c123"
}
]
}
],
"translations": [
{
"id": "9ee4c86c-dc99-4e6a-9c3d-abe3d47c4723",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "839ab9c6-ac61-4dfc-8800-82d50c11c123"
},
{
"id": "9ee4c86c-dc99-4e6a-9c3d-abe3d47c4723",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "839ab9c6-ac61-4dfc-8800-82d50c11c123"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c9dfc0b3-b301-4451-b213-b73b7e12201c",
"taxonomyNameGeneric": "sample string 8"
}