POST api/v2/MapaLabsQRCodes/Processing
Request
URI Parameters
Response
MapaLabsQRCodeBasicName | 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": "2025-08-04T18:38:58.5470969Z", "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.5470969Z","CreationUser":{"Id":1,"Identification":"sample string 2"}}