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": "9dcbbbc2-c654-4c0c-a355-95921d658e32", "code": "sample string 2", "createdTs": "2025-04-04T00:53:42.7615821Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:53:42.7615821Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "95de5608-e81e-4462-8aab-9d7d6d10feaa", "qrLogAttributeClass": { "id": "badeb540-46ae-4f0b-9602-792c890d6d76", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "7ff261f0-0039-45d5-8634-995e37e7f26e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "345b985c-60bf-4540-81ab-e0730a4b6732" }, { "id": "7ff261f0-0039-45d5-8634-995e37e7f26e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "345b985c-60bf-4540-81ab-e0730a4b6732" } ] }, "qrLogAttributeListValue": [ { "id": "2d7ef336-9043-4675-b5a7-471eca5c1165", "description": "sample string 2", "createdTs": "2025-04-04T00:53:42.7615821Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:53:42.7615821Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "c7861602-af8a-4367-b2c0-ec3020764314", "translations": [ { "id": "7ff261f0-0039-45d5-8634-995e37e7f26e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "345b985c-60bf-4540-81ab-e0730a4b6732" }, { "id": "7ff261f0-0039-45d5-8634-995e37e7f26e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "345b985c-60bf-4540-81ab-e0730a4b6732" } ] }, { "id": "2d7ef336-9043-4675-b5a7-471eca5c1165", "description": "sample string 2", "createdTs": "2025-04-04T00:53:42.7615821Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:53:42.7615821Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "c7861602-af8a-4367-b2c0-ec3020764314", "translations": [ { "id": "7ff261f0-0039-45d5-8634-995e37e7f26e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "345b985c-60bf-4540-81ab-e0730a4b6732" }, { "id": "7ff261f0-0039-45d5-8634-995e37e7f26e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "345b985c-60bf-4540-81ab-e0730a4b6732" } ] } ], "translations": [ { "id": "7ff261f0-0039-45d5-8634-995e37e7f26e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "345b985c-60bf-4540-81ab-e0730a4b6732" }, { "id": "7ff261f0-0039-45d5-8634-995e37e7f26e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "345b985c-60bf-4540-81ab-e0730a4b6732" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "7a1544ca-5365-429f-a81e-aedb79412b47", "taxonomyNameGeneric": "sample string 8" }