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": "0c9c3904-33ae-490a-8443-dec7859f5ee6", "description": "sample string 2", "createdTs": "2025-04-04T01:03:13.1450928Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T01:03:13.1450928Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "5b6ca3c4-20f8-4c87-bd43-09994ba6a07a", "qrLogAttribute": { "id": "33fdcc22-4fd7-49d1-8321-757b24f622dd", "code": "sample string 2", "createdTs": "2025-04-04T01:03:13.1450928Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T01:03:13.1450928Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "1ab9c59d-dc55-4efc-8be3-b9f0a14dd40a", "qrLogAttributeClass": { "id": "655461cf-bd0f-4549-9a16-1a6801526526", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "4cb56a4a-f4f1-44f6-9f27-c497afb8fd45", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "4914b636-757d-4193-8ef8-80db3cfb6861" }, { "id": "4cb56a4a-f4f1-44f6-9f27-c497afb8fd45", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "4914b636-757d-4193-8ef8-80db3cfb6861" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "4cb56a4a-f4f1-44f6-9f27-c497afb8fd45", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "4914b636-757d-4193-8ef8-80db3cfb6861" }, { "id": "4cb56a4a-f4f1-44f6-9f27-c497afb8fd45", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "4914b636-757d-4193-8ef8-80db3cfb6861" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "2e6eb027-68e3-40e7-a4f2-e18d4056ce43", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "4cb56a4a-f4f1-44f6-9f27-c497afb8fd45", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "4914b636-757d-4193-8ef8-80db3cfb6861" }, { "id": "4cb56a4a-f4f1-44f6-9f27-c497afb8fd45", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "4914b636-757d-4193-8ef8-80db3cfb6861" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.