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": "3a3b63ce-22f0-4c1c-97e6-4a383b9c4f09",
"code": "sample string 2",
"createdTs": "2025-11-06T10:06:31.8873846Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:06:31.8873846Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "353cd995-fab7-4466-b4ed-640804ab89ff",
"qrLogAttributeClass": {
"id": "3d541c4d-a6af-4516-a1d9-876821520035",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "76ca50c7-1da2-47da-9a45-d0b6edc0c993",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d831fe4a-dda7-4a63-90fd-eecc0e072087"
},
{
"id": "76ca50c7-1da2-47da-9a45-d0b6edc0c993",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d831fe4a-dda7-4a63-90fd-eecc0e072087"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e742e220-cb1f-46c1-b0d9-9a6413c1b3f6",
"description": "sample string 2",
"createdTs": "2025-11-06T10:06:31.8873846Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:06:31.8873846Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "968445a2-3f1e-497b-970d-f2bb403a95a0",
"translations": [
{
"id": "76ca50c7-1da2-47da-9a45-d0b6edc0c993",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d831fe4a-dda7-4a63-90fd-eecc0e072087"
},
{
"id": "76ca50c7-1da2-47da-9a45-d0b6edc0c993",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d831fe4a-dda7-4a63-90fd-eecc0e072087"
}
]
},
{
"id": "e742e220-cb1f-46c1-b0d9-9a6413c1b3f6",
"description": "sample string 2",
"createdTs": "2025-11-06T10:06:31.8873846Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:06:31.8873846Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "968445a2-3f1e-497b-970d-f2bb403a95a0",
"translations": [
{
"id": "76ca50c7-1da2-47da-9a45-d0b6edc0c993",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d831fe4a-dda7-4a63-90fd-eecc0e072087"
},
{
"id": "76ca50c7-1da2-47da-9a45-d0b6edc0c993",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d831fe4a-dda7-4a63-90fd-eecc0e072087"
}
]
}
],
"translations": [
{
"id": "76ca50c7-1da2-47da-9a45-d0b6edc0c993",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d831fe4a-dda7-4a63-90fd-eecc0e072087"
},
{
"id": "76ca50c7-1da2-47da-9a45-d0b6edc0c993",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d831fe4a-dda7-4a63-90fd-eecc0e072087"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "d5a4f703-a37e-4702-a937-e0fae4a2ecde",
"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": "935c17e7-0d21-4673-b25e-e8e37ce94b0e",
"code": "sample string 2",
"createdTs": "2025-11-06T10:06:32.1764803Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:06:32.1764803Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "f61ff486-22a7-4874-b01b-63b6b692f0cd",
"qrLogAttributeClass": {
"id": "d985f4ee-99a5-4c49-88c1-18f842082adf",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "57f2a69f-cf2c-439c-8d14-c9662694e14b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "219c2901-c5d7-4df5-9687-71fc419f7691"
},
{
"id": "57f2a69f-cf2c-439c-8d14-c9662694e14b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "219c2901-c5d7-4df5-9687-71fc419f7691"
}
]
},
"qrLogAttributeListValue": [
{
"id": "18c580e4-30f6-43fe-9ba7-f6251613acc6",
"description": "sample string 2",
"createdTs": "2025-11-06T10:06:32.1764803Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:06:32.1764803Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "172dd98a-e16f-4de6-91ee-7b7e7493deb8",
"translations": [
{
"id": "57f2a69f-cf2c-439c-8d14-c9662694e14b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "219c2901-c5d7-4df5-9687-71fc419f7691"
},
{
"id": "57f2a69f-cf2c-439c-8d14-c9662694e14b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "219c2901-c5d7-4df5-9687-71fc419f7691"
}
]
},
{
"id": "18c580e4-30f6-43fe-9ba7-f6251613acc6",
"description": "sample string 2",
"createdTs": "2025-11-06T10:06:32.1764803Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:06:32.1764803Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "172dd98a-e16f-4de6-91ee-7b7e7493deb8",
"translations": [
{
"id": "57f2a69f-cf2c-439c-8d14-c9662694e14b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "219c2901-c5d7-4df5-9687-71fc419f7691"
},
{
"id": "57f2a69f-cf2c-439c-8d14-c9662694e14b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "219c2901-c5d7-4df5-9687-71fc419f7691"
}
]
}
],
"translations": [
{
"id": "57f2a69f-cf2c-439c-8d14-c9662694e14b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "219c2901-c5d7-4df5-9687-71fc419f7691"
},
{
"id": "57f2a69f-cf2c-439c-8d14-c9662694e14b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "219c2901-c5d7-4df5-9687-71fc419f7691"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "dd438881-6df6-41c0-9bdc-6a8ec5378cc8",
"taxonomyNameGeneric": "sample string 8"
}