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": "2580707a-5604-4e16-ab99-255337faee15", "code": "sample string 2", "createdTs": "2025-04-04T00:51:33.6707428Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:51:33.6707428Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "ecb8f528-6146-4f0c-9f47-6121ab3537db", "qrLogAttributeClass": { "id": "d5f4d60e-e99c-4156-93a8-01853561ab5b", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "d7aa32b8-96dc-475b-a962-3ff7361bf99f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "fdf9a737-4316-4ae4-9304-6a48e89b9da5" }, { "id": "d7aa32b8-96dc-475b-a962-3ff7361bf99f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "fdf9a737-4316-4ae4-9304-6a48e89b9da5" } ] }, "qrLogAttributeListValue": [ { "id": "8b1029dd-f3f7-413c-af3a-28acb156e9f9", "description": "sample string 2", "createdTs": "2025-04-04T00:51:33.6707428Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:51:33.6707428Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "185b4c9c-4726-46b6-bf20-c38f7dded575", "translations": [ { "id": "d7aa32b8-96dc-475b-a962-3ff7361bf99f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "fdf9a737-4316-4ae4-9304-6a48e89b9da5" }, { "id": "d7aa32b8-96dc-475b-a962-3ff7361bf99f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "fdf9a737-4316-4ae4-9304-6a48e89b9da5" } ] }, { "id": "8b1029dd-f3f7-413c-af3a-28acb156e9f9", "description": "sample string 2", "createdTs": "2025-04-04T00:51:33.6707428Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:51:33.6707428Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "185b4c9c-4726-46b6-bf20-c38f7dded575", "translations": [ { "id": "d7aa32b8-96dc-475b-a962-3ff7361bf99f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "fdf9a737-4316-4ae4-9304-6a48e89b9da5" }, { "id": "d7aa32b8-96dc-475b-a962-3ff7361bf99f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "fdf9a737-4316-4ae4-9304-6a48e89b9da5" } ] } ], "translations": [ { "id": "d7aa32b8-96dc-475b-a962-3ff7361bf99f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "fdf9a737-4316-4ae4-9304-6a48e89b9da5" }, { "id": "d7aa32b8-96dc-475b-a962-3ff7361bf99f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "fdf9a737-4316-4ae4-9304-6a48e89b9da5" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "da3bf13d-b86e-4fe5-90f3-b0cc8bdc3a7d", "taxonomyNameGeneric": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.