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": "35694e93-ede7-4978-8adc-d72a53c0d623",
"code": "sample string 2",
"createdTs": "2025-12-18T22:38:09.2495942Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:38:09.2495942Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "bdf05fa1-b524-44bf-9340-3d2883e51688",
"qrLogAttributeClass": {
"id": "150186a8-b1f2-48d7-8104-3a590be312aa",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7706e8df-23b0-4189-9869-c5460a399277",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8b680d66-2dc5-406d-a322-b08cd9710dc6"
},
{
"id": "7706e8df-23b0-4189-9869-c5460a399277",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8b680d66-2dc5-406d-a322-b08cd9710dc6"
}
]
},
"qrLogAttributeListValue": [
{
"id": "a372e508-8c8d-4b7e-bef8-63c1a1be6d52",
"description": "sample string 2",
"createdTs": "2025-12-18T22:38:09.2495942Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:38:09.2495942Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "92b559bd-88d2-487b-8127-6f5fff04b49f",
"translations": [
{
"id": "7706e8df-23b0-4189-9869-c5460a399277",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8b680d66-2dc5-406d-a322-b08cd9710dc6"
},
{
"id": "7706e8df-23b0-4189-9869-c5460a399277",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8b680d66-2dc5-406d-a322-b08cd9710dc6"
}
]
},
{
"id": "a372e508-8c8d-4b7e-bef8-63c1a1be6d52",
"description": "sample string 2",
"createdTs": "2025-12-18T22:38:09.2495942Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:38:09.2495942Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "92b559bd-88d2-487b-8127-6f5fff04b49f",
"translations": [
{
"id": "7706e8df-23b0-4189-9869-c5460a399277",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8b680d66-2dc5-406d-a322-b08cd9710dc6"
},
{
"id": "7706e8df-23b0-4189-9869-c5460a399277",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8b680d66-2dc5-406d-a322-b08cd9710dc6"
}
]
}
],
"translations": [
{
"id": "7706e8df-23b0-4189-9869-c5460a399277",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8b680d66-2dc5-406d-a322-b08cd9710dc6"
},
{
"id": "7706e8df-23b0-4189-9869-c5460a399277",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8b680d66-2dc5-406d-a322-b08cd9710dc6"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "68dd7c0f-1608-4972-ab58-abb7e8ddbeee",
"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": "a4c2de25-f0e5-4445-bd1a-08f980e69714",
"code": "sample string 2",
"createdTs": "2025-12-18T22:38:09.2495942Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:38:09.2495942Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "349ed044-0cf8-415c-b8e9-f9298385819f",
"qrLogAttributeClass": {
"id": "d163ac64-a197-4dde-b244-0f7a288e1ee2",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "63e5b742-9a9a-4f3f-8948-9e1d6c824e23",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "431d63fc-bd60-4d6b-b205-f9a10b179c93"
},
{
"id": "63e5b742-9a9a-4f3f-8948-9e1d6c824e23",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "431d63fc-bd60-4d6b-b205-f9a10b179c93"
}
]
},
"qrLogAttributeListValue": [
{
"id": "4e012ba3-a1d4-478b-8cbe-5b91fe5332fe",
"description": "sample string 2",
"createdTs": "2025-12-18T22:38:09.2495942Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:38:09.2495942Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b92e0c2f-3431-49ed-9975-9b8a8b5eb037",
"translations": [
{
"id": "63e5b742-9a9a-4f3f-8948-9e1d6c824e23",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "431d63fc-bd60-4d6b-b205-f9a10b179c93"
},
{
"id": "63e5b742-9a9a-4f3f-8948-9e1d6c824e23",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "431d63fc-bd60-4d6b-b205-f9a10b179c93"
}
]
},
{
"id": "4e012ba3-a1d4-478b-8cbe-5b91fe5332fe",
"description": "sample string 2",
"createdTs": "2025-12-18T22:38:09.2495942Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:38:09.2495942Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b92e0c2f-3431-49ed-9975-9b8a8b5eb037",
"translations": [
{
"id": "63e5b742-9a9a-4f3f-8948-9e1d6c824e23",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "431d63fc-bd60-4d6b-b205-f9a10b179c93"
},
{
"id": "63e5b742-9a9a-4f3f-8948-9e1d6c824e23",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "431d63fc-bd60-4d6b-b205-f9a10b179c93"
}
]
}
],
"translations": [
{
"id": "63e5b742-9a9a-4f3f-8948-9e1d6c824e23",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "431d63fc-bd60-4d6b-b205-f9a10b179c93"
},
{
"id": "63e5b742-9a9a-4f3f-8948-9e1d6c824e23",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "431d63fc-bd60-4d6b-b205-f9a10b179c93"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "564b65c6-04a2-4752-81fd-47d732189e45",
"taxonomyNameGeneric": "sample string 8"
}