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": "6f107f1d-e7ec-4ae2-88a8-a963ecfc257c", "code": "sample string 2", "createdTs": "2025-04-04T00:13:59.7333304Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:13:59.7333304Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "d448ead4-3871-494a-b114-c271f72ec433", "qrLogAttributeClass": { "id": "f1a138be-dae3-4dd7-bf77-52d33717972c", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "258cc405-687c-43ac-b79d-581234839cf8", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "329cd11c-5f5b-4619-a624-7019c8635946" }, { "id": "258cc405-687c-43ac-b79d-581234839cf8", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "329cd11c-5f5b-4619-a624-7019c8635946" } ] }, "qrLogAttributeListValue": [ { "id": "e2ae1b53-1666-4ecd-9a4d-7ba019b0d15e", "description": "sample string 2", "createdTs": "2025-04-04T00:13:59.7333304Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:13:59.7333304Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "b07ac2c4-182b-4f8c-a523-1c8a9a75f7ac", "translations": [ { "id": "258cc405-687c-43ac-b79d-581234839cf8", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "329cd11c-5f5b-4619-a624-7019c8635946" }, { "id": "258cc405-687c-43ac-b79d-581234839cf8", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "329cd11c-5f5b-4619-a624-7019c8635946" } ] }, { "id": "e2ae1b53-1666-4ecd-9a4d-7ba019b0d15e", "description": "sample string 2", "createdTs": "2025-04-04T00:13:59.7333304Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:13:59.7333304Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "b07ac2c4-182b-4f8c-a523-1c8a9a75f7ac", "translations": [ { "id": "258cc405-687c-43ac-b79d-581234839cf8", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "329cd11c-5f5b-4619-a624-7019c8635946" }, { "id": "258cc405-687c-43ac-b79d-581234839cf8", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "329cd11c-5f5b-4619-a624-7019c8635946" } ] } ], "translations": [ { "id": "258cc405-687c-43ac-b79d-581234839cf8", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "329cd11c-5f5b-4619-a624-7019c8635946" }, { "id": "258cc405-687c-43ac-b79d-581234839cf8", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "329cd11c-5f5b-4619-a624-7019c8635946" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "fb610d77-255e-4ea1-b764-5faab62225d4", "taxonomyNameGeneric": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.