The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /qry/pool-transaction-requests HTTP/1.1
Host: s4w2.api.bettor.webhop.biz
Accept: application/json
Content-Type: application/json
Content-Length: length
{"currentPage":0,"pageSize":0,"qry":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"data":[{"id":"String","transaction":{"source":{"id":0,"name":"String"},"destination":{"id":0,"name":"String"},"amount":0},"status":0,"state":0,"failureReason":"String","requestedBy":"String","requestedAt":"0001-01-01T00:00:00.0000000Z","executedDespiteCancellationRequest":false,"cancellationRequestedBy":"String","canceledAt":"0001-01-01T00:00:00.0000000Z"}],"currentPage":0,"pageSize":0,"totalItems":0,"totalPages":0}