api-spec icon indicating copy to clipboard operation
api-spec copied to clipboard

500 ошибка при запросе отправке declaration_request

Open pavel-yablonskiy opened this issue 6 years ago • 2 comments

Steps to Reproduce (Repro steps)

  • [ ] /declaration_requests
  • [ ] method post
  • [ ] request body - on demand

Actual result

  • [ ] response example (*.json file)
{
    "meta": {
        "url": "http://api-svc.il/api/declaration_requests", 
        "code": 500, 
        "type": "object", 
        "request_id": "d63e01fd-2f04-44b7-b88e-7b80679a64cd#13025"
    }, 
    "error": {
        "errors": {
            "detail": "Internal server error"
        }
    }
}

Expected result

  • [ ] not 500 error

pavel-yablonskiy avatar Jun 28 '18 21:06 pavel-yablonskiy