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": "874defed-0c69-4f2f-be98-9d14d127fbad",
"code": "sample string 2",
"createdTs": "2026-02-18T23:38:32.5285756Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:38:32.5285756Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "8f90ea94-2a40-4d63-b03e-b97d58a18d9e",
"qrLogAttributeClass": {
"id": "c9e392c8-eca8-4dec-a692-bb75bc88ab24",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "43e9fe6a-18ed-4fc9-91dd-630d08cc21b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be7f8fb8-8f22-4e9f-a283-79d998717cfc"
},
{
"id": "43e9fe6a-18ed-4fc9-91dd-630d08cc21b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be7f8fb8-8f22-4e9f-a283-79d998717cfc"
}
]
},
"qrLogAttributeListValue": [
{
"id": "1b622aa6-38b6-4b83-b4ba-05174bc5158d",
"description": "sample string 2",
"createdTs": "2026-02-18T23:38:32.5285756Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:38:32.5285756Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2da9e818-f45e-4c0e-9106-c6ea37512f71",
"translations": [
{
"id": "43e9fe6a-18ed-4fc9-91dd-630d08cc21b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be7f8fb8-8f22-4e9f-a283-79d998717cfc"
},
{
"id": "43e9fe6a-18ed-4fc9-91dd-630d08cc21b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be7f8fb8-8f22-4e9f-a283-79d998717cfc"
}
]
},
{
"id": "1b622aa6-38b6-4b83-b4ba-05174bc5158d",
"description": "sample string 2",
"createdTs": "2026-02-18T23:38:32.5285756Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:38:32.5285756Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2da9e818-f45e-4c0e-9106-c6ea37512f71",
"translations": [
{
"id": "43e9fe6a-18ed-4fc9-91dd-630d08cc21b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be7f8fb8-8f22-4e9f-a283-79d998717cfc"
},
{
"id": "43e9fe6a-18ed-4fc9-91dd-630d08cc21b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be7f8fb8-8f22-4e9f-a283-79d998717cfc"
}
]
}
],
"translations": [
{
"id": "43e9fe6a-18ed-4fc9-91dd-630d08cc21b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be7f8fb8-8f22-4e9f-a283-79d998717cfc"
},
{
"id": "43e9fe6a-18ed-4fc9-91dd-630d08cc21b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be7f8fb8-8f22-4e9f-a283-79d998717cfc"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "4b1e543f-641d-4b9d-8cda-db118043c5e5",
"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": "66b81ca4-5ffc-48de-a04a-94d92462d615",
"code": "sample string 2",
"createdTs": "2026-02-18T23:38:32.5285756Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:38:32.5285756Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "179d497b-3702-4c4e-9d5a-4d8e416d3edf",
"qrLogAttributeClass": {
"id": "dd086419-9fa5-42f4-9313-ce3f7d844053",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "895b05bd-7dcf-4fbb-aea0-e34a4ecdea87",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "89e82243-0d4e-4ef5-b71f-1376c55ecca3"
},
{
"id": "895b05bd-7dcf-4fbb-aea0-e34a4ecdea87",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "89e82243-0d4e-4ef5-b71f-1376c55ecca3"
}
]
},
"qrLogAttributeListValue": [
{
"id": "2f43f6cc-e41f-4e8a-9d12-4b29e39cddc2",
"description": "sample string 2",
"createdTs": "2026-02-18T23:38:32.5285756Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:38:32.5285756Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e49ed416-f770-4f26-8a4b-1520491d5a12",
"translations": [
{
"id": "895b05bd-7dcf-4fbb-aea0-e34a4ecdea87",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "89e82243-0d4e-4ef5-b71f-1376c55ecca3"
},
{
"id": "895b05bd-7dcf-4fbb-aea0-e34a4ecdea87",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "89e82243-0d4e-4ef5-b71f-1376c55ecca3"
}
]
},
{
"id": "2f43f6cc-e41f-4e8a-9d12-4b29e39cddc2",
"description": "sample string 2",
"createdTs": "2026-02-18T23:38:32.5285756Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:38:32.5285756Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e49ed416-f770-4f26-8a4b-1520491d5a12",
"translations": [
{
"id": "895b05bd-7dcf-4fbb-aea0-e34a4ecdea87",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "89e82243-0d4e-4ef5-b71f-1376c55ecca3"
},
{
"id": "895b05bd-7dcf-4fbb-aea0-e34a4ecdea87",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "89e82243-0d4e-4ef5-b71f-1376c55ecca3"
}
]
}
],
"translations": [
{
"id": "895b05bd-7dcf-4fbb-aea0-e34a4ecdea87",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "89e82243-0d4e-4ef5-b71f-1376c55ecca3"
},
{
"id": "895b05bd-7dcf-4fbb-aea0-e34a4ecdea87",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "89e82243-0d4e-4ef5-b71f-1376c55ecca3"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "7c4b4abc-f733-4917-8d42-dc281c41842b",
"taxonomyNameGeneric": "sample string 8"
}