The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/UpdatePartnerGame HTTP/1.1
Host: api.digitalscout.com
Content-Type: text/csv
Content-Length: length
GameId,GameType,HomeSchoolId,Participants,Sport,StartTime
String,Preseason,String,"[{Gender:Male,Level:Freshman,SchoolId:String}]",Football,"""0001-01-01 00:00:00 +00"""
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ClockStatus,CurrentPeriod,GameStatus,GameType,HomeSchoolId,HtmlUrl,Id,Participants,PeriodSecondsLeft,Scores,Sport,StartTime
GameNotStarted,0,Scheduled,Preseason,String,String,String,"[{Gender:Male,Level:Freshman,SchoolId:String}]",0,"[{IsFinal:False,Period:0,SchoolId:String,Score:0}]",Football,"""0001-01-01 00:00:00 +00"""