PUT api/UpdateQRLogAttributeValues?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
QRLogAttributeListValueName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
CreatedTs | date |
None. |
|
CreatedBy | string |
None. |
|
ModifiedTs | date |
None. |
|
ModifiedBy | string |
None. |
|
IsActive | boolean |
None. |
|
CustomerId | integer |
None. |
|
QRLogAttributeId | globally unique identifier |
None. |
|
QRLogAttribute | QRLogAttribute |
None. |
|
Translations | Collection of Translation |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "5234491f-77ef-41ab-acab-0804f6a288bb", "description": "sample string 2", "createdTs": "2025-09-19T04:32:41.7042401Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:32:41.7042401Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "0f25c725-495c-4be9-9084-c496db50091a", "qrLogAttribute": { "id": "229bfe33-6013-48bc-9f75-3aa2bdf0541b", "code": "sample string 2", "createdTs": "2025-09-19T04:32:41.7042401Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:32:41.7042401Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "6bc6f593-34f8-4268-8123-3c49d8798856", "qrLogAttributeClass": { "id": "ecdbfdab-c949-4f50-b70d-1a01737fac8e", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "ff78b005-b400-4ec3-b100-d13bbe927c69", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ace457e9-440a-4bd3-95be-18135f8ff332" }, { "id": "ff78b005-b400-4ec3-b100-d13bbe927c69", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ace457e9-440a-4bd3-95be-18135f8ff332" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "ff78b005-b400-4ec3-b100-d13bbe927c69", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ace457e9-440a-4bd3-95be-18135f8ff332" }, { "id": "ff78b005-b400-4ec3-b100-d13bbe927c69", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ace457e9-440a-4bd3-95be-18135f8ff332" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "5bf29e46-b5e5-440b-9fac-0ab99b40ac02", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "ff78b005-b400-4ec3-b100-d13bbe927c69", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ace457e9-440a-4bd3-95be-18135f8ff332" }, { "id": "ff78b005-b400-4ec3-b100-d13bbe927c69", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "ace457e9-440a-4bd3-95be-18135f8ff332" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.