POST api/QRLogAttributes?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode | string |
Required |
Body Parameters
QRLogAttribute| Name | 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": "922769f3-7e34-41d1-933b-c590ee82ea9d",
"code": "sample string 2",
"createdTs": "2026-05-23T19:37:56.8681129Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:37:56.8681129Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "a91831b4-9834-41f4-9a9f-0f1e91ef6fa2",
"qrLogAttributeClass": {
"id": "cc4cc8f3-62db-47a3-8a1c-9b08f070ff6a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a06bc2cc-f106-48c6-a69e-edd6b5799f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fb0d73bc-07ac-48cb-8693-97a2461e7463"
},
{
"id": "a06bc2cc-f106-48c6-a69e-edd6b5799f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fb0d73bc-07ac-48cb-8693-97a2461e7463"
}
]
},
"qrLogAttributeListValue": [
{
"id": "cbe30890-a6d9-4bd9-b1a4-4f3ee969bc9c",
"description": "sample string 2",
"createdTs": "2026-05-23T19:37:56.8681129Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:37:56.8681129Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b096c24d-8732-4dbe-ad9c-4a4965b5fdf9",
"translations": [
{
"id": "a06bc2cc-f106-48c6-a69e-edd6b5799f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fb0d73bc-07ac-48cb-8693-97a2461e7463"
},
{
"id": "a06bc2cc-f106-48c6-a69e-edd6b5799f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fb0d73bc-07ac-48cb-8693-97a2461e7463"
}
]
},
{
"id": "cbe30890-a6d9-4bd9-b1a4-4f3ee969bc9c",
"description": "sample string 2",
"createdTs": "2026-05-23T19:37:56.8681129Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:37:56.8681129Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b096c24d-8732-4dbe-ad9c-4a4965b5fdf9",
"translations": [
{
"id": "a06bc2cc-f106-48c6-a69e-edd6b5799f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fb0d73bc-07ac-48cb-8693-97a2461e7463"
},
{
"id": "a06bc2cc-f106-48c6-a69e-edd6b5799f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fb0d73bc-07ac-48cb-8693-97a2461e7463"
}
]
}
],
"translations": [
{
"id": "a06bc2cc-f106-48c6-a69e-edd6b5799f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fb0d73bc-07ac-48cb-8693-97a2461e7463"
},
{
"id": "a06bc2cc-f106-48c6-a69e-edd6b5799f11",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fb0d73bc-07ac-48cb-8693-97a2461e7463"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4f89c6b-c8ee-4b0e-a99f-5032ebd6055c",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
QRLogAttribute| Name | 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": "d55d35f4-1380-4da8-8c13-e81e0896a5f0",
"code": "sample string 2",
"createdTs": "2026-05-23T19:37:56.8681129Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:37:56.8681129Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "7b2bb8dc-42e7-4b5c-aa17-a341e04ffa46",
"qrLogAttributeClass": {
"id": "a6c14072-4b10-42af-bde1-550e0ec5d282",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a3bed9b6-058c-49f2-91b4-ccd1e2dd5f05",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3e3513d7-135c-48cb-91d0-975b1697d84e"
},
{
"id": "a3bed9b6-058c-49f2-91b4-ccd1e2dd5f05",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3e3513d7-135c-48cb-91d0-975b1697d84e"
}
]
},
"qrLogAttributeListValue": [
{
"id": "035d2b4f-a488-49f8-8caa-f446b8eb400e",
"description": "sample string 2",
"createdTs": "2026-05-23T19:37:56.8681129Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:37:56.8681129Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f8ea9fa1-c89d-4bd8-a9c3-b3945ea594cc",
"translations": [
{
"id": "a3bed9b6-058c-49f2-91b4-ccd1e2dd5f05",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3e3513d7-135c-48cb-91d0-975b1697d84e"
},
{
"id": "a3bed9b6-058c-49f2-91b4-ccd1e2dd5f05",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3e3513d7-135c-48cb-91d0-975b1697d84e"
}
]
},
{
"id": "035d2b4f-a488-49f8-8caa-f446b8eb400e",
"description": "sample string 2",
"createdTs": "2026-05-23T19:37:56.8681129Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:37:56.8681129Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f8ea9fa1-c89d-4bd8-a9c3-b3945ea594cc",
"translations": [
{
"id": "a3bed9b6-058c-49f2-91b4-ccd1e2dd5f05",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3e3513d7-135c-48cb-91d0-975b1697d84e"
},
{
"id": "a3bed9b6-058c-49f2-91b4-ccd1e2dd5f05",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3e3513d7-135c-48cb-91d0-975b1697d84e"
}
]
}
],
"translations": [
{
"id": "a3bed9b6-058c-49f2-91b4-ccd1e2dd5f05",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3e3513d7-135c-48cb-91d0-975b1697d84e"
},
{
"id": "a3bed9b6-058c-49f2-91b4-ccd1e2dd5f05",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3e3513d7-135c-48cb-91d0-975b1697d84e"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "68ff2c93-894e-43df-be47-22843d1f8efe",
"taxonomyNameGeneric": "sample string 8"
}