PUT api/QRLogAttributes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "id": "adc9f17d-601f-4545-9e60-a9294e5b691e", "code": "sample string 2", "createdTs": "2025-09-19T04:34:58.1653508Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:34:58.1653508Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "c70d71c7-92f5-47a0-96d5-5f1b3b9f7b76", "qrLogAttributeClass": { "id": "cc420ff9-fcaf-4e5e-9296-ff846435a2f8", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "ede94a12-d4b2-4b9b-af47-88f97a24054a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bb3e22d0-0c37-4c3d-8d29-8a0ea3b35d86" }, { "id": "ede94a12-d4b2-4b9b-af47-88f97a24054a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bb3e22d0-0c37-4c3d-8d29-8a0ea3b35d86" } ] }, "qrLogAttributeListValue": [ { "id": "2d15ec31-b405-48d2-a8f6-4e2c27db2f54", "description": "sample string 2", "createdTs": "2025-09-19T04:34:58.1653508Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:34:58.1653508Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "4b3bca80-abef-4093-a728-9c7c824c978f", "translations": [ { "id": "ede94a12-d4b2-4b9b-af47-88f97a24054a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bb3e22d0-0c37-4c3d-8d29-8a0ea3b35d86" }, { "id": "ede94a12-d4b2-4b9b-af47-88f97a24054a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bb3e22d0-0c37-4c3d-8d29-8a0ea3b35d86" } ] }, { "id": "2d15ec31-b405-48d2-a8f6-4e2c27db2f54", "description": "sample string 2", "createdTs": "2025-09-19T04:34:58.1653508Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:34:58.1653508Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "4b3bca80-abef-4093-a728-9c7c824c978f", "translations": [ { "id": "ede94a12-d4b2-4b9b-af47-88f97a24054a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bb3e22d0-0c37-4c3d-8d29-8a0ea3b35d86" }, { "id": "ede94a12-d4b2-4b9b-af47-88f97a24054a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bb3e22d0-0c37-4c3d-8d29-8a0ea3b35d86" } ] } ], "translations": [ { "id": "ede94a12-d4b2-4b9b-af47-88f97a24054a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bb3e22d0-0c37-4c3d-8d29-8a0ea3b35d86" }, { "id": "ede94a12-d4b2-4b9b-af47-88f97a24054a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bb3e22d0-0c37-4c3d-8d29-8a0ea3b35d86" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "c8564dbf-ab5c-4230-b890-c7ab51775690", "taxonomyNameGeneric": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.