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": "fac9feeb-2115-48e5-844a-1d8085c9175e",
"code": "sample string 2",
"createdTs": "2025-12-19T05:15:59.6679586Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:15:59.6679586Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "649862e6-5090-4c86-a078-12d034c7524e",
"qrLogAttributeClass": {
"id": "ca99cb33-e6dc-45bc-98cb-0e3a93ba0ab9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8731364e-55ce-46de-8c96-7a07c8a079b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "37fb9a79-20fd-4a1d-a38a-d6593368f106"
},
{
"id": "8731364e-55ce-46de-8c96-7a07c8a079b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "37fb9a79-20fd-4a1d-a38a-d6593368f106"
}
]
},
"qrLogAttributeListValue": [
{
"id": "181eae5b-ec52-41ee-b5e8-f532946e7f9c",
"description": "sample string 2",
"createdTs": "2025-12-19T05:15:59.6679586Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:15:59.6679586Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "5b4ebf73-5cc6-46e1-8417-d25aee351b96",
"translations": [
{
"id": "8731364e-55ce-46de-8c96-7a07c8a079b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "37fb9a79-20fd-4a1d-a38a-d6593368f106"
},
{
"id": "8731364e-55ce-46de-8c96-7a07c8a079b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "37fb9a79-20fd-4a1d-a38a-d6593368f106"
}
]
},
{
"id": "181eae5b-ec52-41ee-b5e8-f532946e7f9c",
"description": "sample string 2",
"createdTs": "2025-12-19T05:15:59.6679586Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:15:59.6679586Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "5b4ebf73-5cc6-46e1-8417-d25aee351b96",
"translations": [
{
"id": "8731364e-55ce-46de-8c96-7a07c8a079b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "37fb9a79-20fd-4a1d-a38a-d6593368f106"
},
{
"id": "8731364e-55ce-46de-8c96-7a07c8a079b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "37fb9a79-20fd-4a1d-a38a-d6593368f106"
}
]
}
],
"translations": [
{
"id": "8731364e-55ce-46de-8c96-7a07c8a079b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "37fb9a79-20fd-4a1d-a38a-d6593368f106"
},
{
"id": "8731364e-55ce-46de-8c96-7a07c8a079b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "37fb9a79-20fd-4a1d-a38a-d6593368f106"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c324d8b7-2bb3-45b1-90fd-2d083044d5a6",
"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": "f9f93eb6-daf7-4494-96f8-8bddd1d2bffe",
"code": "sample string 2",
"createdTs": "2025-12-19T05:15:59.6679586Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:15:59.6679586Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "240f9271-7f13-4610-b193-a53f75aa1a79",
"qrLogAttributeClass": {
"id": "5878eb30-68cc-439d-963e-a9142c105ee2",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4b515269-d20e-428d-9109-a9457696d724",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5f7b2b2-ab1e-40ab-ac0a-6b53e5316941"
},
{
"id": "4b515269-d20e-428d-9109-a9457696d724",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5f7b2b2-ab1e-40ab-ac0a-6b53e5316941"
}
]
},
"qrLogAttributeListValue": [
{
"id": "b687df38-a893-4baa-980b-7e6d23908c02",
"description": "sample string 2",
"createdTs": "2025-12-19T05:15:59.6679586Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:15:59.6679586Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6b9a4bc9-18e3-44f2-8195-dd6b86bec499",
"translations": [
{
"id": "4b515269-d20e-428d-9109-a9457696d724",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5f7b2b2-ab1e-40ab-ac0a-6b53e5316941"
},
{
"id": "4b515269-d20e-428d-9109-a9457696d724",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5f7b2b2-ab1e-40ab-ac0a-6b53e5316941"
}
]
},
{
"id": "b687df38-a893-4baa-980b-7e6d23908c02",
"description": "sample string 2",
"createdTs": "2025-12-19T05:15:59.6679586Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:15:59.6679586Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6b9a4bc9-18e3-44f2-8195-dd6b86bec499",
"translations": [
{
"id": "4b515269-d20e-428d-9109-a9457696d724",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5f7b2b2-ab1e-40ab-ac0a-6b53e5316941"
},
{
"id": "4b515269-d20e-428d-9109-a9457696d724",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5f7b2b2-ab1e-40ab-ac0a-6b53e5316941"
}
]
}
],
"translations": [
{
"id": "4b515269-d20e-428d-9109-a9457696d724",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5f7b2b2-ab1e-40ab-ac0a-6b53e5316941"
},
{
"id": "4b515269-d20e-428d-9109-a9457696d724",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5f7b2b2-ab1e-40ab-ac0a-6b53e5316941"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "bdc184dc-14ae-4e42-b74d-58d411feb596",
"taxonomyNameGeneric": "sample string 8"
}