The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/Players HTTP/1.1
Host: www.spreadtrends.com
Content-Type: text/jsv
Content-Length: length
{
playerId: String,
season: 0,
team: String,
lastName: String,
firstName: String,
position: String,
uniformNumber: 0,
status: String,
college: String
}