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": "2f7ccf58-8552-45ff-96e0-86194962dd78",
"code": "sample string 2",
"createdTs": "2026-04-12T21:52:32.0191996Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:52:32.0191996Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "db4832f3-bbdd-40f1-a7e4-7fb0d25b635e",
"qrLogAttributeClass": {
"id": "8a93ee59-af68-46f2-8854-f3e87a2b90e1",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5234b78f-8121-456d-98cf-f8e1d46fac36",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5277127-63bd-4119-ba1f-5fb1bd4f3158"
},
{
"id": "5234b78f-8121-456d-98cf-f8e1d46fac36",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5277127-63bd-4119-ba1f-5fb1bd4f3158"
}
]
},
"qrLogAttributeListValue": [
{
"id": "1c5054c1-d2af-4d70-bbf6-f94a792a3730",
"description": "sample string 2",
"createdTs": "2026-04-12T21:52:32.0191996Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:52:32.0191996Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "923f393f-43dc-4e99-bdc5-2ff1e0ef52ea",
"translations": [
{
"id": "5234b78f-8121-456d-98cf-f8e1d46fac36",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5277127-63bd-4119-ba1f-5fb1bd4f3158"
},
{
"id": "5234b78f-8121-456d-98cf-f8e1d46fac36",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5277127-63bd-4119-ba1f-5fb1bd4f3158"
}
]
},
{
"id": "1c5054c1-d2af-4d70-bbf6-f94a792a3730",
"description": "sample string 2",
"createdTs": "2026-04-12T21:52:32.0191996Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:52:32.0191996Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "923f393f-43dc-4e99-bdc5-2ff1e0ef52ea",
"translations": [
{
"id": "5234b78f-8121-456d-98cf-f8e1d46fac36",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5277127-63bd-4119-ba1f-5fb1bd4f3158"
},
{
"id": "5234b78f-8121-456d-98cf-f8e1d46fac36",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5277127-63bd-4119-ba1f-5fb1bd4f3158"
}
]
}
],
"translations": [
{
"id": "5234b78f-8121-456d-98cf-f8e1d46fac36",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5277127-63bd-4119-ba1f-5fb1bd4f3158"
},
{
"id": "5234b78f-8121-456d-98cf-f8e1d46fac36",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5277127-63bd-4119-ba1f-5fb1bd4f3158"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "91998edc-29f5-4e1d-b8eb-a1bd414ec232",
"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": "03a8d643-21c1-4225-a647-84db5e44a23f",
"code": "sample string 2",
"createdTs": "2026-04-12T21:52:32.0348143Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:52:32.0348143Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "635d40df-9633-49b0-85d6-2f52d5a013a3",
"qrLogAttributeClass": {
"id": "0208e203-c0dc-4ca7-a152-76086dd89e62",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "9b65eec9-4bd7-4620-a7cc-5ac21ea47391",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "128ecfce-b4aa-47ee-b751-49cbe6ab275d"
},
{
"id": "9b65eec9-4bd7-4620-a7cc-5ac21ea47391",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "128ecfce-b4aa-47ee-b751-49cbe6ab275d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "d9ff652b-fb31-407f-bead-a0a9830026e5",
"description": "sample string 2",
"createdTs": "2026-04-12T21:52:32.0348143Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:52:32.0348143Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "78e8f768-594e-477a-a49a-b27256c105bf",
"translations": [
{
"id": "9b65eec9-4bd7-4620-a7cc-5ac21ea47391",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "128ecfce-b4aa-47ee-b751-49cbe6ab275d"
},
{
"id": "9b65eec9-4bd7-4620-a7cc-5ac21ea47391",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "128ecfce-b4aa-47ee-b751-49cbe6ab275d"
}
]
},
{
"id": "d9ff652b-fb31-407f-bead-a0a9830026e5",
"description": "sample string 2",
"createdTs": "2026-04-12T21:52:32.0348143Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:52:32.0348143Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "78e8f768-594e-477a-a49a-b27256c105bf",
"translations": [
{
"id": "9b65eec9-4bd7-4620-a7cc-5ac21ea47391",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "128ecfce-b4aa-47ee-b751-49cbe6ab275d"
},
{
"id": "9b65eec9-4bd7-4620-a7cc-5ac21ea47391",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "128ecfce-b4aa-47ee-b751-49cbe6ab275d"
}
]
}
],
"translations": [
{
"id": "9b65eec9-4bd7-4620-a7cc-5ac21ea47391",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "128ecfce-b4aa-47ee-b751-49cbe6ab275d"
},
{
"id": "9b65eec9-4bd7-4620-a7cc-5ac21ea47391",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "128ecfce-b4aa-47ee-b751-49cbe6ab275d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "80c011bd-66f4-4ba7-a07c-a7968d9f09a9",
"taxonomyNameGeneric": "sample string 8"
}