DELETE api/QRLogAttributes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{ "id": "ad4a46e7-7e3d-4b2c-b42a-f2a4a6dc87ae", "code": "sample string 2", "createdTs": "2025-04-07T00:43:46.9087795Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-07T00:43:46.9087795Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "377df919-7413-43ca-872c-ed7ea12e91d4", "qrLogAttributeClass": { "id": "ef223c28-f25b-4b4f-8185-233d4c20ae4b", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "7fb1f69b-67f3-406f-9674-4c29f0a526c4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b984f4f6-9e99-4e42-9b0f-166c57f0512b" }, { "id": "7fb1f69b-67f3-406f-9674-4c29f0a526c4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b984f4f6-9e99-4e42-9b0f-166c57f0512b" } ] }, "qrLogAttributeListValue": [ { "id": "cd2b87b0-0998-4787-b015-836a890942cc", "description": "sample string 2", "createdTs": "2025-04-07T00:43:46.9087795Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-07T00:43:46.9087795Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "9f738218-2839-4f76-9daf-d721cd9edd93", "translations": [ { "id": "7fb1f69b-67f3-406f-9674-4c29f0a526c4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b984f4f6-9e99-4e42-9b0f-166c57f0512b" }, { "id": "7fb1f69b-67f3-406f-9674-4c29f0a526c4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b984f4f6-9e99-4e42-9b0f-166c57f0512b" } ] }, { "id": "cd2b87b0-0998-4787-b015-836a890942cc", "description": "sample string 2", "createdTs": "2025-04-07T00:43:46.9087795Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-07T00:43:46.9087795Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "9f738218-2839-4f76-9daf-d721cd9edd93", "translations": [ { "id": "7fb1f69b-67f3-406f-9674-4c29f0a526c4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b984f4f6-9e99-4e42-9b0f-166c57f0512b" }, { "id": "7fb1f69b-67f3-406f-9674-4c29f0a526c4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b984f4f6-9e99-4e42-9b0f-166c57f0512b" } ] } ], "translations": [ { "id": "7fb1f69b-67f3-406f-9674-4c29f0a526c4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b984f4f6-9e99-4e42-9b0f-166c57f0512b" }, { "id": "7fb1f69b-67f3-406f-9674-4c29f0a526c4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b984f4f6-9e99-4e42-9b0f-166c57f0512b" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "2a1d23d8-c07d-4f0b-bf36-38e9d7f54354", "taxonomyNameGeneric": "sample string 8" }