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": "0c009781-0d74-4792-96c2-fab240856d80", "description": "sample string 2", "createdTs": "2025-04-03T21:37:01.1041598Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:37:01.1041598Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "319b7731-1a87-449c-be62-cb3b1f15331a", "qrLogAttribute": { "id": "6885a1db-b956-47bc-8420-8a1c368d36dd", "code": "sample string 2", "createdTs": "2025-04-03T21:37:01.1041598Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:37:01.1041598Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "145405c8-2ecf-4bc1-a303-4e5d6330a506", "qrLogAttributeClass": { "id": "3a330321-4ab1-47bb-affa-a2fcd8dee2c4", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "37f31007-22e3-4f82-9b6d-9ed060d4bafd", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "2ebe80f4-b0f4-474e-af1c-7e01a573a1e9" }, { "id": "37f31007-22e3-4f82-9b6d-9ed060d4bafd", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "2ebe80f4-b0f4-474e-af1c-7e01a573a1e9" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "37f31007-22e3-4f82-9b6d-9ed060d4bafd", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "2ebe80f4-b0f4-474e-af1c-7e01a573a1e9" }, { "id": "37f31007-22e3-4f82-9b6d-9ed060d4bafd", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "2ebe80f4-b0f4-474e-af1c-7e01a573a1e9" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "5b3a4415-7600-41df-8fc8-1cbac096f585", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "37f31007-22e3-4f82-9b6d-9ed060d4bafd", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "2ebe80f4-b0f4-474e-af1c-7e01a573a1e9" }, { "id": "37f31007-22e3-4f82-9b6d-9ed060d4bafd", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "2ebe80f4-b0f4-474e-af1c-7e01a573a1e9" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.