Are you sure that the date format is the problem?
It looks like there is an errant closing curly bracket before the start of the marketStartTime element. See:
Code:
,""marketTypeCodes"":[""MATCH_ODDS""]},""marketStartTime"":
Should it be:
Code:
,""marketTypeCodes"":[""MATCH_ODDS""],""marketStartTime"":



Leave a comment: