POST api/v2/MapaLabsQRCodes/Processing
Request
URI Parameters
Response
MapaLabsQRCodeBasic| Name | Description | Type | Additional 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": "2026-02-02T21:07:39.4210116Z",
"CreationUser": {
"Id": 1,
"Identification": "sample string 2"
}
}
text/html
Sample:
{"Id":1,"MapaCollectionIdentifier":"sample string 2","CreationType":{"Id":1,"Identification":"sample string 2"},"CreationDateTime":"2026-02-02T21:07:39.4210116Z","CreationUser":{"Id":1,"Identification":"sample string 2"}}