POST api/QRLogAttributes/Clone
Request Information
URI Parameters
None.
Body Parameters
QRLogAttributeViewModelName | 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": "5dbdb3c7-2982-418a-b54a-75c35b031844", "code": "sample string 2", "selectedValue": "cd6d15af-93b7-42d8-a716-13edcdd811a2", "value": "sample string 4", "customerId": 1, "visible": true, "index": 1, "required": true, "qrLogAttributeGlobalRefId": "9f70944e-1a3f-42fe-9fa3-3a76252c4758", "sourceId": "bfb2498e-dfba-480f-97b3-2c4df406be54", "canDelete": true, "codeFallback": "sample string 3", "qrLogAttributeClassId": "9e5f9c61-c762-4d3e-9f0a-f1f7063b3545", "qrLogAttributeClass": { "id": "a8031b6b-168c-49e3-90bd-f8fe59a52a61", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "e3d9f0a4-cd6d-419c-bd87-4c3b8231ec0e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "0596c082-55c1-4145-bcc2-41011caa3b75" }, { "id": "e3d9f0a4-cd6d-419c-bd87-4c3b8231ec0e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "0596c082-55c1-4145-bcc2-41011caa3b75" } ] }, "qrLogAttributeListValue": [ { "id": "2e4543ca-1e08-46c0-8fd5-c3ad257e1a66", "description": "sample string 2", "customerId": 1, "isActive": true, "canDelete": true, "descriptionFallback": "sample string 3", "qrLogAttributeId": "1b59e410-8175-4487-8b5a-efb7e38b5cae", "qrLogAttributeListValueGlobalRefId": "5111ce9c-3bce-4e78-b9f4-04279f56577a", "translations": [ { "id": "e3d9f0a4-cd6d-419c-bd87-4c3b8231ec0e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "0596c082-55c1-4145-bcc2-41011caa3b75" }, { "id": "e3d9f0a4-cd6d-419c-bd87-4c3b8231ec0e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "0596c082-55c1-4145-bcc2-41011caa3b75" } ] }, { "id": "2e4543ca-1e08-46c0-8fd5-c3ad257e1a66", "description": "sample string 2", "customerId": 1, "isActive": true, "canDelete": true, "descriptionFallback": "sample string 3", "qrLogAttributeId": "1b59e410-8175-4487-8b5a-efb7e38b5cae", "qrLogAttributeListValueGlobalRefId": "5111ce9c-3bce-4e78-b9f4-04279f56577a", "translations": [ { "id": "e3d9f0a4-cd6d-419c-bd87-4c3b8231ec0e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "0596c082-55c1-4145-bcc2-41011caa3b75" }, { "id": "e3d9f0a4-cd6d-419c-bd87-4c3b8231ec0e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "0596c082-55c1-4145-bcc2-41011caa3b75" } ] } ], "translations": [ { "id": "e3d9f0a4-cd6d-419c-bd87-4c3b8231ec0e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "0596c082-55c1-4145-bcc2-41011caa3b75" }, { "id": "e3d9f0a4-cd6d-419c-bd87-4c3b8231ec0e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "0596c082-55c1-4145-bcc2-41011caa3b75" } ], "isOriginatedByPim": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
QRLogAttributeName | 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": "cc10eaa3-7345-4e15-b955-76c4f580c7fa", "code": "sample string 2", "createdTs": "2025-04-03T21:46:43.1041066Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:46:43.1041066Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "762f8c0e-9700-4144-9ce7-ed38fb8b6c96", "qrLogAttributeClass": { "id": "9b6fdf56-c280-49b1-8b69-ccfc7f6b1712", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "272a163b-e5ff-4fc0-8e54-c5f8f262c859", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "69755e74-13f3-4b63-80a6-8f3577e02abb" }, { "id": "272a163b-e5ff-4fc0-8e54-c5f8f262c859", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "69755e74-13f3-4b63-80a6-8f3577e02abb" } ] }, "qrLogAttributeListValue": [ { "id": "5fad7751-8ada-4079-a759-27b894113b65", "description": "sample string 2", "createdTs": "2025-04-03T21:46:43.1041066Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:46:43.1041066Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "779b364c-2dec-408d-9df6-bec14ac7e67b", "translations": [ { "id": "272a163b-e5ff-4fc0-8e54-c5f8f262c859", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "69755e74-13f3-4b63-80a6-8f3577e02abb" }, { "id": "272a163b-e5ff-4fc0-8e54-c5f8f262c859", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "69755e74-13f3-4b63-80a6-8f3577e02abb" } ] }, { "id": "5fad7751-8ada-4079-a759-27b894113b65", "description": "sample string 2", "createdTs": "2025-04-03T21:46:43.1041066Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:46:43.1041066Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "779b364c-2dec-408d-9df6-bec14ac7e67b", "translations": [ { "id": "272a163b-e5ff-4fc0-8e54-c5f8f262c859", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "69755e74-13f3-4b63-80a6-8f3577e02abb" }, { "id": "272a163b-e5ff-4fc0-8e54-c5f8f262c859", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "69755e74-13f3-4b63-80a6-8f3577e02abb" } ] } ], "translations": [ { "id": "272a163b-e5ff-4fc0-8e54-c5f8f262c859", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "69755e74-13f3-4b63-80a6-8f3577e02abb" }, { "id": "272a163b-e5ff-4fc0-8e54-c5f8f262c859", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "69755e74-13f3-4b63-80a6-8f3577e02abb" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "b94d816f-9235-4c51-8727-003489e5d78f", "taxonomyNameGeneric": "sample string 8" }