PATCH api/v2/MapaLabsQRCodeCreationTypeTranslations

Request

URI Parameters

Body Parameters

MapaLabsQRCodeCreationTypeTranslationPatch
NameDescriptionTypeAdditional information
MapaLabsQRCodeCreationTypeId

integer

Required

LanguageId

integer

Required

Identification

string

Request Formats

application/json, text/json

Sample:
{
  "MapaLabsQRCodeCreationTypeId": 1,
  "LanguageId": 2,
  "Identification": "sample string 3"
}

text/html

Sample:
{"MapaLabsQRCodeCreationTypeId":1,"LanguageId":2,"Identification":"sample string 3"}

Response

MapaLabsQRCodeCreationTypeTranslationDetail
NameDescriptionTypeAdditional information
EditionUserId

integer

EditionDateTime

date

Id

integer

MapaLabsQRCodeCreationTypeId

integer

LanguageId

integer

Identification

string

Response Format

application/json, text/json

Sample:
{
  "Identification": "sample string 4",
  "Id": 1,
  "MapaLabsQRCodeCreationTypeId": 2,
  "LanguageId": 3,
  "EditionUserId": 1,
  "EditionDateTime": "2026-05-05T22:54:59.7982414Z"
}

text/html

Sample:
{"Identification":"sample string 4","Id":1,"MapaLabsQRCodeCreationTypeId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-05-05T22:54:59.7982414Z"}