| GET | /qry/e2e/progress |
|---|
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
public class dtos
{
public static class GetE2EProgress
{
}
public static class E2EProgress
{
public String id = null;
public Boolean isActive = null;
public Integer slipsTotal = null;
public Integer slipsSubmitted = null;
public Date lastUTCChange = null;
public String getId() { return id; }
public E2EProgress setId(String value) { this.id = value; return this; }
public Boolean getIsActive() { return isActive; }
public E2EProgress setIsActive(Boolean value) { this.isActive = value; return this; }
public Integer getSlipsTotal() { return slipsTotal; }
public E2EProgress setSlipsTotal(Integer value) { this.slipsTotal = value; return this; }
public Integer getSlipsSubmitted() { return slipsSubmitted; }
public E2EProgress setSlipsSubmitted(Integer value) { this.slipsSubmitted = value; return this; }
public Date getLastUTCChange() { return lastUTCChange; }
public E2EProgress setLastUTCChange(Date value) { this.lastUTCChange = value; return this; }
}
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /qry/e2e/progress HTTP/1.1 Host: api.sbbet.ath.cx Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"id":"String","isActive":false,"slipsTotal":0,"slipsSubmitted":0,"lastUTCChange":"0001-01-01T00:00:00.0000000Z"}