PUT api/QRLogAttributes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

QRLogAttribute
NameDescriptionTypeAdditional 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": "775b87dc-ed27-44da-9add-f2a6a59ee0f7",
  "code": "sample string 2",
  "createdTs": "2024-09-19T18:52:56.9129852Z",
  "createdBy": "sample string 3",
  "modifiedTs": "2024-09-19T18:52:56.9129852Z",
  "modifiedBy": "sample string 4",
  "customerId": 1,
  "visible": true,
  "qrLogAttributeClassId": "a01883d6-4074-4b56-a986-6ddd726e8b63",
  "qrLogAttributeClass": {
    "id": "3788524d-ba5c-489f-9fd5-51008837440b",
    "code": "sample string 2",
    "name": "sample string 3",
    "translations": [
      {
        "id": "fb5f5c2a-0639-47a8-af25-48fc9db05f38",
        "languageCode": "sample string 2",
        "languageTranslation": "sample string 3",
        "property": "sample string 4",
        "translatableId": "fe8e0511-07c0-4e39-b5b6-73b32303e530"
      },
      {
        "id": "fb5f5c2a-0639-47a8-af25-48fc9db05f38",
        "languageCode": "sample string 2",
        "languageTranslation": "sample string 3",
        "property": "sample string 4",
        "translatableId": "fe8e0511-07c0-4e39-b5b6-73b32303e530"
      }
    ]
  },
  "qrLogAttributeListValue": [
    {
      "id": "682b686f-9150-4b0c-ba87-3136d3145b11",
      "description": "sample string 2",
      "createdTs": "2024-09-19T18:52:56.9129852Z",
      "createdBy": "sample string 3",
      "modifiedTs": "2024-09-19T18:52:56.9129852Z",
      "modifiedBy": "sample string 4",
      "isActive": true,
      "customerId": 1,
      "qrLogAttributeId": "3ddd6377-21e0-4af0-9d8d-3970ac00e5be",
      "translations": [
        {
          "id": "fb5f5c2a-0639-47a8-af25-48fc9db05f38",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "fe8e0511-07c0-4e39-b5b6-73b32303e530"
        },
        {
          "id": "fb5f5c2a-0639-47a8-af25-48fc9db05f38",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "fe8e0511-07c0-4e39-b5b6-73b32303e530"
        }
      ]
    },
    {
      "id": "682b686f-9150-4b0c-ba87-3136d3145b11",
      "description": "sample string 2",
      "createdTs": "2024-09-19T18:52:56.9129852Z",
      "createdBy": "sample string 3",
      "modifiedTs": "2024-09-19T18:52:56.9129852Z",
      "modifiedBy": "sample string 4",
      "isActive": true,
      "customerId": 1,
      "qrLogAttributeId": "3ddd6377-21e0-4af0-9d8d-3970ac00e5be",
      "translations": [
        {
          "id": "fb5f5c2a-0639-47a8-af25-48fc9db05f38",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "fe8e0511-07c0-4e39-b5b6-73b32303e530"
        },
        {
          "id": "fb5f5c2a-0639-47a8-af25-48fc9db05f38",
          "languageCode": "sample string 2",
          "languageTranslation": "sample string 3",
          "property": "sample string 4",
          "translatableId": "fe8e0511-07c0-4e39-b5b6-73b32303e530"
        }
      ]
    }
  ],
  "translations": [
    {
      "id": "fb5f5c2a-0639-47a8-af25-48fc9db05f38",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "fe8e0511-07c0-4e39-b5b6-73b32303e530"
    },
    {
      "id": "fb5f5c2a-0639-47a8-af25-48fc9db05f38",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "fe8e0511-07c0-4e39-b5b6-73b32303e530"
    }
  ],
  "index": 1,
  "required": true,
  "qrLogAttributeGlobalRefId": "ef53e902-b862-4d14-b432-2fa57dc4cfaa",
  "taxonomyNameGeneric": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QRLogAttribute'.

Response Information

Resource Description

None.