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": "363b405e-e149-4a0b-b3d1-148e48556cad",
"code": "sample string 2",
"createdTs": "2025-11-09T11:35:36.2664765Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:35:36.2664765Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "ffc924a3-2fee-4350-b079-9dfb9610f4a8",
"qrLogAttributeClass": {
"id": "ce537d15-1d92-4d17-8f54-50167fb850b9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1c040eb1-3c24-468f-bb6a-b49bb1be0978",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d16ffafd-052c-4c0b-9847-0f9894538aa6"
},
{
"id": "1c040eb1-3c24-468f-bb6a-b49bb1be0978",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d16ffafd-052c-4c0b-9847-0f9894538aa6"
}
]
},
"qrLogAttributeListValue": [
{
"id": "a84f1331-9ff0-489a-9bb2-c5e66de53a23",
"description": "sample string 2",
"createdTs": "2025-11-09T11:35:36.2664765Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:35:36.2664765Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "fa742a33-e9fb-47f2-b87b-6d128feda26a",
"translations": [
{
"id": "1c040eb1-3c24-468f-bb6a-b49bb1be0978",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d16ffafd-052c-4c0b-9847-0f9894538aa6"
},
{
"id": "1c040eb1-3c24-468f-bb6a-b49bb1be0978",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d16ffafd-052c-4c0b-9847-0f9894538aa6"
}
]
},
{
"id": "a84f1331-9ff0-489a-9bb2-c5e66de53a23",
"description": "sample string 2",
"createdTs": "2025-11-09T11:35:36.2664765Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:35:36.2664765Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "fa742a33-e9fb-47f2-b87b-6d128feda26a",
"translations": [
{
"id": "1c040eb1-3c24-468f-bb6a-b49bb1be0978",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d16ffafd-052c-4c0b-9847-0f9894538aa6"
},
{
"id": "1c040eb1-3c24-468f-bb6a-b49bb1be0978",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d16ffafd-052c-4c0b-9847-0f9894538aa6"
}
]
}
],
"translations": [
{
"id": "1c040eb1-3c24-468f-bb6a-b49bb1be0978",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d16ffafd-052c-4c0b-9847-0f9894538aa6"
},
{
"id": "1c040eb1-3c24-468f-bb6a-b49bb1be0978",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d16ffafd-052c-4c0b-9847-0f9894538aa6"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "6ab20c3e-ae1e-4edb-adaa-29bd02a12612",
"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": "ea294df0-68e7-4cf7-81e2-7f1dd2929e58",
"code": "sample string 2",
"createdTs": "2025-11-09T11:35:36.2664765Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:35:36.2664765Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "76816e62-8e38-4ce1-b8f1-01982b80bd72",
"qrLogAttributeClass": {
"id": "927640de-b837-41ef-8579-f147b1b2ed2b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f323b8ba-7d75-44ba-903e-3b0e95ab67e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf294cd8-27e3-4d27-a8b5-c9e066268063"
},
{
"id": "f323b8ba-7d75-44ba-903e-3b0e95ab67e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf294cd8-27e3-4d27-a8b5-c9e066268063"
}
]
},
"qrLogAttributeListValue": [
{
"id": "596ca72d-2c26-423c-90b0-ed7cb2c9c32e",
"description": "sample string 2",
"createdTs": "2025-11-09T11:35:36.2664765Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:35:36.2664765Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "989943e5-be78-4722-9621-5c0a0f503809",
"translations": [
{
"id": "f323b8ba-7d75-44ba-903e-3b0e95ab67e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf294cd8-27e3-4d27-a8b5-c9e066268063"
},
{
"id": "f323b8ba-7d75-44ba-903e-3b0e95ab67e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf294cd8-27e3-4d27-a8b5-c9e066268063"
}
]
},
{
"id": "596ca72d-2c26-423c-90b0-ed7cb2c9c32e",
"description": "sample string 2",
"createdTs": "2025-11-09T11:35:36.2664765Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:35:36.2664765Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "989943e5-be78-4722-9621-5c0a0f503809",
"translations": [
{
"id": "f323b8ba-7d75-44ba-903e-3b0e95ab67e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf294cd8-27e3-4d27-a8b5-c9e066268063"
},
{
"id": "f323b8ba-7d75-44ba-903e-3b0e95ab67e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf294cd8-27e3-4d27-a8b5-c9e066268063"
}
]
}
],
"translations": [
{
"id": "f323b8ba-7d75-44ba-903e-3b0e95ab67e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf294cd8-27e3-4d27-a8b5-c9e066268063"
},
{
"id": "f323b8ba-7d75-44ba-903e-3b0e95ab67e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf294cd8-27e3-4d27-a8b5-c9e066268063"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9df26084-b79d-4b62-b71a-fa8e9d1ba4f0",
"taxonomyNameGeneric": "sample string 8"
}