HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/WorkQueueListRequestDto HTTP/1.1
Host: scanning.modernekonomi.se
Content-Type: text/jsv
Content-Length: length
{
CreatedMin: 0001-01-01,
CreatedMax: 0001-01-01,
SortColumn: 0,
SortColumnStr: Id,
Page: 0,
PageSize: 0,
SortAsc: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
SortColumn: 0,
SortAscending: False,
TotalItems: 0
}