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": "c140bbda-eec4-48e6-8a08-006af8473d05", "code": "sample string 2", "createdTs": "2025-04-03T21:42:17.4492454Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:42:17.4492454Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "3ce29670-0f03-435e-8e84-75ffe43f8994", "qrLogAttributeClass": { "id": "0e5b2ddc-9440-42ab-b1ca-2c38626b4fc4", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "66aba4f8-e385-40fb-9977-6b813a1aea38", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "18a67f54-63ec-4d89-b6e9-03703037b0f1" }, { "id": "66aba4f8-e385-40fb-9977-6b813a1aea38", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "18a67f54-63ec-4d89-b6e9-03703037b0f1" } ] }, "qrLogAttributeListValue": [ { "id": "e505f62e-45b5-49b4-ad7e-aa1021889872", "description": "sample string 2", "createdTs": "2025-04-03T21:42:17.4492454Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:42:17.4492454Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "6e9cc59f-dffb-4c74-a8ac-4c88749b67d4", "translations": [ { "id": "66aba4f8-e385-40fb-9977-6b813a1aea38", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "18a67f54-63ec-4d89-b6e9-03703037b0f1" }, { "id": "66aba4f8-e385-40fb-9977-6b813a1aea38", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "18a67f54-63ec-4d89-b6e9-03703037b0f1" } ] }, { "id": "e505f62e-45b5-49b4-ad7e-aa1021889872", "description": "sample string 2", "createdTs": "2025-04-03T21:42:17.4492454Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:42:17.4492454Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "6e9cc59f-dffb-4c74-a8ac-4c88749b67d4", "translations": [ { "id": "66aba4f8-e385-40fb-9977-6b813a1aea38", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "18a67f54-63ec-4d89-b6e9-03703037b0f1" }, { "id": "66aba4f8-e385-40fb-9977-6b813a1aea38", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "18a67f54-63ec-4d89-b6e9-03703037b0f1" } ] } ], "translations": [ { "id": "66aba4f8-e385-40fb-9977-6b813a1aea38", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "18a67f54-63ec-4d89-b6e9-03703037b0f1" }, { "id": "66aba4f8-e385-40fb-9977-6b813a1aea38", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "18a67f54-63ec-4d89-b6e9-03703037b0f1" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "2e74deec-e66e-406f-9d01-90fdc0b846fd", "taxonomyNameGeneric": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.