ScannerVision Web Server

<back to all web services

GetEpsonNextPage

Requires Authentication
The following routes are available for this service:
GET/Epson/NextPage
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*


open class GetEpsonNextPage
{
}

open class EpsonResponse : ResponseBase()
{
}

open class ResponseBase : DtoBase()
{
    open var SelectedUiLanguage:String? = null
    open var svSession:String? = null
    open var Title:String? = null
    open var PageTip:String? = null
    open var NewBrowser:Boolean? = null
    open var ScanFront400TA:Boolean? = null
    open var ScanFront400UTAX:Boolean? = null
}

open class DtoBase
{
    open var Brand:Brand? = null
}

enum class Brand
{
    Desktop,
    Hp,
    Kyocera,
    NeaScan,
    Samsung,
    FujiXerox,
    Ta,
    Utax,
    Epson,
    ScanFront400,
    Sharp,
    Ricoh,
    FujiFilm,
    Brother,
}

Kotlin GetEpsonNextPage DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Epson/NextPage HTTP/1.1 
Host: dmsshow.kyocerasolutions.cz 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	SelectedUiLanguage: String,
	svSession: String,
	Title: String,
	PageTip: String,
	NewBrowser: False,
	ScanFront400TA: False,
	ScanFront400UTAX: False,
	Brand: Desktop
}