Body
-
qrCodeContent
string | null -
inputs
object | null
Requires verified email; Requires one of the following permissions: Shop.UseOwnOwnedItem; Requires the following features to be enabled: Shop
curl \
-X POST https://app.lovassy.hu/Api/OwnedItems/{id}/Use \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"qrCodeContent":"string","inputs":{}}'
curl \
-X POST https://app.lovassy.hu/Api/OwnedItems/{id}/Use \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/OwnedItems/{id}/Use \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
{
"qrCodeContent": "string",
"inputs": {}
}
{
"qrCodeContent": "string",
"inputs": {
"Additional properties:": "string"
}
}
{
"qrCodeContent": "string",
"inputs": {
"Additional properties:": "string"
}
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}