Overrule a lolo request

POST /Api/LoloRequests/Overrule/{id}

Requires verified email; Requires one of the following permissions: Shop.OverruleLoloRequest; Requires the following features to be enabled: Shop

Path parameters

  • id integer(int32) Required

Body

Responses

POST /Api/LoloRequests/Overrule/{id}
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 examples
{
  "accepted": true,
  "loloAmount": 42
}
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}