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": "1e7cc0e1-01af-4a31-a1f5-d3019f76a7d5",
"code": "sample string 2",
"createdTs": "2026-02-12T13:41:35.4501015Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:41:35.4501015Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "10f81caf-be10-4850-aee1-8db5b69d18b6",
"qrLogAttributeClass": {
"id": "52d98464-7ef7-4401-ad3d-be2fe1ca7738",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ef588420-dff4-4d59-946e-217319070821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1546f5cd-84f2-48e0-bb33-493a08351bef"
},
{
"id": "ef588420-dff4-4d59-946e-217319070821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1546f5cd-84f2-48e0-bb33-493a08351bef"
}
]
},
"qrLogAttributeListValue": [
{
"id": "49b7ef2b-9049-454c-b332-51e9fe85a711",
"description": "sample string 2",
"createdTs": "2026-02-12T13:41:35.4501015Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:41:35.4501015Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "64897a76-0d29-4e85-b08b-43be46080a82",
"translations": [
{
"id": "ef588420-dff4-4d59-946e-217319070821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1546f5cd-84f2-48e0-bb33-493a08351bef"
},
{
"id": "ef588420-dff4-4d59-946e-217319070821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1546f5cd-84f2-48e0-bb33-493a08351bef"
}
]
},
{
"id": "49b7ef2b-9049-454c-b332-51e9fe85a711",
"description": "sample string 2",
"createdTs": "2026-02-12T13:41:35.4501015Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:41:35.4501015Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "64897a76-0d29-4e85-b08b-43be46080a82",
"translations": [
{
"id": "ef588420-dff4-4d59-946e-217319070821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1546f5cd-84f2-48e0-bb33-493a08351bef"
},
{
"id": "ef588420-dff4-4d59-946e-217319070821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1546f5cd-84f2-48e0-bb33-493a08351bef"
}
]
}
],
"translations": [
{
"id": "ef588420-dff4-4d59-946e-217319070821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1546f5cd-84f2-48e0-bb33-493a08351bef"
},
{
"id": "ef588420-dff4-4d59-946e-217319070821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1546f5cd-84f2-48e0-bb33-493a08351bef"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5a6a8b82-61b5-4a6c-8978-43dc0f712d26",
"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": "7c676eea-e4ed-4c9c-b35c-1960bc418bb2",
"code": "sample string 2",
"createdTs": "2026-02-12T13:41:35.4501015Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:41:35.4501015Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "bb9b2585-ce89-4411-8d50-56f8b1d2cb9c",
"qrLogAttributeClass": {
"id": "5ccea6e7-a6c2-4895-adf4-3417ccaffad3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ad869f9f-762a-40ed-ac7c-ba5f6677f696",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9dd78fd1-36b6-4b13-b620-9349a16c1941"
},
{
"id": "ad869f9f-762a-40ed-ac7c-ba5f6677f696",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9dd78fd1-36b6-4b13-b620-9349a16c1941"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c7f29e05-cd84-43c5-bc6e-f895d1d2f634",
"description": "sample string 2",
"createdTs": "2026-02-12T13:41:35.4501015Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:41:35.4501015Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ac27ec18-d24b-4e98-a240-c1aa967ae716",
"translations": [
{
"id": "ad869f9f-762a-40ed-ac7c-ba5f6677f696",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9dd78fd1-36b6-4b13-b620-9349a16c1941"
},
{
"id": "ad869f9f-762a-40ed-ac7c-ba5f6677f696",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9dd78fd1-36b6-4b13-b620-9349a16c1941"
}
]
},
{
"id": "c7f29e05-cd84-43c5-bc6e-f895d1d2f634",
"description": "sample string 2",
"createdTs": "2026-02-12T13:41:35.4501015Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:41:35.4501015Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ac27ec18-d24b-4e98-a240-c1aa967ae716",
"translations": [
{
"id": "ad869f9f-762a-40ed-ac7c-ba5f6677f696",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9dd78fd1-36b6-4b13-b620-9349a16c1941"
},
{
"id": "ad869f9f-762a-40ed-ac7c-ba5f6677f696",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9dd78fd1-36b6-4b13-b620-9349a16c1941"
}
]
}
],
"translations": [
{
"id": "ad869f9f-762a-40ed-ac7c-ba5f6677f696",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9dd78fd1-36b6-4b13-b620-9349a16c1941"
},
{
"id": "ad869f9f-762a-40ed-ac7c-ba5f6677f696",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9dd78fd1-36b6-4b13-b620-9349a16c1941"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a11da11a-2764-4593-bb45-c5ba9f2b5eef",
"taxonomyNameGeneric": "sample string 8"
}