POST api/v2/MapaLabsQRCodes

Request

URI Parameters

Response

MapaLabsQRCodeBasic
NameDescriptionTypeAdditional information
Id

integer

MapaCollectionIdentifier

string

CreationType

MapaLabsQRCodeCreationTypeIdentification

CreationDateTime

date

CreationUser

UserIdentification

Response Format

application/json, text/json

Sample:
{
  "Id": 1,
  "MapaCollectionIdentifier": "sample string 2",
  "CreationType": {
    "Id": 1,
    "Identification": "sample string 2"
  },
  "CreationDateTime": "2025-08-04T18:38:58.4798889Z",
  "CreationUser": {
    "Id": 1,
    "Identification": "sample string 2"
  }
}

text/html

Sample:
{"Id":1,"MapaCollectionIdentifier":"sample string 2","CreationType":{"Id":1,"Identification":"sample string 2"},"CreationDateTime":"2025-08-04T18:38:58.4798889Z","CreationUser":{"Id":1,"Identification":"sample string 2"}}