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