| GET | /{Brand}/stillscanning/{FileNameGuid} |
|---|
import java.math.*
import java.util.*
import net.servicestack.client.*
open class GetStillScanning : RequestBase()
{
var FileNameGuid:String? = null
}
open class RequestBase : DtoBase()
{
}
open class DtoBase
{
var Brand:Brand? = null
}
enum class Brand
{
Desktop,
Hp,
Kyocera,
NeaScan,
Samsung,
FujiXerox,
Ta,
Utax,
Epson,
ScanFront400,
Sharp,
Ricoh,
FujiFilm,
}
open class GetStillScanningResponse : ResponseBase()
{
var StillScanning:Boolean? = null
}
open class ResponseBase : DtoBase()
{
var SelectedUiLanguage:String? = null
var svSession:String? = null
var Title:String? = null
var PageTip:String? = null
var NewBrowser:Boolean? = null
var ScanFront400TA:Boolean? = null
var ScanFront400UTAX:Boolean? = null
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /{Brand}/stillscanning/{FileNameGuid} HTTP/1.1
Host: buildmax.org
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'GetStillScanningResponse' using the custom 'csv' filter}No parameterless constructor defined for this object.