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": "1dbe3021-97c0-4b58-9b8f-cf0bebcb0f0b",
"code": "sample string 2",
"createdTs": "2026-08-28T06:24:17.4947998Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:24:17.4947998Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "04543707-dccb-498f-8fe5-79acdd054360",
"qrLogAttributeClass": {
"id": "94d2e3bb-f4a4-4887-948d-e5b8621d7306",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "0d8e2edd-6f37-46d3-9a2c-39b2a257e3e4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5a81052-7781-4c23-9fda-8da29b99f73c"
},
{
"id": "0d8e2edd-6f37-46d3-9a2c-39b2a257e3e4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5a81052-7781-4c23-9fda-8da29b99f73c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "bcaaf3be-c51c-41e0-b677-f73faa2b3d6e",
"description": "sample string 2",
"createdTs": "2026-08-28T06:24:17.4947998Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:24:17.4947998Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ca0b5f1b-2734-43f8-8941-be0809ca2a8e",
"translations": [
{
"id": "0d8e2edd-6f37-46d3-9a2c-39b2a257e3e4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5a81052-7781-4c23-9fda-8da29b99f73c"
},
{
"id": "0d8e2edd-6f37-46d3-9a2c-39b2a257e3e4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5a81052-7781-4c23-9fda-8da29b99f73c"
}
]
},
{
"id": "bcaaf3be-c51c-41e0-b677-f73faa2b3d6e",
"description": "sample string 2",
"createdTs": "2026-08-28T06:24:17.4947998Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:24:17.4947998Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ca0b5f1b-2734-43f8-8941-be0809ca2a8e",
"translations": [
{
"id": "0d8e2edd-6f37-46d3-9a2c-39b2a257e3e4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5a81052-7781-4c23-9fda-8da29b99f73c"
},
{
"id": "0d8e2edd-6f37-46d3-9a2c-39b2a257e3e4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5a81052-7781-4c23-9fda-8da29b99f73c"
}
]
}
],
"translations": [
{
"id": "0d8e2edd-6f37-46d3-9a2c-39b2a257e3e4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5a81052-7781-4c23-9fda-8da29b99f73c"
},
{
"id": "0d8e2edd-6f37-46d3-9a2c-39b2a257e3e4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5a81052-7781-4c23-9fda-8da29b99f73c"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "0014b2ca-3eb1-40f3-a652-364724d95eea",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "d3e24290-88d2-4a77-814d-ba78e55496a3",
"code": "sample string 2",
"createdTs": "2026-08-28T06:24:17.4947998Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:24:17.4947998Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1b1b4860-7f39-4e31-ac36-4d4f2ff9cbd0",
"qrLogAttributeClass": {
"id": "84f3d7cf-d144-41d0-84a0-9416c68e746b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c5f3e784-3686-48f8-b80d-b73fd46630be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cea513bb-19d7-40d8-88e8-6b5e4f2e2ae5"
},
{
"id": "c5f3e784-3686-48f8-b80d-b73fd46630be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cea513bb-19d7-40d8-88e8-6b5e4f2e2ae5"
}
]
},
"qrLogAttributeListValue": [
{
"id": "38e20f15-111f-4e24-867b-8439f9de5791",
"description": "sample string 2",
"createdTs": "2026-08-28T06:24:17.4947998Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:24:17.4947998Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2cf85a2c-61ef-4424-981b-44881112a076",
"translations": [
{
"id": "c5f3e784-3686-48f8-b80d-b73fd46630be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cea513bb-19d7-40d8-88e8-6b5e4f2e2ae5"
},
{
"id": "c5f3e784-3686-48f8-b80d-b73fd46630be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cea513bb-19d7-40d8-88e8-6b5e4f2e2ae5"
}
]
},
{
"id": "38e20f15-111f-4e24-867b-8439f9de5791",
"description": "sample string 2",
"createdTs": "2026-08-28T06:24:17.4947998Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:24:17.4947998Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2cf85a2c-61ef-4424-981b-44881112a076",
"translations": [
{
"id": "c5f3e784-3686-48f8-b80d-b73fd46630be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cea513bb-19d7-40d8-88e8-6b5e4f2e2ae5"
},
{
"id": "c5f3e784-3686-48f8-b80d-b73fd46630be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cea513bb-19d7-40d8-88e8-6b5e4f2e2ae5"
}
]
}
],
"translations": [
{
"id": "c5f3e784-3686-48f8-b80d-b73fd46630be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cea513bb-19d7-40d8-88e8-6b5e4f2e2ae5"
},
{
"id": "c5f3e784-3686-48f8-b80d-b73fd46630be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cea513bb-19d7-40d8-88e8-6b5e4f2e2ae5"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f4382663-8ff8-443e-9241-a932e6943578",
"taxonomyNameGeneric": "sample string 8"
}