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": "c40e2f3a-dcea-406f-a52f-1ce48870895f",
"code": "sample string 2",
"createdTs": "2026-05-29T15:58:03.07794Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:03.07794Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "f6cfc3a3-7016-4849-8897-617f61e8cd97",
"qrLogAttributeClass": {
"id": "67e63ade-2ec1-4cfc-a573-79e5930aaba5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2b887713-0b5c-4815-bf71-083daf0874c5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16352ce7-c547-4573-8812-c41967708acb"
},
{
"id": "2b887713-0b5c-4815-bf71-083daf0874c5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16352ce7-c547-4573-8812-c41967708acb"
}
]
},
"qrLogAttributeListValue": [
{
"id": "05a25bbd-7b49-40a1-9447-69ac893303b7",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:03.07794Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:03.07794Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "714d11b2-1b05-4175-9f6b-b93b8e3481d6",
"translations": [
{
"id": "2b887713-0b5c-4815-bf71-083daf0874c5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16352ce7-c547-4573-8812-c41967708acb"
},
{
"id": "2b887713-0b5c-4815-bf71-083daf0874c5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16352ce7-c547-4573-8812-c41967708acb"
}
]
},
{
"id": "05a25bbd-7b49-40a1-9447-69ac893303b7",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:03.07794Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:03.07794Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "714d11b2-1b05-4175-9f6b-b93b8e3481d6",
"translations": [
{
"id": "2b887713-0b5c-4815-bf71-083daf0874c5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16352ce7-c547-4573-8812-c41967708acb"
},
{
"id": "2b887713-0b5c-4815-bf71-083daf0874c5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16352ce7-c547-4573-8812-c41967708acb"
}
]
}
],
"translations": [
{
"id": "2b887713-0b5c-4815-bf71-083daf0874c5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16352ce7-c547-4573-8812-c41967708acb"
},
{
"id": "2b887713-0b5c-4815-bf71-083daf0874c5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16352ce7-c547-4573-8812-c41967708acb"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "811288be-ea2e-4867-b091-09db9a7714f1",
"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": "4bb0799e-26e6-4bfb-a91c-265a56e81468",
"code": "sample string 2",
"createdTs": "2026-05-29T15:58:03.07794Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:03.07794Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b9f795ab-908d-4e3b-a66b-d1344f0716d6",
"qrLogAttributeClass": {
"id": "133ee201-4f6e-4003-9b2a-c35b4e221d9c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "13f14d71-5ffa-4733-a73c-1d42df29e68c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3cacd0fa-0657-479e-84fa-14d7d1d89539"
},
{
"id": "13f14d71-5ffa-4733-a73c-1d42df29e68c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3cacd0fa-0657-479e-84fa-14d7d1d89539"
}
]
},
"qrLogAttributeListValue": [
{
"id": "97575d86-0605-4bb8-b464-04bc915f0109",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:03.07794Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:03.07794Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "eed5e559-8684-4073-a835-5da4bf7c7c52",
"translations": [
{
"id": "13f14d71-5ffa-4733-a73c-1d42df29e68c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3cacd0fa-0657-479e-84fa-14d7d1d89539"
},
{
"id": "13f14d71-5ffa-4733-a73c-1d42df29e68c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3cacd0fa-0657-479e-84fa-14d7d1d89539"
}
]
},
{
"id": "97575d86-0605-4bb8-b464-04bc915f0109",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:03.07794Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:03.07794Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "eed5e559-8684-4073-a835-5da4bf7c7c52",
"translations": [
{
"id": "13f14d71-5ffa-4733-a73c-1d42df29e68c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3cacd0fa-0657-479e-84fa-14d7d1d89539"
},
{
"id": "13f14d71-5ffa-4733-a73c-1d42df29e68c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3cacd0fa-0657-479e-84fa-14d7d1d89539"
}
]
}
],
"translations": [
{
"id": "13f14d71-5ffa-4733-a73c-1d42df29e68c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3cacd0fa-0657-479e-84fa-14d7d1d89539"
},
{
"id": "13f14d71-5ffa-4733-a73c-1d42df29e68c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3cacd0fa-0657-479e-84fa-14d7d1d89539"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "85e0075e-8202-456e-8b05-a81c00c6d1a4",
"taxonomyNameGeneric": "sample string 8"
}