The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/PlayByPlay HTTP/1.1
Host: www.spreadtrends.com
Content-Type: text/jsv
Content-Length: length
{
gameId: 0,
offensiveTeam: String,
defensiveTeam: String,
type: String,
detail: String,
qtr: 0,
timeRemaining: 0,
down: 0,
ydsToGoal: 0,
direction: String,
ydsToGo: 0,
ydsGained: 0,
firstDown: String,
visitorScore: 0,
homeScore: 0,
visitorTOR: 0,
homeTOR: 0
}