Overrule a lolo request
Requires verified email; Requires one of the following permissions: Shop.OverruleLoloRequest; Requires the following features to be enabled: Shop
application/json
POST
/Api/LoloRequests/Overrule/{id}
cURL (application/json)
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests/Overrule/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"accepted":true,"loloAmount":42}'
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests/Overrule/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests/Overrule/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
Request example
{
"accepted": true,
"loloAmount": 42
}
Request examples
{
"accepted": true,
"loloAmount": 42
}
Request examples
{
"accepted": true,
"loloAmount": 42
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}