Advertisement
vbuz

Untitled

Nov 12th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. Request URL: https://poligonwh.ketex.ru/api/stock/invoices
  2. Request Method: POST
  3. Status Code: 400 Bad Request
  4.  
  5. payload
  6. {"StockInvoiceId":"1"}
  7. response
  8. {"success":false,"error":"42703: column i.invoice_id does not exist","exStackTrace":" at Npgsql.NpgsqlConnector.<ReadMessageLong>d__161.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n at Npgsql.NpgsqlConnector.<ReadMessageLong>d__161.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n at Npgsql.NpgsqlDataReader.<NextResult>d__45.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n at Npgsql.NpgsqlCommand.<ExecuteDbDataReader>d__101.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n at Dapper.SqlMapper.<QueryAsync>d__31`1.MoveNext() in C:\\projects\\dapper\\Dapper\\SqlMapper.Async.cs:line 389\n--- End of stack trace from previous location where exception was thrown ---\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n at warehouse.data.Stock.Queries.GetStockInvoicesQuery.<ExecuteAsync>d__3.MoveNext() in /Users/kononovalex/ketex.wh.api/warehouse.data/Stock/Queries/GetStockInvoicesQuery.cs:line 43\n--- End of stack trace from previous location where exception was thrown ---\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n at warehouse.api.Controllers.StockController.<>c__DisplayClass0_0.<<GetStockInvoices>b__0>d.MoveNext() in /Users/kononovalex/ketex.wh.api/warehouse.api/Controllers/StockController.cs:line 27\n--- End of stack trace from previous location where exception was thrown ---\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n at warehouse.api.Controllers.BaseController.<Invoke>d__1.MoveNext() in /Users/kononovalex/ketex.wh.api/warehouse.api/Controllers/BaseController.cs:line 36"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement