{"info":{"_postman_id":"b7ee8b31-6440-4c3c-8446-8e824b4e3c50","name":"Passport Partner APIs","description":"<html><head></head><body><p>The GameDay APIs are organised around REST. Our APIs have predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. You can use the GameDay APIs to retrieve data for Memberships, Registrations, Events &amp; Competitions based on your access level in a programmatic format.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>To get started with consuming the APIs and to gain access to required data, please reach out to <a href=\"\">GameDay support</a> or your Project Manager with the following details:</p>\n<ol>\n<li>APIs to subscribe from the API list in this document.</li>\n<li>Number of API calls expected.</li>\n</ol>\n<p>Once we have the required information we will configure your APIs and send over the below details:</p>\n<ol>\n<li><code>client_id</code></li>\n<li><code>client_secret</code></li>\n<li><code>x-api-key</code></li>\n<li>OAuth endpoint</li>\n<li>API Base URL details</li>\n<li>Any other API related user input required for specific APIs</li>\n</ol>\n<p>If you already have the above please follow through.</p>\n<h1 id=\"authentication-process\">Authentication Process</h1>\n<p>The GameDay APIs use different modes of authentication and authorisation mechanisms to provide you with the necessary data in a secure manner. GameDay uses <code>x-api-key</code> along with OAuth2.0 authentication. This means customers have to be registered through our onboarding process and get the required <code>client_id</code> and <code>client_secret</code> along with <code>x-api-key</code>. These credentials will need to be passed to the APIs in order to receive the expected results.</p>\n<p>All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.</p>\n<h1 id=\"fetching-data\">Fetching Data</h1>\n<ol>\n<li>The first step is to generate an <code>access_token</code> based on the <code>client_id</code> and <code>client_secret</code>. In order to do this please send a <strong>POST</strong> request using <code>client_id</code>, and <code>client_secret</code> to the OAuth endpoint (code examples provided below).</li>\n<li>Use the <code>access_token</code> for subsequent API calls (please bear in mind, if the <code>access_token</code> expires your <strong>GET</strong> requests won't be able to retrieve the data and you will have to repeat step #1).</li>\n</ol>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>The standard Error codes and Custom error messages are sent back in case of exceptions and are listed alongside the APIs.</p>\n<h3 id=\"status-403-forbidden\">Status: 403 Forbidden</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"User is not authorized to access this resource with an explicit deny\"\n}\n{\n    \"message\": \"Missing Authentication Token\"\n}\n{\n    \"message\": \"User is not authorized to access this resource\"\n}\n\n</code></pre><h3 id=\"status-401-unauthorized--authorization-token-not-provided-in-header\">Status: 401 Unauthorized – Authorization Token not Provided in Header</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"message\": \"Unauthorized\". \n}\n\n</code></pre><h3 id=\"status-503-internal-server-error\">Status: 503: Internal Server Error</h3>\n<h3 id=\"status-500-internal-server-error\">Status: 500: Internal Server Error</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"message\": \"Please enter valid []\"\n}\n{\n   \"message\": \"Not Configured\"\n}\n{\n   \"message\": \"Missing required request parameters: []\"\n}\n{\n   \"message\": \"TeamId not configured\"\n}\n{\n   \"Missing required request parameters: [ClientId][TeamId]\"\n}\n\n</code></pre><h3 id=\"status-400-bad-request\">Status: 400: Bad Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"message\": \"Missing required request parameters:[]\" \n}\n\n</code></pre><h1 id=\"rate-limit\">Rate limit</h1>\n<p>API rate limits would be set based on the customers’ requirements to consume APIs.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Authentication Process","slug":"authentication-process"},{"content":"Fetching Data","slug":"fetching-data"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"4417410","collectionId":"b7ee8b31-6440-4c3c-8446-8e824b4e3c50","publishedId":"TzsYP9n7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-16T01:09:41.000Z"},"item":[{"name":"Teammo - Live","item":[{"name":"Generate Auth Token - Teammo","event":[{"listen":"test","script":{"id":"9cc5b778-69e5-4361-89a0-ab68a7e0a290","exec":["var respnBody = JSON.parse(responseBody);\r","var requstBody = request.data;\r","\r","postman.setEnvironmentVariable(\"Teammo_Access_Token\", respnBody.access_token);\r",""],"type":"text/javascript"}}],"id":"c2acb349-09c2-4c52-82e0-ed2174320726","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{Teammo_ClientId}}"},{"key":"scope","type":"text","value":"{{Teammo_Scope}}"},{"key":"grant_type","type":"text","value":"{{client_credentials}}"},{"key":"client_secret","type":"text","value":"{{Teammo_client_secret}}"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth","foxsportspulse","com"],"query":[],"variable":[]}},"response":[{"id":"fe693f5c-b744-4081-b943-652d281e1eb2","name":"Example- Generate Auth Token Teammo","originalRequest":{"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{Teammo_ClientId}}"},{"key":"scope","type":"text","value":"{{Teammo_Scope}}"},{"key":"grant_type","type":"text","value":"{{client_credentials}}"},{"key":"client_secret","type":"text","value":"{{Teammo_client_secret}}"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Jul 2021 01:31:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"access_token\",\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"c2acb349-09c2-4c52-82e0-ed2174320726"},{"name":"GetTeamContacts","id":"d8c3e07f-751a-4c9f-ab5a-9275d9731453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{Teammo_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{Teammo_Access_Token}}","type":"text"}],"url":"{{Teammo_baseURL}}/team/contacts?ClientId={{Teammo_ClientId}}&TeamId={{Teammo_TeamId}}","urlObject":{"path":["team","contacts"],"host":["{{Teammo_baseURL}}"],"query":[{"key":"ClientId","value":"{{Teammo_ClientId}}"},{"key":"TeamId","value":"{{Teammo_TeamId}}"}],"variable":[]}},"response":[{"id":"91e90a51-c500-4c02-b67a-e566bde613c3","name":"Example- GetTeamContacts","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{Teammo_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{Teammo_Access_Token}}","type":"text"}],"url":{"raw":"{{Teammo_baseURL}}/team/contacts?ClientId={{Teammo_ClientId}}&TeamId={{Teammo_TeamId}}","host":["{{Teammo_baseURL}}"],"path":["team","contacts"],"query":[{"key":"ClientId","value":"{{Teammo_ClientId}}"},{"key":"TeamId","value":"{{Teammo_TeamId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"342"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 22 Jul 2021 01:31:16 GMT"},{"key":"x-amzn-RequestId","value":"cf26a25c-32a3-4321-be0f-bf80b5e33346"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"342"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"C2SPbEj7ywMFd5w="},{"key":"ETag","value":"W/\"156-Mswf08BtU66+ImhZ/IaAg3ZuXAA\""},{"key":"x-amzn-Remapped-Date","value":"Thu, 22 Jul 2021 01:31:16 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e034c4250c5bc788d9b6d3a67c1f42e8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD4-C1"},{"key":"X-Amz-Cf-Id","value":"cRZhgnf1nYeuknew8OxUiQtJ6j__-Xy-pr-2uIfqxpIqLbq4DHsgyg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"result\": [\n            {\n                \"Contact Name\": \"Test\",\n                \"Contact Email\": \"test@abc.com\",\n                \"Contact Phone\": \"0311111100\",\n                \"Contact Mobile\": \"0411111000\",\n                \"Contact 2 Name\": \"abc\",\n                \"Contact 2 Email\": \"test@abc.com\",\n                \"Contact 2 Phone\": \"\",\n                \"Contact 3 Name\": \"xyz\",\n                \"Contact 3 Email\": \"test@abc.com\",\n                \"Contact 3 Phone\": \"0311111000\",\n                \"Club Id\": 123456\n            }\n        ]\n    }\n}"}],"_postman_id":"d8c3e07f-751a-4c9f-ab5a-9275d9731453"},{"name":"GetAssocTeamContacts","id":"f20acd05-f0a2-4162-8bb3-d0d7ce03deac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{Teammo_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{Teammo_Access_Token}}","type":"text"}],"url":"{{Teammo_baseURL}}/team/allcontacts?ClientId={{Teammo_ClientId}}&AssocId={{Teammo_AssocId}}","urlObject":{"path":["team","allcontacts"],"host":["{{Teammo_baseURL}}"],"query":[{"key":"ClientId","value":"{{Teammo_ClientId}}"},{"key":"AssocId","value":"{{Teammo_AssocId}}"}],"variable":[]}},"response":[{"id":"8b8458dd-5763-4c96-a1c2-14621c544fa1","name":"Example- GetAssocTeamContacts","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{Teammo_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{Teammo_Access_Token}}","type":"text"}],"url":{"raw":"{{Teammo_baseURL}}/team/allcontacts?ClientId={{Teammo_ClientId}}&AssocId={{Teammo_AssocId}}","host":["{{Teammo_baseURL}}"],"path":["team","allcontacts"],"query":[{"key":"ClientId","value":"{{Teammo_ClientId}}"},{"key":"AssocId","value":"{{Teammo_AssocId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"25213"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 22 Jul 2021 01:34:32 GMT"},{"key":"x-amzn-RequestId","value":"5b123cb2-0bdd-41a7-92c1-b19cb75eb6dd"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"25213"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"C2SuXEddywMFuXA="},{"key":"ETag","value":"W/\"627d-m9gu7IEBEDunHshMLWMqkxXcKQw\""},{"key":"x-amzn-Remapped-Date","value":"Thu, 22 Jul 2021 01:34:32 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e034c4250c5bc788d9b6d3a67c1f42e8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD4-C1"},{"key":"X-Amz-Cf-Id","value":"tdPMT3AReFBmwZSeXrW71Fl2vKtwCSDo9Zr5vnMOwIWH1YmdfSKFgw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"result\": [\n            {\n                \"Team Id\": 1423756,\n                \"Team Name\": \"Team 1\",\n                \"Contact Name\": \"\",\n                \"Contact Email\": \"123@abc.com\",\n                \"Contact Phone\": \"03111110000\",\n                \"Contact Mobile\": \"\",\n                \"Contact 2 Name\": \"\",\n                \"Contact 2 Email\": \"123@abc.com\",\n                \"Contact 2 Phone\": \"\",\n                \"Contact 3 Name\": \"\",\n                \"Contact 3 Email\": \"123@abc.com\",\n                \"Contact 3 Phone\": \"\",\n                \"Team Status\": 1,\n                \"Club Id\": 2392344\n            },\n            {\n                \"Team Id\": 1450867,\n                \"Team Name\": \"Team 7\",\n                \"Contact Name\": \"\",\n                \"Contact Email\": \"123@abc.com\",\n                \"Contact Phone\": \"\",\n                \"Contact Mobile\": \"\",\n                \"Contact 2 Name\": \"xyz\",\n                \"Contact 2 Email\": \"123@abc.com\",\n                \"Contact 2 Phone\": \"03111110000\",\n                \"Contact 3 Name\": \"abc\",\n                \"Contact 3 Email\": \"123@abc.com\",\n                \"Contact 3 Phone\": \"03111110000\",\n                \"Team Status\": 1,\n                \"Club Id\": 137311\n            }\n       ]\n    }\n}"}],"_postman_id":"f20acd05-f0a2-4162-8bb3-d0d7ce03deac"},{"name":"GetAssocCompetitionFixtures","id":"fe888777-c967-4359-869f-7624a609af3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{Teammo_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{Teammo_Access_Token}}","type":"text"}],"url":"{{Teammo_baseURL}}/team/fixtures?ClientId={{Teammo_ClientId}}&AssocId={{Teammo_AssocId}}","urlObject":{"path":["team","fixtures"],"host":["{{Teammo_baseURL}}"],"query":[{"key":"ClientId","value":"{{Teammo_ClientId}}"},{"key":"AssocId","value":"{{Teammo_AssocId}}"}],"variable":[]}},"response":[{"id":"d9b1ad67-6f48-438e-bb8a-985a08c391c9","name":"Example- GetAssocCompetitionFixtures","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{Teammo_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{Teammo_Access_Token}}","type":"text"}],"url":{"raw":"{{Teammo_baseURL}}/team/fixtures?ClientId={{Teammo_ClientId}}&AssocId={{Teammo_AssocId}}","host":["{{Teammo_baseURL}}"],"path":["team","fixtures"],"query":[{"key":"ClientId","value":"{{Teammo_ClientId}}"},{"key":"AssocId","value":"{{Teammo_AssocId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"336933"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 22 Jul 2021 01:39:20 GMT"},{"key":"x-amzn-RequestId","value":"a7a7401a-9279-403f-8071-e7865aaf33da"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"336933"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"C2TbTGhdywMFZnA="},{"key":"ETag","value":"W/\"52425-tWA9qKo2W84nWS3UE1NaGCZZfGM\""},{"key":"x-amzn-Remapped-Date","value":"Thu, 22 Jul 2021 01:39:20 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 901f126c89214c21fe48809f2254b3e7.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MEL50-C1"},{"key":"X-Amz-Cf-Id","value":"TPzGZYiOTJIDa6_gzjzPeZmiXywd9LSjJtYJsgE5sGtRidPWQ_hF-A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"result\": [\n            {\n                 \"eventDetail\": {\n                    \"eventName\": \"Test 2020\",\n                    \"eventType\": \"MATCH\",\n                    \"eventId\": 422111,\n                    \"eventDateTime\": \"04-07-2020 02:00:00\",\n                    \"eventDuration\": 60,\n                    \"arriveTime\": \"04-07-2020 02:00:00\",\n                    \"arriveTime_GMT\": \"03-07-2020 16:00:00\",\n                    \"eventStatus\": 1,\n                    \"division\": \"1\",\n                    \"homeTeam\": {\n                        \"teamId\": 2439100,\n                        \"fixtureTeamId\": 2439500,\n                        \"teamName\": \"RL1\",\n                        \"finalScore\": \"\",\n                        \"arriveTime\": \"\",\n                        \"finalScoreDisplay\": \"\",\n                        \"resultStatus\": 0\n                    },\n                    \"awayTeam\": {\n                        \"teamId\": 1863000,\n                        \"fixtureTeamId\": 1863111,\n                        \"teamName\": \"Qqq\",\n                        \"finalScore\": \"\",\n                        \"arriveTime\": \"\",\n                        \"finalScoreDisplay\": \"\",\n                        \"resultStatus\": 0\n                    },\n                    \"venue\": {\n                        \"venueId\": 66054,\n                        \"venueName\": \"Riverhead Park 1\",\n                        \"addressLine1\": \"Test United Club\",\n                        \"addressLine2\": \"Edward st\",\n                        \"suburb\": \"Riverhead\",\n                        \"state\": \"Auck\",\n                        \"postalCode\": \"3030\",\n                        \"country\": \"New Zealand\",\n                        \"latitude\": -36.760354878238346,\n                        \"longitude\": 174.59105122750861\n                    },\n                    \"note\": \"\"\n                },\n                \"fixtureDetail\": {\n                    \"matchId\": 43460006,\n                    \"roundId\": 10118712,\n                    \"roundNumber\": 10,\n                    \"roundName\": \"Round 10\",\n                    \"matchStatus\": 0,\n                    \"compId\": 428112,\n                    \"compName\": \"Test\",\n                    \"assocId\": 123455,\n                    \"assocName\": \"Test Assoc \",\n                    \"poolId\": 0,\n                    \"poolName\": \"\",\n                    \"stageId\": 0,\n                    \"stageName\": \"\",\n                    \"seasonId\": 9911,\n                    \"seasonName\": \"2020\",\n                    \"sportsId\": 7,\n                    \"sportsName\": \"Test Soccer\",\n                    \"winningTeamId\": \"\",\n                    \"displayResult\": \"\"\n                },\n                \"periods\": [\n                    {\n                        \"shortCode\": \"\",\n                        \"periodStatus\": \"\",\n                        \"matchTypePeriodId\": \"\",\n                        \"orderNumber\": \"\",\n                        \"duration\": \"\",\n                        \"scores\": [\n                            {\n                                \"scoringTypeId\": \"\",\n                                \"fixtureTeamId\": \"\",\n                                \"value\": \"\"\n                            }\n                        ]\n                    }\n                ]\n            },\n                {\n                \"eventDetail\": {\n                    \"eventName\": \"Hockey\",\n                    \"eventType\": \"MATCH\",\n                    \"eventId\": 428184,\n                    \"eventDateTime\": \"03-10-2020 02:45:00\",\n                    \"eventDuration\": 60,\n                    \"arriveTime\": \"03-10-2020 02:45:00\",\n                    \"arriveTime_GMT\": \"02-10-2020 16:45:00\",\n                    \"eventStatus\": 1,\n                    \"division\": \"N/A\",\n                    \"homeTeam\": {\n                        \"teamId\": 1003673,\n                        \"fixtureTeamId\": 1113673,\n                        \"teamName\": \"best one\",\n                        \"finalScore\": \"\",\n                        \"arriveTime\": \"\",\n                        \"finalScoreDisplay\": \"\",\n                        \"resultStatus\": 0\n                    },\n                    \"awayTeam\": {\n                        \"teamId\": 2415493,\n                        \"fixtureTeamId\": 2422493,\n                        \"teamName\": \"Team AAA\",\n                        \"finalScore\": \"\",\n                        \"arriveTime\": \"\",\n                        \"finalScoreDisplay\": \"\",\n                        \"resultStatus\": 0\n                    },\n                    \"venue\": {\n                        \"venueId\": \"\",\n                        \"venueName\": \"\",\n                        \"addressLine1\": \"\",\n                        \"addressLine2\": \"\",\n                        \"suburb\": \"\",\n                        \"state\": \"\",\n                        \"postalCode\": \"\",\n                        \"country\": \"\",\n                        \"latitude\": \"\",\n                        \"longitude\": \"\"\n                    },\n                    \"note\": \"\"\n                },\n                \"fixtureDetail\": {\n                    \"matchId\": 43462248,\n                    \"roundId\": 10118003,\n                    \"roundNumber\": 10,\n                    \"roundName\": \"Round 10\",\n                    \"matchStatus\": 0,\n                    \"compId\": 428184,\n                    \"compName\": \"Hockey\",\n                    \"assocId\": 23456,\n                    \"assocName\": \"Andrew Gowling Test Database \",\n                    \"poolId\": 0,\n                    \"poolName\": \"\",\n                    \"stageId\": 0,\n                    \"stageName\": \"\",\n                    \"seasonId\": 9920,\n                    \"seasonName\": \"2020\",\n                    \"sportsId\": 7,\n                    \"sportsName\": \"BASKETBALL\",\n                    \"winningTeamId\": \"\",\n                    \"displayResult\": \"\"\n                },\n                \"periods\": [\n                    {\n                        \"shortCode\": \"\",\n                        \"periodStatus\": \"\",\n                        \"matchTypePeriodId\": \"\",\n                        \"orderNumber\": \"\",\n                        \"duration\": \"\",\n                        \"scores\": [\n                            {\n                                \"scoringTypeId\": \"\",\n                                \"fixtureTeamId\": \"\",\n                                \"value\": \"\"\n                            }\n                        ]\n                    }\n                ]\n            }\n         ]\n    }\n}\n            \n      "}],"_postman_id":"fe888777-c967-4359-869f-7624a609af3e"}],"id":"2958eaf7-424a-4b25-b2fb-9de76c6cd4e4","_postman_id":"2958eaf7-424a-4b25-b2fb-9de76c6cd4e4","description":""},{"name":"TidyHQ - Live","item":[{"name":"Generate Auth Token - TidyHQ","event":[{"listen":"test","script":{"id":"92d8ecb3-488c-4a61-aceb-7d437f88d5c5","exec":["var respnBody = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"TidyHQ_Access_Token\", respnBody.access_token);\r",""],"type":"text/javascript"}}],"id":"c461b648-3f15-4f9d-a7c1-c77e38adc643","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{TidyHQ_ClientId}}","type":"text"},{"key":"scope","value":"{{TidyHQ_scope}}","type":"text"},{"key":"grant_type","value":"{{client_credentials}}","type":"text"},{"key":"client_secret","value":"{{TidyHQ_client_secret}}","type":"text"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth","foxsportspulse","com"],"query":[],"variable":[]}},"response":[{"id":"de56c379-dba4-41bc-89be-03cd10cf46bd","name":"Example- Generate Auth Token TidyHQ","originalRequest":{"method":"POST","header":[{"key":"content-type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{TidyHQ_ClientId}}","type":"text"},{"key":"scope","value":"{{TidyHQ_scope}}","type":"text"},{"key":"grant_type","value":"{{client_credentials}}","type":"text"},{"key":"client_secret","value":"{{TidyHQ_client_secret}}","type":"text"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Sep 2021 06:03:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"access_token\",\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"c461b648-3f15-4f9d-a7c1-c77e38adc643"},{"name":"GetClubDetails","id":"b11640e3-0196-4081-8606-3400447e3613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":"{{TidyHQ_baseURL}}/clubdata/getClubDetails?ClubID={{TidyHQ_ClubId}}&ClientId={{TidyHQ_ClientId}}","urlObject":{"path":["clubdata","getClubDetails"],"host":["{{TidyHQ_baseURL}}"],"query":[{"key":"ClubID","value":"{{TidyHQ_ClubId}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"}],"variable":[]}},"response":[{"id":"b432242e-7888-4cbc-8920-b85972c17c4b","name":"Example- GetClubDetails","originalRequest":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":{"raw":"{{TidyHQ_baseURL}}/clubdata/getClubDetails?ClubID={{TidyHQ_ClubId}}&ClientId={{TidyHQ_ClientId}}","host":["{{TidyHQ_baseURL}}"],"path":["clubdata","getClubDetails"],"query":[{"key":"ClubID","value":"{{TidyHQ_ClubId}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1057"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Sep 2021 06:05:20 GMT"},{"key":"x-amzn-RequestId","value":"e76da229-11e4-446f-be29-a1479aa8ea7e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1057"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"Fyx00GUgSwMFfAA="},{"key":"ETag","value":"W/\"421-FWAlERxegXMQrR0ALJHkr3prM9U\""},{"key":"x-amzn-Remapped-Date","value":"Fri, 17 Sep 2021 06:05:20 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 71b4286865a66a104e8b17e67191033e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD4-C1"},{"key":"X-Amz-Cf-Id","value":"0AfobqjCwPQMrmQ97SyIIzUlbu4fStfNzd8JX3bGqtoDm6RIc775tw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Success\",\n    \"Response\": {\n        \"Organisation\": [\n            {\n                \"SportType\": \"Test\",\n                \"TimeZone\": \"Australia/Melbourne\",\n                \"OrganisationName\": \"Test Club\",\n                \"OrganisationID\": \"253362\",\n                \"OrganisationAddress\": [\n                    {\n                        \"PostalAddressLine1\": \"1060 Brooms\",\n                        \"PostalAddressLine2\": \"1\",\n                        \"PostalSuburb\": \"NSW\",\n                        \"PostalCode\": \"24\",\n                        \"PostalState\": \"nsw\",\n                        \"PostalCountry\": \"Azer\"\n                    }\n                ],\n                \"OrganisationContacts\": [\n                    {\n                        \"RoleType\": \"Coordinator\",\n                        \"FirstName\": \"t\",\n                        \"LastName\": \"c\",\n                        \"Gender\": \"Male\",\n                        \"Email\": \"noreply@abc.com\",\n                        \"Mobile\": \"\"\n                    },\n                    {\n                        \"RoleType\": \"President\",\n                        \"FirstName\": \"Te\",\n                        \"LastName\": \"Ch\",\n                        \"Gender\": \"Female\",\n                        \"Email\": \"noreply@abc.com\",\n                        \"Mobile\": \"04000000001\"\n                    },\n                    {\n                        \"RoleType\": \"Development Manager\",\n                        \"FirstName\": \"Pt\",\n                        \"LastName\": \"St\",\n                        \"Gender\": \"Male\",\n                        \"Email\": \"noreply@abc.com\",\n                        \"Mobile\": \"04000000002\"\n                    }                   \n                   \n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"b11640e3-0196-4081-8606-3400447e3613"},{"name":"GetClubSettlementDetails","id":"2e180d3c-09b1-461f-9f7e-273af296ec29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":"{{TidyHQ_baseURL}}/clubdata/Settlementdetails?ClubID={{TidyHQ_ClubId_Settlemtent}}&ClientId={{TidyHQ_ClientId}}","urlObject":{"path":["clubdata","Settlementdetails"],"host":["{{TidyHQ_baseURL}}"],"query":[{"key":"ClubID","value":"{{TidyHQ_ClubId_Settlemtent}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"}],"variable":[]}},"response":[{"id":"bcc77b6d-cc80-41d7-8c3b-8529f1f5b3aa","name":"Example- GetClubSettlementDetails","originalRequest":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":{"raw":"{{TidyHQ_baseURL}}/clubdata/Settlementdetails?ClubID={{TidyHQ_ClubId_Settlemtent}}&ClientId={{TidyHQ_ClientId}}","host":["{{TidyHQ_baseURL}}"],"path":["clubdata","Settlementdetails"],"query":[{"key":"ClubID","value":"{{TidyHQ_ClubId_Settlemtent}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3288"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Sep 2021 06:09:02 GMT"},{"key":"x-amzn-RequestId","value":"fabcf6df-73ab-4edc-8593-ce9b163ff0ed"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"3288"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"FyyXuHjLywMF5RQ="},{"key":"ETag","value":"W/\"cd8-kudBrGWQ6Xs+IdxTqGTsqsrl7Uo\""},{"key":"x-amzn-Remapped-Date","value":"Fri, 17 Sep 2021 06:09:02 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 71b4286865a66a104e8b17e67191033e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD4-C1"},{"key":"X-Amz-Cf-Id","value":"czkJuP_UDNK3ZV-qIEZNTkTXsobtZmq_NSng9CVQLRijwv7ejBGD1w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Success\",\n    \"Response\": {\n        \"SettlementData\": [\n            {\n                \"DistributionID\": \"4750\",\n                \"TotalAmountDistributed\": \"1.0\",\n                \"DateSportsTG_SentTheFunds\": \"2009-12-04T07:46:07Z\"\n            },\n            {\n                \"DistributionID\": \"4789600\",\n                \"TotalAmountDistributed\": \"96.0\",\n                \"DateSportsTG_SentTheFunds\": \"2020-02-14T07:02:02Z\"\n            },\n            {\n                \"DistributionID\": \"450309\",\n                \"TotalAmountDistributed\": \"92.1\",\n                \"DateSportsTG_SentTheFunds\": \"2020-01-04T07:05:02Z\"\n            },\n            {\n                \"DistributionID\": \"452403\",\n                \"TotalAmountDistributed\": \"460.2\",\n                \"DateSportsTG_SentTheFunds\": \"2020-02-10T07:05:02Z\"\n            }\n                 \n                      \n            \n        ]\n    }\n}"}],"_postman_id":"2e180d3c-09b1-461f-9f7e-273af296ec29"},{"name":"GetClubAllMemberDetails","id":"ab16ab4f-8a53-4f2e-bf64-6abbd1ed13e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":"{{TidyHQ_baseURL}}/memberdata/getallmemberdetails?ClientId={{TidyHQ_ClientId}}&IntClubID={{TidyHQ_ClubId}}&page=1&size=10","urlObject":{"path":["memberdata","getallmemberdetails"],"host":["{{TidyHQ_baseURL}}"],"query":[{"key":"ClientId","value":"{{TidyHQ_ClientId}}"},{"key":"IntClubID","value":"{{TidyHQ_ClubId}}"},{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[{"id":"afed724b-f19d-44b0-8733-c7a87cb82d11","name":"Example- GetClubAllMemberDetails","originalRequest":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":{"raw":"{{TidyHQ_baseURL}}/memberdata/getallmemberdetails?ClientId={{TidyHQ_ClientId}}&IntClubID={{TidyHQ_ClubId}}&page=1&size=10","host":["{{TidyHQ_baseURL}}"],"path":["memberdata","getallmemberdetails"],"query":[{"key":"ClientId","value":"{{TidyHQ_ClientId}}"},{"key":"IntClubID","value":"{{TidyHQ_ClubId}}","description":"36795"},{"key":"page","value":"1"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2334"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 19 Sep 2021 23:50:59 GMT"},{"key":"x-amzn-RequestId","value":"5d0fb4cc-bd9c-43c4-87c7-98c39bf094dc"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"2334"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"F7zzeG74SwMFXgg="},{"key":"ETag","value":"W/\"91e-wnc59TZ/OjyeDf+RmyVAJJpAgAM\""},{"key":"x-amzn-Remapped-Date","value":"Sun, 19 Sep 2021 23:50:59 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 353bdf38b162cf8d5bc1f32a978d3aec.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C2"},{"key":"X-Amz-Cf-Id","value":"QMlCK4CIIl30CkV0Vh7e1NBtrx2jGqWu06bOxvevvmvzVZXK-3EStg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"AllMemberElement\": {\n        \"Message\": \"Success\",\n        \"RecordCount\": 2,\n        \"Response\": {\n            \"AllMemberData\": [\n                {\n                    \"NationalNumber\": \"03111669\",\n                    \"MemberID\": \"19234749\",\n                    \"LegalFirstName\": \"Test\",\n                    \"Surname\": \"Active\",\n                    \"DOB\": \"2004-01-16T00:00:00.000Z\",\n                    \"Gender\": \"Male\",\n                    \"Email\": \"test@test.com\",\n                    \"MobilePhone\": \"0400000000\",\n                    \"ParentGuardian1\": [\n                        {\n                            \"LegalFirstName\": \"PA\",\n                            \"Email\": \"test@test.com\",\n                            \"Surname\": \"PS\",\n                            \"MobilePhone\": \"0400000000\"\n                        }\n                    ],\n                    \"ParentGuardian2\": [\n                        {\n                            \"LegalFirstName\": \"PB\",\n                            \"Email\": \"test@test.com\",\n                            \"Surname\": \"\",\n                            \"MobilePhone\": \"\"\n                        }\n                    ],\n                    \"EmergencyContact\": [\n                        {\n                            \"Name\": \"Test\",\n                            \"MobileNumber\": \"\"\n                        }\n                    ],\n                    \"MemberSeasonInformation\": [\n                        {\n                            \"SeasonUmpire\": \"No\",\n                            \"SeasonName\": \"2021\",\n                            \"SeasonCoach\": \"No\",\n                            \"SeasonID\": \"12345\",\n                            \"SeasonPlayer\": \"Yes\",\n                            \"SeasonOfficial\": \"No\",\n                            \"SeasonVolunteer\": \"No\",\n                            \"ClubSeasonFinancialStatus\": \"No\"\n                        }\n                    ]\n                },\n                {\n                    \"NationalNumber\": \"1234563\",\n                    \"MemberID\": \"11234493\",\n                    \"LegalFirstName\": \"Test\",\n                    \"Surname\": \"again\",\n                    \"DOB\": \"2000-01-20T00:00:00.000Z\",\n                    \"Gender\": \"Male\",\n                    \"Email\": \"test@test.com\",\n                    \"MobilePhone\": \"0400000000\",\n                    \"ParentGuardian1\": [\n                        {\n                            \"LegalFirstName\": \"Parent1\",\n                            \"Email\": \"test@test.com\",\n                            \"Surname\": \"S1\",\n                            \"MobilePhone\": \"0400000000\"\n                        }\n                    ],\n                    \"ParentGuardian2\": [\n                        {\n                            \"LegalFirstName\": \"Parent2\",\n                            \"Email\": \"test@test.comm\",\n                            \"Surname\": \"\",\n                            \"MobilePhone\": \"\"\n                        }\n                    ],\n                    \"EmergencyContact\": [\n                        {\n                            \"Name\": \"EM\",\n                            \"MobileNumber\": \"\"\n                        }\n                    ],\n                    \"MemberSeasonInformation\": [\n                        {\n                            \"SeasonUmpire\": \"No\",\n                            \"SeasonName\": \"2021\",\n                            \"SeasonCoach\": \"No\",\n                            \"SeasonID\": \"12345\",\n                            \"SeasonPlayer\": \"Yes\",\n                            \"SeasonOfficial\": \"No\",\n                            \"SeasonVolunteer\": \"No\",\n                            \"ClubSeasonFinancialStatus\": \"No\",\n                            \"MemberOrganisationLinkage\": [\n                                {\n                                    \"ClubName\": \"Test\",\n                                    \"TeamName\": \"Test11\",\n                                    \"TeamID\": 2023426,\n                                    \"ClubID\": 211162,\n                                    \"ClubStatus\": \"ACTIVE\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n               \n            ]\n        }\n    }\n}"}],"_postman_id":"ab16ab4f-8a53-4f2e-bf64-6abbd1ed13e4"},{"name":"GetClubMemberDetails","id":"186f6bb1-2b50-45a2-81b3-452180bd6868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":"{{TidyHQ_baseURL}}/memberdata/getMemberDetails?IntClubID={{TidyHQ_ClubId}}&MemberID={{TidyHQ_MemberId}}&ClientId={{TidyHQ_ClientId}}","urlObject":{"path":["memberdata","getMemberDetails"],"host":["{{TidyHQ_baseURL}}"],"query":[{"key":"IntClubID","value":"{{TidyHQ_ClubId}}"},{"key":"MemberID","value":"{{TidyHQ_MemberId}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"}],"variable":[]}},"response":[{"id":"4a8e70cd-9443-48b3-a0de-799d5c8f1d5a","name":"Example- GetClubMemberDetails","originalRequest":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":{"raw":"{{TidyHQ_baseURL}}/memberdata/getMemberDetails?IntClubID={{TidyHQ_ClubId}}&MemberID={{TidyHQ_MemberId}}&ClientId={{TidyHQ_ClientId}}","host":["{{TidyHQ_baseURL}}"],"path":["memberdata","getMemberDetails"],"query":[{"key":"IntClubID","value":"{{TidyHQ_ClubId}}"},{"key":"MemberID","value":"{{TidyHQ_MemberId}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"865"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 19 Sep 2021 23:46:18 GMT"},{"key":"x-amzn-RequestId","value":"6419226a-d45e-4d87-bd9d-69973fad3f7f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"865"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"F7zHdFH5SwMF9_g="},{"key":"ETag","value":"W/\"361-B5w/zrhjaWI8N4rLfX2ZKzSkmIY\""},{"key":"x-amzn-Remapped-Date","value":"Sun, 19 Sep 2021 23:46:18 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cd8fe15d9bdb168de9cd5f22954d221.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"eBpfoKVDituGSGwdaDiKgd7Rc7IRcIPx-78Gc9eXj9ifsYEfpwBNkw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"MemberElement\": {\n        \"Message\": \"Success\",\n        \"Response\": {\n            \"MemberData\": [\n                {\n                    \"LegalFirstName\": \"Test\",\n                    \"Surname\": \"again\",\n                    \"Gender\": \"Male\",\n                    \"DOB\": \"2000-01-20T00:00:00.000Z\",\n                    \"Email\": \"abc@abc.com\",\n                    \"MobilePhone\": \"0400000000\",\n                    \"ParentGuardian1\": [\n                        {\n                            \"LegalFirstName\": \"Parent1\",\n                            \"Email\": \"abc@abc.com\",\n                            \"Surname\": \"S1\",\n                            \"MobilePhone\": \"0400000000\"\n                        }\n                    ],\n                    \"ParentGuardian2\": [\n                        {\n                            \"LegalFirstName\": \"Parent2\",\n                            \"Email\": \"abc@abc.com\",\n                            \"Surname\": \"\",\n                            \"MobilePhone\": \"0400000000\"\n                        }\n                    ],\n                    \"EmergencyContact\": [\n                        {\n                            \"Name\": \"EM\",\n                            \"MobileNumber\": \"\"\n                        }\n                    ],\n                    \"MemberSeasonInformation\": [\n                        {\n                            \"SeasonName\": \"2021\",\n                            \"SeasonID\": \"10244\",\n                            \"SeasonPlayer\": \"Yes\",\n                            \"SeasonCoach\": \"No\",\n                            \"SeasonOfficial\": \"No\",\n                            \"SeasonUmpire\": \"No\",\n                            \"SeasonVolunteer\": \"No\",\n                            \"ClubSeasonFinancialStatus\": \"No\",\n                            \"MemberOrganisationLinkage\": [\n                                {\n                                    \"TeamID\": 2044015,\n                                    \"TeamName\": \"Test Team\",\n                                    \"ClubID\": 211362,\n                                    \"ClubName\": \"Club Test\",\n                                    \"ClubStatus\": \"ACTIVE\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"186f6bb1-2b50-45a2-81b3-452180bd6868"},{"name":"GetAssocDetails","id":"569e9b0f-7c34-43ee-87b2-941b0173d9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{TidyHQ_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":"{{TidyHQ_baseURL}}/assocdata/getOrgDetails?ClientId={{TidyHQ_ClientId}}&AssocID={{TidyHQ_AssocId}}","urlObject":{"path":["assocdata","getOrgDetails"],"host":["{{TidyHQ_baseURL}}"],"query":[{"key":"ClientId","value":"{{TidyHQ_ClientId}}"},{"key":"AssocID","value":"{{TidyHQ_AssocId}}"}],"variable":[]}},"response":[{"id":"c69fd41e-e690-4ba4-94bf-948876107964","name":"Example- GetAssocDetails","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{TidyHQ_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":{"raw":"{{TidyHQ_baseURL}}/assocdata/getOrgDetails?ClientId={{TidyHQ_ClientId}}&AssocID={{TidyHQ_AssocId}}","host":["{{TidyHQ_baseURL}}"],"path":["assocdata","getOrgDetails"],"query":[{"key":"ClientId","value":"{{TidyHQ_ClientId}}"},{"key":"AssocID","value":"{{TidyHQ_AssocId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1025"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Sep 2021 06:12:09 GMT"},{"key":"x-amzn-RequestId","value":"f01bb5c2-6916-4a39-8e13-56a6e75b6108"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1025"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"Fyy1CH8WywMF73Q="},{"key":"ETag","value":"W/\"401-C18IHq8fwlX/JjTMwtNlwkvkE6A\""},{"key":"x-amzn-Remapped-Date","value":"Fri, 17 Sep 2021 06:12:09 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 71b4286865a66a104e8b17e67191033e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD4-C1"},{"key":"X-Amz-Cf-Id","value":"6D8TLBlFDAMIp9V_DeqYud5AWjypDb3dUPrkBgsN4WMAtsiVKUgGfw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Success\",\n    \"Response\": {\n        \"Organisation\": [\n            {\n                \"SportType\": \"Test\",\n                \"TimeZone\": \"Australia/Melbourne\",\n                \"OrganisationName\": \"Test Association\",\n                \"OrganisationID\": \"12611\",\n                \"OrganisationAddress\": [\n                    {\n                        \"PostalAddressLine1\": \"23\",\n                        \"PostalAddressLine2\": \"641 Captain Cook Dr\",\n                        \"PostalSuburb\": \"\",\n                        \"PostalCode\": \"3031\",\n                        \"PostalState\": \"vic\",\n                        \"PostalCountry\": \"AUSTRALIA\"\n                    }\n                ],\n                \"OrganisationContacts\": [\n                    {\n                        \"RoleType\": \"Coordinator\",\n                        \"FirstName\": \"Test\",\n                        \"LastName\": \"\",\n                        \"Gender\": \"\",\n                        \"Email\": \"test@test.com\",\n                        \"Mobile\": \"\"\n                    },\n                    {\n                        \"RoleType\": \"Vice President\",\n                        \"FirstName\": \"As\",\n                        \"LastName\": \"Test\",\n                        \"Gender\": \"\",\n                        \"Email\": \"test@test.com\",\n                        \"Mobile\": \"\"\n                    },\n                    {\n                        \"RoleType\": \"Registrar\",\n                        \"FirstName\": \"Test\",\n                        \"LastName\": \"Test\",\n                        \"Gender\": \"\",\n                        \"Email\": \"test@test.com\",\n                        \"Mobile\": \"0400000000\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"569e9b0f-7c34-43ee-87b2-941b0173d9a5"},{"name":"GetAssocSettlementDetails","id":"4b3a5f93-d568-4ac1-af51-ea0b28ce7550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":"{{TidyHQ_baseURL}}/assocdata/Settlementdetails?AssocID={{TidyHQ_AssocId_Settlement}}&ClientId={{TidyHQ_ClientId}}","urlObject":{"path":["assocdata","Settlementdetails"],"host":["{{TidyHQ_baseURL}}"],"query":[{"key":"AssocID","value":"{{TidyHQ_AssocId_Settlement}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"}],"variable":[]}},"response":[{"id":"2000db4c-812e-4a99-87ee-ce30cef32d62","name":"Example- GetAssocSettlementDetails","originalRequest":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{TidyHQ_x-api-key}}"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":{"raw":"{{TidyHQ_baseURL}}/assocdata/Settlementdetails?AssocID={{TidyHQ_AssocId_Settlement}}&ClientId={{TidyHQ_ClientId}}","host":["{{TidyHQ_baseURL}}"],"path":["assocdata","Settlementdetails"],"query":[{"key":"AssocID","value":"{{TidyHQ_AssocId_Settlement}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42825"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Sep 2021 06:23:59 GMT"},{"key":"x-amzn-RequestId","value":"1023b92c-f527-48b8-b3e7-62a01283a087"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"42825"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"Fy0jwG2pywMFtWg="},{"key":"ETag","value":"W/\"a749-Xp4tYLnni9hKdZko9bJ8H7pHACQ\""},{"key":"x-amzn-Remapped-Date","value":"Fri, 17 Sep 2021 06:23:59 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ac2d783151ad01d001afb8d6b8b16550.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C2"},{"key":"X-Amz-Cf-Id","value":"0Og_3_a4_vWKJYp1YTofPui-wmvFtGgbA1Zd7sYAmEa-wY2c6ptxjQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Success\",\n    \"Response\": {\n        \"SettlementData\": [\n            {\n                \"DistributionID\": \"323309\",\n                \"TotalAmountDistributed\": \"23.91\",\n                \"DateSportsTG_SentTheFunds\": \"2018-02-01T07:54:15Z\"\n            },\n            {\n                \"DistributionID\": \"324010\",\n                \"TotalAmountDistributed\": \"822.79\",\n                \"DateSportsTG_SentTheFunds\": \"2017-02-06T08:11:33Z\"\n            },\n            {\n                \"DistributionID\": \"324150\",\n                \"TotalAmountDistributed\": \"10.88\",\n                \"DateSportsTG_SentTheFunds\": \"2017-02-07T08:45:41Z\"\n            },\n            {\n                \"DistributionID\": \"364410\",\n                \"TotalAmountDistributed\": \"23.60\",\n                \"DateSportsTG_SentTheFunds\": \"2017-01-09T09:58:58Z\"\n            },\n            {\n                \"DistributionID\": \"325002\",\n                \"TotalAmountDistributed\": \"130.60\",\n                \"DateSportsTG_SentTheFunds\": \"2017-01-13T08:32:33Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4b3a5f93-d568-4ac1-af51-ea0b28ce7550"},{"name":"GetAssocAllMemberDetails","id":"5e8879ea-8fe1-4f89-ad19-760f129deb93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{TidyHQ_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":"{{TidyHQ_baseURL}}/assocdata/getAllAssocMemberDetails?associd={{TidyHQ_AssocId}}&ClientId={{TidyHQ_ClientId}}&seasonid={{TidyHQ_SeasonId}}&page=1&size=10","urlObject":{"path":["assocdata","getAllAssocMemberDetails"],"host":["{{TidyHQ_baseURL}}"],"query":[{"key":"associd","value":"{{TidyHQ_AssocId}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"},{"key":"seasonid","value":"{{TidyHQ_SeasonId}}"},{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[{"id":"b39a1655-92b4-4231-a92a-b6d3e659fde9","name":"Example- GetAssocAllMemberDetails","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{TidyHQ_x-api-key}}","type":"text"},{"key":"AuthorizationToken","value":"{{TidyHQ_Access_Token}}","type":"text"}],"url":{"raw":"{{TidyHQ_baseURL}}/assocdata/getAllAssocMemberDetails?associd={{TidyHQ_AssocId}}&ClientId={{TidyHQ_ClientId}}&seasonid={{TidyHQ_SeasonId}}&page=1&size=10","host":["{{TidyHQ_baseURL}}"],"path":["assocdata","getAllAssocMemberDetails"],"query":[{"key":"associd","value":"{{TidyHQ_AssocId}}"},{"key":"ClientId","value":"{{TidyHQ_ClientId}}"},{"key":"seasonid","value":"{{TidyHQ_SeasonId}}"},{"key":"page","value":"1"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8414"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Sep 2021 07:48:09 GMT"},{"key":"x-amzn-RequestId","value":"b6075b81-4820-4c48-ad40-fe9eff152c31"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"8414"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"FzA4yFuDywMFwaw="},{"key":"ETag","value":"W/\"20de-C61UF+3MgYauSpb4LqQYwU/3aiQ\""},{"key":"x-amzn-Remapped-Date","value":"Fri, 17 Sep 2021 07:48:09 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 938ad03ef4f7514508a529e552fd88d3.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD4-C1"},{"key":"X-Amz-Cf-Id","value":"Tb1DBCnE-cRjjbSzcz51J4P-Ta0Q7BF2jF3_BvPAII--KU1FngY3kw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"AllMemberElement\": {\n        \"Message\": \"Success\",\n        \"RecordCount\": 115,\n        \"Response\": {\n            \"AllMemberData\": [\n               {\n                    \"NationalNumber\": \"03490000\",\n                    \"MemberID\": \"18398211\",\n                    \"LegalFirstName\": \"Test\",\n                    \"Surname\": \"Test\",\n                    \"DOB\": \"2008-01-01T00:00:00.000Z\",\n                    \"Gender\": \"Female\",\n                    \"Email\": \"noreply@test.com\",\n                    \"MobilePhone\": \"\",\n                    \"ParentGuardian1\": [\n                        {\n                            \"LegalFirstName\": \"Test\",\n                            \"Email\": \"\",\n                            \"Surname\": \"\",\n                            \"MobilePhone\": \"\"\n                        }\n                    ],\n                    \"ParentGuardian2\": [\n                        {\n                            \"LegalFirstName\": \"abc\",\n                            \"Email\": \"\",\n                            \"Surname\": \"\",\n                            \"MobilePhone\": \"\"\n                        }\n                    ],\n                    \"EmergencyContact\": [\n                        {\n                            \"MobileNumber\": \"\",\n                            \"Name\": \"\"\n                        }\n                    ],\n                    \"MemberSeasonInformation\": [\n                        {\n                            \"LeagueSeasonUmpire\": \"No\",\n                            \"SeasonName\": \"2020\",\n                            \"LeagueSeasonCoach\": \"No\",\n                            \"SeasonID\": \"12145\",\n                            \"LeagueSeasonPlayer\": \"Yes\",\n                            \"LeagueSeasonOfficial\": \"No\",\n                            \"LeagueSeasonVolunteer\": \"No\",\n                            \"LeagueSeasonFinancialStatus\": \"No\",\n                            \"MemberClubLinkage\": [\n                                {\n                                    \"ClubName\": \"ClubTest\",\n                                    \"ClubSeasonPlayer\": \"Yes\",\n                                    \"ClubSeasonCoach\": \"\",\n                                    \"ClubSeasonOfficial\": \"\",\n                                    \"ClubSeasonUmpire\": \"\",\n                                    \"ClubSeasonVolunteer\": \"\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"NationalNumber\": \"04061018\",\n                    \"MemberID\": \"20481225\",\n                    \"LegalFirstName\": \"Test\",\n                    \"Surname\": \"Test\",\n                    \"DOB\": \"2009-01-01T00:00:00.000Z\",\n                    \"Gender\": \"Female\",\n                    \"Email\": \"noreply@sportstg.com\",\n                    \"MobilePhone\": \"9999 9999\",\n                    \"ParentGuardian1\": [\n                        {\n                            \"LegalFirstName\": \"\",\n                            \"Email\": \"\",\n                            \"Surname\": \"\",\n                            \"MobilePhone\": \"\"\n                        }\n                    ],\n                    \"ParentGuardian2\": [\n                        {\n                            \"LegalFirstName\": \"\",\n                            \"Email\": \"\",\n                            \"Surname\": \"\",\n                            \"MobilePhone\": \"\"\n                        }\n                    ],\n                    \"EmergencyContact\": [\n                        {\n                            \"MobileNumber\": \"\",\n                            \"Name\": \"\"\n                        }\n                    ],\n                    \"MemberSeasonInformation\": [\n                        {\n                            \"LeagueSeasonUmpire\": \"No\",\n                            \"SeasonName\": \"2020\",\n                            \"LeagueSeasonCoach\": \"No\",\n                            \"SeasonID\": \"12345\",\n                            \"LeagueSeasonPlayer\": \"Yes\",\n                            \"LeagueSeasonOfficial\": \"No\",\n                            \"LeagueSeasonVolunteer\": \"No\",\n                            \"LeagueSeasonFinancialStatus\": \"No\",\n                            \"MemberClubLinkage\": [\n                                {\n                                    \"ClubName\": \"\",\n                                    \"ClubSeasonPlayer\": \"\",\n                                    \"ClubSeasonCoach\": \"\",\n                                    \"ClubSeasonOfficial\": \"\",\n                                    \"ClubSeasonUmpire\": \"\",\n                                    \"ClubSeasonVolunteer\": \"\"\n                                }\n                            ]\n                        }\n                    ]\n                }                              \n            ]\n        }\n    }\n}"}],"_postman_id":"5e8879ea-8fe1-4f89-ad19-760f129deb93"}],"id":"f3793526-543f-45cd-b65e-14c8e2d78bcf","_postman_id":"f3793526-543f-45cd-b65e-14c8e2d78bcf","description":""},{"name":"RFL Custom API - Staging","item":[{"name":"Generate Auth Token - RFL","event":[{"listen":"test","script":{"id":"fdb6e463-10f3-43d3-9d67-dd5021fe6683","exec":["var respnBody = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"Access_Token_RFL\", respnBody.access_token);\r","\r",""],"type":"text/javascript"}}],"id":"3038f080-c46e-4f5a-9587-60018346582f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"scope","type":"text","value":"{{scope}}"},{"key":"grant_type","type":"text","value":"{{client_credentials}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"}]},"url":"https://oauth2-testing.mygameday.app/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth2-testing","mygameday","app"],"query":[],"variable":[]}},"response":[{"id":"46c9fde9-aed9-455d-9a8e-ad7b5393b214","name":"Example- Generate Auth Token","originalRequest":{"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"scope","type":"text","value":"{{scope}}"},{"key":"grant_type","type":"text","value":"{{client_credentials}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"}]},"url":"https://oauth2-testing.mygameday.app/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Dec 2021 00:42:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"connect.sid=s%3ArAa5geMX8SoLwOsiTV004uSVPARglKvr.V48ZzToOpc4cdlRyxfsoLHxwyLuPJRVGtQZqXplzNG4; Path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"Access_Token_RFL\",\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"3038f080-c46e-4f5a-9587-60018346582f"},{"name":"GetPlayers","id":"b033558b-0115-4676-ab0b-10a5d5e1b978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_RFL}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":"https://staging.api.mygameday.app/apis/memberdata/getPlayerDetails?TeamId={{Team_Id}}&ClientId={{client_id}}","urlObject":{"protocol":"https","path":["apis","memberdata","getPlayerDetails"],"host":["staging","api","mygameday","app"],"query":[{"key":"TeamId","value":"{{Team_Id}}"},{"key":"ClientId","value":"{{client_id}}"}],"variable":[]}},"response":[{"id":"53cb6520-ec63-44ca-bb5f-5e4c630e41ee","name":"GetPlayers","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_RFL}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"https://staging.api.mygameday.app/apis/memberdata/getPlayerDetails?TeamId={{TeamId}}&ClientId={{client_id}}","protocol":"https","host":["staging","api","mygameday","app"],"path":["apis","memberdata","getPlayerDetails"],"query":[{"key":"TeamId","value":"{{TeamId}}"},{"key":"ClientId","value":"{{client_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"622"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Dec 2021 00:42:09 GMT"},{"key":"x-amzn-RequestId","value":"35173234-6d25-4a66-a8a2-e54833b9aaed"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"622"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"connect.sid=s%3AEyjRUFpp1sTD2Uyogo_hBJwjvGZqDj8s.TJ8dADdgMX%2F6Ji08S3MJeicbCON0xO5GBEpYdOnnMz4; Path=/; HttpOnly"},{"key":"x-amz-apigw-id","value":"KXX7THrzSwMFm_Q="},{"key":"ETag","value":"W/\"26e-7w0I5Pp+1XY0RwQNH8OI5Oa2r0A\""},{"key":"x-amzn-Remapped-Date","value":"Wed, 15 Dec 2021 00:42:09 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 adb1632aa800f446f3f4e7b45c9dfd3e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"1Dv6aFGRtZNt2Wsjrkz2pFkXUdES2S2r2Xy5NbQV5_7CaVfor1-evA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"AllMemberElement\": {\n        \"Message\": \"Success\",\n        \"RecordCount\": 2,\n        \"Response\": {\n            \"PlayersData\": [\n                {\n                    \"MemberId\": 165100,\n                    \"Name\": \"Test abc\",\n                    \"Email\": \"noreply@sportstg.com\",\n                    \"RFLID\": \"0003680959\",\n                    \"TeamId\": 2083700,\n                    \"AgeGroupID\": 7242\n                },\n                {\n                    \"MemberId\": 21150000,\n                    \"Name\": \"Test CHHDE\",\n                    \"Email\": \"noreply@sportstg.com\",\n                    \"RFLID\": \"0004144333\",\n                    \"TeamId\": 2083112,\n                    \"AgeGroupID\": 7249\n                }                \n            ]\n        }\n    }\n}"}],"_postman_id":"b033558b-0115-4676-ab0b-10a5d5e1b978"}],"id":"41c3bfc1-5809-4c84-8236-fc5f9767e026","_postman_id":"41c3bfc1-5809-4c84-8236-fc5f9767e026","description":""},{"name":"Comps Data - Live","item":[{"name":"Generate Access Token","event":[{"listen":"test","script":{"id":"2f1eba82-2ca2-4cf0-9bbb-69f80a3c5477","exec":["var respnBody = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"Access_Token\", respnBody.access_token);\r","\r",""],"type":"text/javascript"}}],"id":"8c99f6e4-9fa7-40c7-a7ea-7c3715081e83","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"scope","type":"text","value":"{{scope}}"},{"key":"grant_type","type":"text","value":"{{grant_type}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth","foxsportspulse","com"],"query":[],"variable":[]}},"response":[{"id":"3527cc72-0498-4a97-8da5-7a14a635b71e","name":"Generate Access Token","originalRequest":{"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"scope","type":"text","value":"{{scope}}"},{"key":"grant_type","type":"text","value":"{{grant_type}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Sep 2020 06:39:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGcidsdfdfdfsdsewewewyyuu\",\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"8c99f6e4-9fa7-40c7-a7ea-7c3715081e83"},{"name":"GET All Comps by League","id":"4a99b1a0-ec73-48ec-b242-17116218b279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token}}"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":"https://api.mygameday.app/api/leagues/competitions?league={{League_Id}}","urlObject":{"protocol":"https","path":["api","leagues","competitions"],"host":["api","mygameday","app"],"query":[{"key":"league","value":"{{League_Id}}"}],"variable":[]}},"response":[{"id":"3520ad9d-a3a1-4091-badf-ef18c3dc1a50","name":"GET All Comps by League","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token}}"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/leagues/competitions?league={{League_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","leagues","competitions"],"query":[{"key":"league","value":"{{League_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"585"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Sep 2020 09:56:34 GMT"},{"key":"x-amzn-RequestId","value":"fdfd8263-9d99-4d5d-93df-b57a7994c534"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, api_key, Authorization"},{"key":"x-amzn-Remapped-Content-Length","value":"585"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"SSKY4E7DywMFtZQ="},{"key":"x-amzn-Remapped-Server","value":"Jetty(9.4.8.v20171121)"},{"key":"Access-Control-Allow-Methods","value":"HEAD,POST,GET,OPTIONS,DELETE,PUT,PATCH"},{"key":"x-amzn-Remapped-Date","value":"Thu, 03 Sep 2020 09:56:34 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1c8c09a2d2295d49b2248ce893dbb6c6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"S7GVtq0EgmC2Y_qAf-AK1OD9mxY535lgw8SZsJFlBnxHiwyVvh7BaQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"Success\",\n        \"detailMessage\": \"Success\"\n    },\n    \"association\": {\n        \"assocId\": \"5436\",\n        \"assocName\": \"Test Football Netball\",\n        \"avatarURL\": \"\",\n        \"sportsId\": \"3\",\n        \"sportsName\": \"\",\n        \"competitions\": [\n            {\n                \"compId\": \"79244\",\n                \"compName\": \"2011 TAC Division 1 \",\n                \"compAbbr\": \"D1S\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"29550\",\n                \"compStartDate\": \"09-04-2011 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"79245\",\n                \"compName\": \"2011 Reserves\",\n                \"compAbbr\": \"D1R\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"29553\",\n                \"compStartDate\": \"09-04-2011 00:00:00\",\n                \"completedStatus\": \"1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4a99b1a0-ec73-48ec-b242-17116218b279"},{"name":"GET All Fixtures by Competition","id":"29a42fec-25d8-4985-b9ba-893e8ab7150f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":"https://api.mygameday.app/api/teams/fixtures/:leagueId?compId={{Comp_Id}}","urlObject":{"protocol":"https","path":["api","teams","fixtures",":leagueId"],"host":["api","mygameday","app"],"query":[{"key":"compId","value":"{{Comp_Id}}"}],"variable":[{"id":"7174ec5a-2404-4651-b737-b59e6bbde69a","type":"any","value":"{{League_Id}}","key":"leagueId"}]}},"response":[{"id":"1f419c36-f978-4f81-97eb-6c91be750b69","name":"GET All Fixtures by Competition","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/teams/fixtures/{{League_Id}}?compId={{Comp_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","teams","fixtures","{{League_Id}}"],"query":[{"key":"compId","value":"{{Comp_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"36809"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Sep 2020 10:00:55 GMT"},{"key":"x-amzn-RequestId","value":"3014b3cb-4cea-44fb-9c2f-cf10a9f8bfff"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, api_key, Authorization"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"SSLBlE_QywMFxbA="},{"key":"x-amzn-Remapped-Server","value":"Jetty(9.4.8.v20171121)"},{"key":"Access-Control-Allow-Methods","value":"HEAD,POST,GET,OPTIONS,DELETE,PUT,PATCH"},{"key":"x-amzn-Remapped-Date","value":"Thu, 03 Sep 2020 10:00:55 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0b26d7ef0f265884570bdb3e6c3750b0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"dyO5KcdEPCVWmvfoefwA0qeS6aD_qqQDV7oTl4EOoWW3PRDzMRXDPA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"success\"\n    },\n    \"fixtureList\": [\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2021 Division 1\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"45319\",\n                \"eventDateTime\": \"02-04-2021 16:00:00\",\n                \"eventDuration\": \"10\",\n                \"arriveTime\": \"02-04-2021 16:00:00\",\n                \"arriveTime_GMT\": \"02-04-2021 05:00:00\",\n                \"eventStatus\": \"1\",\n                \"homeTeam\": {\n                    \"teamId\": \"254289\",\n                    \"fixtureTeamId\": \"254289\",\n                    \"teamName\": \"Port Melbourne\",\n                    \"finalScore\": \"15\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"23.18-156\",\n                    \"resultStatus\": \"1\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2542890\",\n                    \"fixtureTeamId\": \"2542890\",\n                    \"teamName\": \"Oakleigh\",\n                    \"finalScore\": \"48\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"7.6-48\",\n                    \"resultStatus\": \"2\"\n                },\n                \"venue\": {\n                    \"venueId\": \"64228\",\n                    \"venueName\": \"JL Murphy\",\n                    \"addressLine1\": \"cnr Road & Graham St\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"Melbourne\",\n                    \"state\": \"VIC\",\n                    \"postalCode\": \"327\",\n                    \"country\": \"Australia\",\n                    \"latitude\": \"-3.78340514137946E1\",\n                    \"longitude\": \"1.4492978844124755E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"453197\",\n                \"roundId\": \"106166\",\n                \"roundNumber\": \"7\",\n                \"roundName\": \"Round 7\",\n                \"matchStatus\": \"1\",\n                \"compId\": \"46321\",\n                \"compName\": \"2021 Division\",\n                \"assocId\": \"5436\",\n                \"assocName\": \"Southern Football\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"2542801\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"29a42fec-25d8-4985-b9ba-893e8ab7150f"},{"name":"GET Pre-game selected players","id":"f376c80a-85a5-4d55-b85f-a31e6ad47497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":"https://api.mygameday.app/api/assocdata/associations/{{League_Id}}?team-id={{Team_Id}}&match-id={{Match_Id}}","urlObject":{"protocol":"https","path":["api","assocdata","associations","{{League_Id}}"],"host":["api","mygameday","app"],"query":[{"key":"team-id","value":"{{Team_Id}}"},{"key":"match-id","value":"{{Match_Id}}"}],"variable":[]}},"response":[{"id":"a2b5b088-2fb6-462a-8b96-36c5e897d90e","name":"GET Pre-game selected players","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/assocdata/associations/{{League_Id}}?team-id={{Team_Id}}&match-id={{Match_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","assocdata","associations","{{League_Id}}"],"query":[{"key":"team-id","value":"{{Team_Id}}"},{"key":"match-id","value":"{{Match_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Sep 2020 10:09:06 GMT"},{"key":"x-amzn-RequestId","value":"b76cf37f-1807-411b-a8b2-6a73f6e0d73b"},{"key":"x-amzn-ErrorType","value":"BadRequestException"},{"key":"x-amz-apigw-id","value":"SSMOcGn2SwMFfqA="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 0b26d7ef0f265884570bdb3e6c3750b0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"e6pZ3zh3_CURGWBEWlP3UPoz3aQv4JTFT5K1CZRADiCCqnRWwAowbA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"assoc_id\": \"dummyData\",\n    \"match_id\": \" dummyData \",\n    \"team_id\": \" dummyData\",\n    \"result\": [\n        {\n            \"member_id\": 2343223,\n            \"player_name\": \"The Other API TEST GUY\",\n            \"player_number\": \"\",\n            \"player_position\": \"\"\n        },\n        {\n            \"member_id\": 1234567,\n            \"player_name\": \"xxxxxxxxxxxx\",\n            \"player_number\": \"\",\n            \"player_position\": \"\"\n        },\n        {\n            \"member_id\": 1112121,\n            \"player_name\": \"xxxxxxxxxx\",\n            \"player_number\": \"\",\n            \"player_position\": \"\"\n        },\n        {\n            \"member_id\": 1213121321,\n            \"player_name\": \"xxxxxxxxxxxx\",\n            \"player_number\": \"\",\n            \"player_position\": \"\"\n        }\n    ]\n}"}],"_postman_id":"f376c80a-85a5-4d55-b85f-a31e6ad47497"},{"name":"GET Player Competition Stats by Team","id":"681716bd-1bd0-4c93-845c-b4d35eb045bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":"https://api.mygameday.app/api/assocdata/associations/{{League_Id}}/competition/compplayerstats?comp-id={{Comp_Id}}&team-id={{Team_Id}}","urlObject":{"protocol":"https","path":["api","assocdata","associations","{{League_Id}}","competition","compplayerstats"],"host":["api","mygameday","app"],"query":[{"key":"comp-id","value":"{{Comp_Id}}"},{"key":"team-id","value":"{{Team_Id}}"}],"variable":[]}},"response":[{"id":"844bdedc-0b71-4114-bb88-2f38ed392269","name":"GET Player Competition Stats by Team","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/assocdata/associations/{{League_Id}}/competition/compplayerstats?comp-id={{Comp_Id}}&team-id={{Team_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","assocdata","associations","{{League_Id}}","competition","compplayerstats"],"query":[{"key":"comp-id","value":"{{Comp_Id}}"},{"key":"team-id","value":"{{Team_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Sep 2020 10:07:02 GMT"},{"key":"x-amzn-RequestId","value":"1b518c06-3f97-4f38-8df0-bdd12a77413a"},{"key":"x-amzn-ErrorType","value":"BadRequestException"},{"key":"x-amz-apigw-id","value":"SSL7EHkdSwMFhrQ="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 0b26d7ef0f265884570bdb3e6c3750b0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"WbyTIA3fp2rtgLmw6RKjItIurHU9rPP421tOTB6nh8iNDbLW-evMCw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"assoc_id\": \"1213\",\n    \"comp_id\": \"12312\",\n    \"team_id\": \"2312\",\n    \"result\": [\n        {\n            \"member_id\": 21321412,\n            \"First Name\": \"sdasda\",\n            \"Surname\": \"adsada\",\n            \"DOB\": \"13/02/1987\",\n            \"games_played\": 1,\n            \"tries\": \"\",\n            \"goals\": \"\",\n            \"fieldgoals\": \"\",\n            \"sinbin\": \"\",\n            \"sendoff\": \"\",\n            \"manofmatch\": \"\",\n            \"total_points\": \"\"\n        },\n        {\n            \"member_id\": 12312321,\n            \"First Name\": \"adasda\",\n            \"Surname\": \"adasdas\",\n            \"DOB\": \"02/01/2000\",\n            \"games_played\": 1,\n            \"tries\": \"\",\n            \"goals\": \"\",\n            \"fieldgoals\": \"\",\n            \"sinbin\": \"\",\n            \"sendoff\": \"\",\n            \"manofmatch\": \"\",\n            \"total_points\": \"\"\n        }\n]\n}"}],"_postman_id":"681716bd-1bd0-4c93-845c-b4d35eb045bb"},{"name":"GET Ladder details for Competition","id":"f43218eb-19f5-4dd6-96f0-0028fcf274a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":"https://api.mygameday.app/api/matchcentre/ladder/:League_Id?compId={{Comp_Id}}","urlObject":{"protocol":"https","path":["api","matchcentre","ladder",":League_Id"],"host":["api","mygameday","app"],"query":[{"key":"compId","value":"{{Comp_Id}}"}],"variable":[{"id":"17dff629-8369-420b-af17-c070db63d0d5","type":"string","value":"{{League_Id}}","key":"League_Id"}]}},"response":[{"id":"1b409965-42fe-47b3-8477-a7914d65b279","name":"Get Ladder details for Competition","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/matchcentre/ladder/:LeagueId?compId={{Comp_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","matchcentre","ladder",":LeagueId"],"query":[{"key":"compId","value":"{{Comp_Id}}"}],"variable":[{"key":"LeagueId","value":"{{League_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5841"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 21 Sep 2020 04:58:10 GMT"},{"key":"x-amzn-RequestId","value":"6b3e6758-be4e-4a53-832c-43db6c79caa7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, api_key, Authorization"},{"key":"x-amzn-Remapped-Content-Length","value":"5841"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"TMzjUF9GywMFn7g="},{"key":"x-amzn-Remapped-Server","value":"Jetty(8.1.16.v20140903)"},{"key":"Access-Control-Allow-Methods","value":"HEAD,POST,GET,OPTIONS,DELETE,PUT,PATCH"},{"key":"x-amzn-Remapped-Date","value":"Mon, 21 Sep 2020 04:58:10 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6defb821ef88eaf5ac6c82035b5646e3.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"dIdhg9MzHYQ1iQvBz7jKDqfeAO2swEOPKm52tqk_Wk427AGNCMRdug=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"\"\n    },\n    \"compLadder\": {\n        \"compId\": \"463212\",\n        \"finalTeamCount\": 89,\n         \"ladderHeaders\": [\n            {\n                \"colName\": \"Position\",\n                \"colPosition\": 1,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"TeamName\",\n                \"colPosition\": 2,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"Played\",\n                \"colPosition\": 3,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"Won\",\n                \"colPosition\": 4,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"Lost\",\n                \"colPosition\": 5,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"Drawn\",\n                \"colPosition\": 6,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"ForfeitsReceived\",\n                \"colPosition\": 7,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"For\",\n                \"colPosition\": 8,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"Against\",\n                \"colPosition\": 9,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"Percentage\",\n                \"colPosition\": 10,\n                \"ranking\": 5\n            },\n            {\n                \"colName\": \"Points\",\n                \"colPosition\": 11,\n                \"ranking\": 5\n            }\n        ],\n        \"ladderFields\": [\n            {\n                \"teamDetails\": {\n                    \"teamId\": \"\",\n                    \"teamName\": \"\",\n                    \"avatarUrl\": \"\"\n                },\n                \"nextTeam\": {\n                    \"teamId\": \"\",\n                    \"teamName\": \"\",\n                    \"avatarUrl\": \"\"\n                },\n                \"stats\": {\n                    \"TeamName\": \"\",\n                    \"Played\": 0,\n                    \"Won\": 0,\n                    \"Lost\": 0,\n                    \"Drawn\": 0,\n                    \"Byes\": 0,\n                    \"ForfeitsGiven\": 0,\n                    \"For\": 0,\n                    \"Against\": 0,\n                    \"Percentage\": 0,\n                    \"Points\": 0\n                },\n                \"detailedStats\": {\n                    \"TeamName\": \"\",\n                    \"FinalResult\": 0,\n                    \"PenaltyPoints\": 0,\n                    \"Played\": 0,\n                    \"Won\": 0,\n                    \"Lost\": 0,\n                    \"Drawn\": 0,\n                    \"For\": 0,\n                    \"Against\": 0,\n                    \"GoalsFor\": 0,\n                    \"GoalDiff\": 0,\n                    \"GoalsAgainst\": 0,\n                    \"Points\": 0,\n                    \"HighestScore\": 0,\n                    \"LowestScore\": 0,\n                    \"Byes\": 0,\n                    \"ForfeitsReceived\": 0,\n                    \"ForfeitsGiven\": 0,\n                    \"HeadToHead\": 0,\n                    \"Last5\": \"\",\n                    \"Percentage\": 0,\n                    \"PercentageWon\": 0,\n                    \"PercentageOfScoring\": 0,\n                    \"PercentagePoints\": 0,\n                    \"ByePoints\": 0,\n                    \"SetsFor\": 0,\n                    \"SetsAgst\": 0,\n                    \"AvePts\": 0,\n                    \"PtsRatio\": 0,\n                    \"SetRatio\": 0,\n                    \"ChampionshipPoints\": 0,\n                    \"BonusPoints\": 0,\n                    \"HomeWins\": \"\",\n                    \"AwayWins\": \"\",\n                    \"HomeLost\": \"\",\n                    \"AwayLost\": \"\",\n                    \"Streak\": \"\"\n                }\n            },\n            {\n                \"teamDetails\": {\n                    \"teamId\": \"\",\n                    \"teamName\": \"\",\n                    \"avatarUrl\": \"\"\n                },\n                \"nextTeam\": {\n                    \"teamId\": \"\",\n                    \"teamName\": \"\",\n                    \"avatarUrl\": \"\"\n                },\n                \"stats\": {\n                    \"TeamName\": \"0\",\n                    \"Played\": 0,\n                    \"Won\": 0,\n                    \"Lost\": 0,\n                    \"Drawn\": 0,\n                    \"Byes\": 0,\n                    \"ForfeitsGiven\": 0,\n                    \"For\": 0,\n                    \"Against\": 0,\n                    \"Percentage\": 0,\n                    \"Points\": 0\n                },\n                \"detailedStats\": {\n                    \"TeamName\": \"\",\n                    \"FinalResult\": 0,\n                    \"PenaltyPoints\": 0,\n                    \"Played\": 0,\n                    \"Won\": 0,\n                    \"Lost\": 0,\n                    \"Drawn\": 0,\n                    \"For\": 0,\n                    \"Against\": 0,\n                    \"GoalsFor\": 0,\n                    \"GoalDiff\": 0,\n                    \"GoalsAgainst\": 0,\n                    \"Points\": 0,\n                    \"HighestScore\": 0,\n                    \"LowestScore\": 0,\n                    \"Byes\": 0,\n                    \"ForfeitsReceived\": 0,\n                    \"ForfeitsGiven\": 0,\n                    \"HeadToHead\": 0,\n                    \"Last5\": \"\",\n                    \"Percentage\": 0,\n                    \"PercentageWon\": 10,\n                    \"PercentageOfScoring\": 0,\n                    \"PercentagePoints\": 0,\n                    \"ByePoints\": 0,\n                    \"SetsFor\": 0,\n                    \"SetsAgst\": 0,\n                    \"AvePts\": 0,\n                    \"PtsRatio\": 0,\n                    \"SetRatio\": 0,\n                    \"ChampionshipPoints\": 0,\n                    \"BonusPoints\": 0,\n                    \"HomeWins\": \"\",\n                    \"AwayWins\": \"\",\n                    \"HomeLost\": \"\",\n                    \"AwayLost\": \"\",\n                    \"Streak\": \"\"\n                }\n            }\n        ],\n        \"translations\": {\n            \"transFields\": [\n                {\n                    \"fieldName\": \"TeamName\",\n                    \"fullName\": \"Team\",\n                    \"abbrName\": \"Team\",\n                    \"description\": \"Team Name\"\n                },\n                {\n                    \"fieldName\": \"FinalResult\",\n                    \"fullName\": \"Final Result\",\n                    \"abbrName\": \"FinalResult\",\n                    \"description\": \"Final Result\"\n                },\n                {\n                    \"fieldName\": \"Played\",\n                    \"fullName\": \"Played\",\n                    \"abbrName\": \"P\",\n                    \"description\": \"Games Played\"\n                },\n                {\n                    \"fieldName\": \"Won\",\n                    \"fullName\": \"Won\",\n                    \"abbrName\": \"W\",\n                    \"description\": \"Games Won\"\n                },\n                {\n                    \"fieldName\": \"Lost\",\n                    \"fullName\": \"Lost\",\n                    \"abbrName\": \"L\",\n                    \"description\": \"Games Lost\"\n                },\n                {\n                    \"fieldName\": \"Drawn\",\n                    \"fullName\": \"Drawn\",\n                    \"abbrName\": \"D\",\n                    \"description\": \"Games Drawn\"\n                },\n                {\n                    \"fieldName\": \"Byes\",\n                    \"fullName\": \"Byes\",\n                    \"abbrName\": \"B\",\n                    \"description\": \"Byes\"\n                },\n                {\n                    \"fieldName\": \"ForfeitsReceived\",\n                    \"fullName\": \"Forfeits Received\",\n                    \"abbrName\": \"FF\",\n                    \"description\": \"Forfeits Received\"\n                },\n                {\n                    \"fieldName\": \"ForfeitsGiven\",\n                    \"fullName\": \"Forfeits Given\",\n                    \"abbrName\": \"FG\",\n                    \"description\": \"Forfeits Given\"\n                },\n                {\n                    \"fieldName\": \"For\",\n                    \"fullName\": \"For\",\n                    \"abbrName\": \"F\",\n                    \"description\": \"Scored For\"\n                },\n                {\n                    \"fieldName\": \"Against\",\n                    \"fullName\": \"Against\",\n                    \"abbrName\": \"A\",\n                    \"description\": \"Scored Against\"\n                },\n                {\n                    \"fieldName\": \"GoalsFor\",\n                    \"fullName\": \"Goals\",\n                    \"abbrName\": \"GF\",\n                    \"description\": \"Goals\"\n                },\n                {\n                    \"fieldName\": \"GoalsAgainst\",\n                    \"fullName\": \"Goals Against\",\n                    \"abbrName\": \"GA\",\n                    \"description\": \"Goals Against\"\n                },\n                {\n                    \"fieldName\": \"Points\",\n                    \"fullName\": \"Pts\",\n                    \"abbrName\": \"Pts\",\n                    \"description\": \"Points\"\n                },\n                {\n                    \"fieldName\": \"Percentage\",\n                    \"fullName\": \"Percentage\",\n                    \"abbrName\": \"%\",\n                    \"description\": \"Percentage\"\n                },\n                {\n                    \"fieldName\": \"GoalDiff\",\n                    \"fullName\": \"Goal Diff\",\n                    \"abbrName\": \"GD\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"PercentageWon\",\n                    \"fullName\": \"Percentage Won\",\n                    \"abbrName\": \"% Won\",\n                    \"description\": \"Percentage Won\"\n                },\n                {\n                    \"fieldName\": \"PercentageOfScoring\",\n                    \"fullName\": \"Percentage Of Scoring\",\n                    \"abbrName\": \"% Scoring\",\n                    \"description\": \"Percentage Of Scoring\"\n                },\n                {\n                    \"fieldName\": \"Position\",\n                    \"fullName\": \"Position\",\n                    \"abbrName\": \"Pos\",\n                    \"description\": \"Ladder Position\"\n                },\n                {\n                    \"fieldName\": \"Last5\",\n                    \"fullName\": \"Last5\",\n                    \"abbrName\": \"Last5\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"HighestScore\",\n                    \"fullName\": \"Highest Score\",\n                    \"abbrName\": \"Highest\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"LowestScore\",\n                    \"fullName\": \"Lowest Score\",\n                    \"abbrName\": \"Lowest\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"PercentagePoints\",\n                    \"fullName\": \"Percentage Points\",\n                    \"abbrName\": \"% Points\",\n                    \"description\": \"Percentage Points\"\n                },\n                {\n                    \"fieldName\": \"BonusPoints\",\n                    \"fullName\": \"Bonus Points\",\n                    \"abbrName\": \"Bonus\",\n                    \"description\": \"Bonus Points\"\n                },\n                {\n                    \"fieldName\": \"PenaltyPoints\",\n                    \"fullName\": \"Lowest Score\",\n                    \"abbrName\": \"Penalty\",\n                    \"description\": \"Penalty Points\"\n                },\n                {\n                    \"fieldName\": \"ChampionshipPoints\",\n                    \"fullName\": \"Championship Points\",\n                    \"abbrName\": \"Pts\",\n                    \"description\": \"Championship Points\"\n                },\n                {\n                    \"fieldName\": \"ByePoints\",\n                    \"fullName\": \"Pts (Bye Adjusted)\",\n                    \"abbrName\": \"Pts *\",\n                    \"description\": \"Bye Adjusted Points\"\n                },\n                {\n                    \"fieldName\": \"SetRatio\",\n                    \"fullName\": \"Set Ratio\",\n                    \"abbrName\": \"Set%\",\n                    \"description\": \"If the tie still exists after the calculation of the Sets Ratio, the order of ranking will be determined by Points Ratio\"\n                },\n                {\n                    \"fieldName\": \"PtsRatio\",\n                    \"fullName\": \"Point Ratio\",\n                    \"abbrName\": \"Point%\",\n                    \"description\": \"If the tie still exists after the calculation of the Point Ratio, the order of ranking will be determined by Points Ratio\"\n                },\n                {\n                    \"fieldName\": \"SetsFor\",\n                    \"fullName\": \"Sets For\",\n                    \"abbrName\": \"SetsFor\",\n                    \"description\": \"Sets Won\"\n                },\n                {\n                    \"fieldName\": \"SetsAgst\",\n                    \"fullName\": \"Sets Against\",\n                    \"abbrName\": \"SetsAgst\",\n                    \"description\": \"SetLost\"\n                },\n                {\n                    \"fieldName\": \"AvePts\",\n                    \"fullName\": \"Average Match Points\",\n                    \"abbrName\": \"AvePts\",\n                    \"description\": \"Average match points\"\n                },\n                {\n                    \"fieldName\": \"HeadToHead\",\n                    \"fullName\": \"Head to Head\",\n                    \"abbrName\": \"HtH\",\n                    \"description\": \"Order of tied teams will be based on head to head matches between those teams\"\n                },\n                {\n                    \"fieldName\": \"HomeWins\",\n                    \"fullName\": \"Home Wins\",\n                    \"abbrName\": \"HW\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"AwayWins\",\n                    \"fullName\": \"Away Wins\",\n                    \"abbrName\": \"AW\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"HomeLost\",\n                    \"fullName\": \"Home Lost\",\n                    \"abbrName\": \"HL\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"AwayLost\",\n                    \"fullName\": \"Away Lost\",\n                    \"abbrName\": \"AL\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"Streak\",\n                    \"fullName\": \"Streak\",\n                    \"abbrName\": \"S\",\n                    \"description\": \"Streak\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f43218eb-19f5-4dd6-96f0-0028fcf274a3"},{"name":"GET Logo for Team","id":"f81fcad9-c8b9-4dea-b484-4c078b2b7cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token}}"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":"https://api.mygameday.app/api/logo/team?teamId={{Team_Id}}","urlObject":{"protocol":"https","path":["api","logo","team"],"host":["api","mygameday","app"],"query":[{"key":"teamId","value":"{{Team_Id}}"}],"variable":[]}},"response":[{"id":"8a027825-1a6a-489f-b944-905780c1095d","name":"GET Logo for Team","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token}}"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/logo/team?teamId={{Team_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","logo","team"],"query":[{"key":"teamId","value":"{{Team_Id}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"����\u0010JFIF\u0001\u0001\u0001HH��C\b\u0006\u0006\u0007\u0006\u0005\b\u0007\u0007\u0007 \b \f\u0014 \f\u000b\u000b\f\u0019\u0012\u0013\u000f\u0014\u001d\u001a\u001f\u001e\u001d\u001a\u001c\u001c $.' \",#\u001c\u001c(7),01444\u001f'9=82<.342��C\u0001 \f\u000b\f\u0018 \u00182!\u001c!22222222222222222222222222222222222222222222222222��\u0011\b\u0002X\u0002X\u0003\u0001\"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0003\u0001\u0001\u0001\u0001\u0001\u0006\u0007\b\u0005\u0004\u0003\u0002\u0001��Y\u0010\u0001\u0003\u0003\u0001\u0004\u0007\u0004\u0007\u0004\u0007\u0004\u0007\u0004 \u0005\u0001\u0002\u0003\u0004\u0005\u0011\u0006\u0007\u0012!1\u0013AQaq��\u0014\"��\u0015#2BRb�3r��\u0016$C����4DS�\u0017%cs���\b6Tt'7d������&5EU���\u0018\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0002\u0003\u0004�"}],"_postman_id":"f81fcad9-c8b9-4dea-b484-4c078b2b7cee"}],"id":"e5ff11ff-707d-4f4a-a47f-7b9d76d91db0","_postman_id":"e5ff11ff-707d-4f4a-a47f-7b9d76d91db0","description":""},{"name":"NBN23","item":[{"name":"Staging","item":[{"name":"Generate Access Token","event":[{"listen":"test","script":{"id":"1f7b87ce-54b1-4889-869f-6fa9a675dd57","exec":["pm.test(\"Set Access Token to Environment Variable\", function () {","    var jsonData = pm.response.json();","    if (pm.response.code === 200) {","        pm.environment.set(\"Access_Token_NBN\", jsonData.access_token);","    }","});",""],"type":"text/javascript","packages":{}}}],"id":"2804f4e3-71d9-42a5-b0ad-501992349017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{Client_id}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"{{grant_type}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"https://oauth2-testing.mygameday.app/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth2-testing","mygameday","app"],"query":[{"disabled":true,"key":"a","value":null}],"variable":[]}},"response":[],"_postman_id":"2804f4e3-71d9-42a5-b0ad-501992349017"},{"name":"GET Seasons","id":"b0d3984a-b06c-4a95-936f-db9ebfce0232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"}],"url":"http://staging.api.mygameday.app/apis/assocdata/getSeasons?AssocID={{League_Id}}&ClientId={{Client_id}}","urlObject":{"protocol":"http","path":["apis","assocdata","getSeasons"],"host":["staging","api","mygameday","app"],"query":[{"key":"AssocID","value":"{{League_Id}}"},{"key":"ClientId","value":"{{Client_id}}"}],"variable":[]}},"response":[{"id":"eabb4501-c526-47ad-adcc-c13ad80adeaa","name":"GET Seasons","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"}],"url":{"raw":"http://staging.api.mygameday.app/apis/assocdata/getSeasons?AssocID={{League_Id}}&ClientId={{Client_id}}","protocol":"http","host":["staging","api","mygameday","app"],"path":["apis","assocdata","getSeasons"],"query":[{"key":"AssocID","value":"{{League_Id}}"},{"key":"ClientId","value":"{{Client_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4781"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 03 Jul 2024 03:46:41 GMT"},{"key":"x-amzn-RequestId","value":"b7c834bd-836d-43ca-b35d-1e5bdccecff4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"4781"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"aURxRFmGSwMEqZA="},{"key":"ETag","value":"W/\"12ad-A4XMji0zGLgleRBmDNIneY0NA+8\""},{"key":"x-amzn-Remapped-Date","value":"Wed, 03 Jul 2024 03:46:41 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f5ada3a2e963ec386faa5c3dd2e81c6a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MEL52-P1"},{"key":"X-Amz-Cf-Id","value":"ggqkp7uOGEXaCy5apeC4HAjCmJTdABMt_wpGuhioK3fQrbyLaRh0fA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"Seasons\": [\n            {\n                \"SeasonID\": 1,\n                \"SeasonName\": \"Other\",\n                \"SeasonStart\": \"\",\n                \"SeasonEnd\": \"\"\n            },\n            {\n                \"SeasonID\": 2,\n                \"SeasonName\": \"1995\",\n                \"SeasonStart\": \"1995-01-01\",\n                \"SeasonEnd\": \"1995-12-31\"\n            },\n            {\n                \"SeasonID\": 3,\n                \"SeasonName\": \"1996\",\n                \"SeasonStart\": \"1996-01-01\",\n                \"SeasonEnd\": \"1996-12-31\"\n            },\n            {\n                \"SeasonID\": 4,\n                \"SeasonName\": \"1997\",\n                \"SeasonStart\": \"1997-01-01\",\n                \"SeasonEnd\": \"1997-12-31\"\n            },\n            {\n                \"SeasonID\": 5,\n                \"SeasonName\": \"1998\",\n                \"SeasonStart\": \"1998-01-01\",\n                \"SeasonEnd\": \"1998-12-31\"\n            },\n            {\n                \"SeasonID\": 6,\n                \"SeasonName\": \"1999\",\n                \"SeasonStart\": \"1999-01-01\",\n                \"SeasonEnd\": \"1999-12-31\"\n            },\n            {\n                \"SeasonID\": 7,\n                \"SeasonName\": \"2000\",\n                \"SeasonStart\": \"2000-01-01\",\n                \"SeasonEnd\": \"2000-12-31\"\n            },\n            {\n                \"SeasonID\": 8,\n                \"SeasonName\": \"2001\",\n                \"SeasonStart\": \"2001-01-01\",\n                \"SeasonEnd\": \"2001-12-31\"\n            },\n            {\n                \"SeasonID\": 9,\n                \"SeasonName\": \"2002\",\n                \"SeasonStart\": \"2002-01-01\",\n                \"SeasonEnd\": \"2002-12-31\"\n            },\n            {\n                \"SeasonID\": 10,\n                \"SeasonName\": \"2003\",\n                \"SeasonStart\": \"2003-01-01\",\n                \"SeasonEnd\": \"2003-12-31\"\n            },\n            {\n                \"SeasonID\": 11,\n                \"SeasonName\": \"2004\",\n                \"SeasonStart\": \"2004-01-01\",\n                \"SeasonEnd\": \"2004-12-31\"\n            },\n            {\n                \"SeasonID\": 12,\n                \"SeasonName\": \"2005\",\n                \"SeasonStart\": \"2005-01-01\",\n                \"SeasonEnd\": \"2005-12-31\"\n            },\n            {\n                \"SeasonID\": 13,\n                \"SeasonName\": \"2006\",\n                \"SeasonStart\": \"2006-01-01\",\n                \"SeasonEnd\": \"2006-12-31\"\n            },\n            {\n                \"SeasonID\": 14,\n                \"SeasonName\": \"2007\",\n                \"SeasonStart\": \"2007-01-01\",\n                \"SeasonEnd\": \"2007-12-31\"\n            },\n            {\n                \"SeasonID\": 15,\n                \"SeasonName\": \"2008\",\n                \"SeasonStart\": \"2008-01-01\",\n                \"SeasonEnd\": \"2008-12-31\"\n            },\n            {\n                \"SeasonID\": 16,\n                \"SeasonName\": \"2009\",\n                \"SeasonStart\": \"2009-01-01\",\n                \"SeasonEnd\": \"2009-12-31\"\n            },\n            {\n                \"SeasonID\": 2921,\n                \"SeasonName\": \"2010\",\n                \"SeasonStart\": \"2010-01-01\",\n                \"SeasonEnd\": \"2010-12-31\"\n            },\n            {\n                \"SeasonID\": 2955,\n                \"SeasonName\": \"2011\",\n                \"SeasonStart\": \"2011-01-01\",\n                \"SeasonEnd\": \"2011-12-31\"\n            },\n            {\n                \"SeasonID\": 2989,\n                \"SeasonName\": \"2012\",\n                \"SeasonStart\": \"2012-01-01\",\n                \"SeasonEnd\": \"2012-12-31\"\n            },\n            {\n                \"SeasonID\": 3023,\n                \"SeasonName\": \"2013\",\n                \"SeasonStart\": \"2013-01-01\",\n                \"SeasonEnd\": \"2013-12-31\"\n            },\n            {\n                \"SeasonID\": 3494,\n                \"SeasonName\": \"1994\",\n                \"SeasonStart\": \"1994-01-01\",\n                \"SeasonEnd\": \"1994-12-31\"\n            },\n            {\n                \"SeasonID\": 3495,\n                \"SeasonName\": \"1993\",\n                \"SeasonStart\": \"1993-01-01\",\n                \"SeasonEnd\": \"1993-12-31\"\n            },\n            {\n                \"SeasonID\": 3496,\n                \"SeasonName\": \"1992\",\n                \"SeasonStart\": \"1992-01-01\",\n                \"SeasonEnd\": \"1992-12-31\"\n            },\n            {\n                \"SeasonID\": 3497,\n                \"SeasonName\": \"1991\",\n                \"SeasonStart\": \"1991-01-01\",\n                \"SeasonEnd\": \"1991-12-31\"\n            },\n            {\n                \"SeasonID\": 3498,\n                \"SeasonName\": \"1990\",\n                \"SeasonStart\": \"1990-01-01\",\n                \"SeasonEnd\": \"1990-12-31\"\n            },\n            {\n                \"SeasonID\": 3499,\n                \"SeasonName\": \"1989\",\n                \"SeasonStart\": \"1989-01-01\",\n                \"SeasonEnd\": \"1989-12-31\"\n            },\n            {\n                \"SeasonID\": 3500,\n                \"SeasonName\": \"1988\",\n                \"SeasonStart\": \"1988-01-01\",\n                \"SeasonEnd\": \"1988-12-31\"\n            },\n            {\n                \"SeasonID\": 3501,\n                \"SeasonName\": \"1987\",\n                \"SeasonStart\": \"1987-01-01\",\n                \"SeasonEnd\": \"1987-12-31\"\n            },\n            {\n                \"SeasonID\": 3502,\n                \"SeasonName\": \"1986\",\n                \"SeasonStart\": \"1986-01-01\",\n                \"SeasonEnd\": \"1986-12-31\"\n            },\n            {\n                \"SeasonID\": 3503,\n                \"SeasonName\": \"1985\",\n                \"SeasonStart\": \"1985-01-01\",\n                \"SeasonEnd\": \"1985-12-31\"\n            },\n            {\n                \"SeasonID\": 3504,\n                \"SeasonName\": \"1984\",\n                \"SeasonStart\": \"1984-01-01\",\n                \"SeasonEnd\": \"1984-12-31\"\n            },\n            {\n                \"SeasonID\": 3505,\n                \"SeasonName\": \"1983\",\n                \"SeasonStart\": \"1983-01-01\",\n                \"SeasonEnd\": \"1983-12-31\"\n            },\n            {\n                \"SeasonID\": 3506,\n                \"SeasonName\": \"1982\",\n                \"SeasonStart\": \"1982-01-01\",\n                \"SeasonEnd\": \"1982-12-31\"\n            },\n            {\n                \"SeasonID\": 3507,\n                \"SeasonName\": \"1981\",\n                \"SeasonStart\": \"1981-01-01\",\n                \"SeasonEnd\": \"1981-12-31\"\n            },\n            {\n                \"SeasonID\": 3508,\n                \"SeasonName\": \"1980\",\n                \"SeasonStart\": \"1980-01-01\",\n                \"SeasonEnd\": \"1980-12-31\"\n            },\n            {\n                \"SeasonID\": 3509,\n                \"SeasonName\": \"1979\",\n                \"SeasonStart\": \"1979-01-01\",\n                \"SeasonEnd\": \"1979-12-31\"\n            },\n            {\n                \"SeasonID\": 3510,\n                \"SeasonName\": \"1978\",\n                \"SeasonStart\": \"1978-01-01\",\n                \"SeasonEnd\": \"1978-12-31\"\n            },\n            {\n                \"SeasonID\": 3511,\n                \"SeasonName\": \"1977\",\n                \"SeasonStart\": \"1977-01-01\",\n                \"SeasonEnd\": \"1977-12-31\"\n            },\n            {\n                \"SeasonID\": 3512,\n                \"SeasonName\": \"1976\",\n                \"SeasonStart\": \"1976-01-01\",\n                \"SeasonEnd\": \"1976-12-31\"\n            },\n            {\n                \"SeasonID\": 3513,\n                \"SeasonName\": \"1975\",\n                \"SeasonStart\": \"1975-01-01\",\n                \"SeasonEnd\": \"1975-12-31\"\n            },\n            {\n                \"SeasonID\": 3514,\n                \"SeasonName\": \"1974\",\n                \"SeasonStart\": \"1974-01-01\",\n                \"SeasonEnd\": \"1974-12-31\"\n            },\n            {\n                \"SeasonID\": 3515,\n                \"SeasonName\": \"1973\",\n                \"SeasonStart\": \"1973-01-01\",\n                \"SeasonEnd\": \"1973-12-31\"\n            },\n            {\n                \"SeasonID\": 3516,\n                \"SeasonName\": \"1972\",\n                \"SeasonStart\": \"1972-01-01\",\n                \"SeasonEnd\": \"1972-12-31\"\n            },\n            {\n                \"SeasonID\": 3517,\n                \"SeasonName\": \"1971\",\n                \"SeasonStart\": \"1971-01-01\",\n                \"SeasonEnd\": \"1971-12-31\"\n            },\n            {\n                \"SeasonID\": 3518,\n                \"SeasonName\": \"1970\",\n                \"SeasonStart\": \"1970-01-01\",\n                \"SeasonEnd\": \"1970-12-31\"\n            },\n            {\n                \"SeasonID\": 6054,\n                \"SeasonName\": \"2014\",\n                \"SeasonStart\": \"2014-01-01\",\n                \"SeasonEnd\": \"2014-12-31\"\n            },\n            {\n                \"SeasonID\": 6117,\n                \"SeasonName\": \"2015\",\n                \"SeasonStart\": \"2015-01-01\",\n                \"SeasonEnd\": \"2015-12-31\"\n            },\n            {\n                \"SeasonID\": 6180,\n                \"SeasonName\": \"2016\",\n                \"SeasonStart\": \"2016-01-01\",\n                \"SeasonEnd\": \"2016-12-31\"\n            },\n            {\n                \"SeasonID\": 9033,\n                \"SeasonName\": \"2017\",\n                \"SeasonStart\": \"2017-01-01\",\n                \"SeasonEnd\": \"2017-12-31\"\n            },\n            {\n                \"SeasonID\": 9034,\n                \"SeasonName\": \"2018\",\n                \"SeasonStart\": \"2018-01-01\",\n                \"SeasonEnd\": \"2018-12-31\"\n            },\n            {\n                \"SeasonID\": 10173,\n                \"SeasonName\": \"2019\",\n                \"SeasonStart\": \"\",\n                \"SeasonEnd\": \"\"\n            },\n            {\n                \"SeasonID\": 10174,\n                \"SeasonName\": \"2020\",\n                \"SeasonStart\": \"\",\n                \"SeasonEnd\": \"\"\n            },\n            {\n                \"SeasonID\": 10175,\n                \"SeasonName\": \"2021\",\n                \"SeasonStart\": \"\",\n                \"SeasonEnd\": \"\"\n            },\n            {\n                \"SeasonID\": 11741,\n                \"SeasonName\": \"2022\",\n                \"SeasonStart\": \"0000-00-00\",\n                \"SeasonEnd\": \"0000-00-00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b0d3984a-b06c-4a95-936f-db9ebfce0232"},{"name":"GET All Comps by League","id":"825316a1-133f-44e1-b375-b45d52a50ce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"}],"url":"https://staging.api.mygameday.app/apis/league/competitions?league={{League_Id}}&season={{Season_Id}}","description":"<p>season is optional parameter</p>\n","urlObject":{"protocol":"https","path":["apis","league","competitions"],"host":["staging","api","mygameday","app"],"query":[{"key":"league","value":"{{League_Id}}"},{"description":{"content":"<p>Optional parameter</p>\n","type":"text/plain"},"key":"season","value":"{{Season_Id}}"}],"variable":[]}},"response":[{"id":"1d9a6a8a-3923-4b48-b9c9-b3d4ac92d1cd","name":"GET All Comps by League","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"}],"url":{"raw":"https://staging.api.mygameday.app/apis/league/competitions?league={{League_Id}}","protocol":"https","host":["staging","api","mygameday","app"],"path":["apis","league","competitions"],"query":[{"key":"league","value":"{{League_Id}}"},{"key":"season","value":"{{Season_Id}}","description":"Optional parameter","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7507"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 03 Jul 2024 03:46:47 GMT"},{"key":"x-amzn-RequestId","value":"3dcebd24-1e3c-4bce-b8b5-f07939cf932d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"7507"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"aURyPET9ywMEf6A="},{"key":"ETag","value":"W/\"1d53-XuChudbBGKJuMMOf/fi5yv31Gjo\""},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"x-amzn-Remapped-Date","value":"Wed, 03 Jul 2024 03:46:47 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f5ada3a2e963ec386faa5c3dd2e81c6a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MEL52-P1"},{"key":"X-Amz-Cf-Id","value":"ETngGUU0u1YwEgZ1bVF57sFoT5V1BEzDaqRRJMIrx50Em0GCN6Q0Uw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"Success\",\n        \"detailMessage\": \"Success\"\n    },\n    \"association\": {\n        \"assocId\": \"12643\",\n        \"AssocName\": \"GameDay Training\",\n        \"sportsId\": \"3\",\n        \"avatarURL\": \"\",\n        \"sportsName\": \"\",\n        \"competitions\": [\n            {\n                \"compId\": \"102895\",\n                \"compName\": \"Test Comp\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"2955\",\n                \"compStartDate\": \"05-10-2011 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"103518\",\n                \"compName\": \"Test Comp 2012\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"2989\",\n                \"compStartDate\": \"01-02-2012 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"154105\",\n                \"compName\": \"Mobile Scoring Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"3023\",\n                \"compStartDate\": \"12-02-2013 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"160890\",\n                \"compName\": \"Keith Whitford Training Comp.\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"3023\",\n                \"compStartDate\": \"06-04-2013 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"183865\",\n                \"compName\": \"2014 Keith Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6054\",\n                \"compStartDate\": \"08-08-2014 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"188972\",\n                \"compName\": \"DBC \",\n                \"compAbbr\": \"DBC\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6054\",\n                \"compStartDate\": \"12-04-2014 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"218100\",\n                \"compName\": \"OSFA 2015\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6117\",\n                \"compStartDate\": \"11-04-2015 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"225397\",\n                \"compName\": \"Keith Whitford Training 2015\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6117\",\n                \"compStartDate\": \"18-01-2015 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"229325\",\n                \"compName\": \"Keith Training Picola 2015\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6117\",\n                \"compStartDate\": \"08-02-2015 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"231311\",\n                \"compName\": \"2015 Training Frankston KW\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6117\",\n                \"compStartDate\": \"14-02-2015 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"242796\",\n                \"compName\": \"Finals Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6117\",\n                \"compStartDate\": \"14-04-2015 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"277838\",\n                \"compName\": \"2016 MDP Division 1\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6180\",\n                \"compStartDate\": \"01-03-2016 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"280510\",\n                \"compName\": \"2016 MDP Division 2\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"6180\",\n                \"compStartDate\": \"01-04-2016 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"305214\",\n                \"compName\": \"2017 MDP Comp\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"01-12-2016 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"314242\",\n                \"compName\": \"BDAFL Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"2\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"31-03-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"315772\",\n                \"compName\": \"ODFA Seniors 2017\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"01-04-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"318782\",\n                \"compName\": \"Livescore Test\",\n                \"compAbbr\": \"LS\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"06-03-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"325696\",\n                \"compName\": \"Progressive Score Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"24-04-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"328711\",\n                \"compName\": \"Game Day Cup\",\n                \"compAbbr\": \"GDP\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"31-05-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"328966\",\n                \"compName\": \"Live Test 2\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"25-05-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"329829\",\n                \"compName\": \"Livescore Test 2\",\n                \"compAbbr\": \"LT2\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"07-06-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"330543\",\n                \"compName\": \"AFL Europe Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"19-06-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"330643\",\n                \"compName\": \"Testerville Cup\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"24-06-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"334218\",\n                \"compName\": \"MS Gameday\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"22-07-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"334335\",\n                \"compName\": \"MS Cup\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"31-07-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"335122\",\n                \"compName\": \"API Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"02-08-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"343163\",\n                \"compName\": \"MG Test Comp\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"9033\",\n                \"compStartDate\": \"14-10-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"349331\",\n                \"compName\": \"DM - Livescore\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"03-12-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"353873\",\n                \"compName\": \"MDP Test 2018\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"23-01-2018 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"354320\",\n                \"compName\": \"MG Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"29-01-2018 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"358515\",\n                \"compName\": \"test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"24-02-2018 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"368084\",\n                \"compName\": \"DM - Livescore 2\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"03-12-2017 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"369383\",\n                \"compName\": \"Ashtest 18\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"12-05-2018 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"369629\",\n                \"compName\": \"Fun times are fun\",\n                \"compAbbr\": \"F.T.A.F.\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"19-05-2018 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"369630\",\n                \"compName\": \"Jayson's competition\",\n                \"compAbbr\": \"JC\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"31-05-2018 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"369840\",\n                \"compName\": \"jasoncompetition\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"9034\",\n                \"compStartDate\": \"25-05-2018 00:00:00\",\n                \"completedStatus\": \"0\"\n            },\n            {\n                \"compId\": \"378019\",\n                \"compName\": \"2019 Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"10173\",\n                \"compStartDate\": \"19-12-2018 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"399977\",\n                \"compName\": \"2019 Training AFL Goldfields KW\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"10173\",\n                \"compStartDate\": \"04-03-2019 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"406062\",\n                \"compName\": \"New Comp\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"2\",\n                \"seasonId\": \"10173\",\n                \"compStartDate\": \"09-05-2019 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"428723\",\n                \"compName\": \"2020 MDP Test Comps\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"10174\",\n                \"compStartDate\": \"01-04-2020 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"433620\",\n                \"compName\": \"2020 Colts Test\",\n                \"compAbbr\": \"C-Test2020\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"10174\",\n                \"compStartDate\": \"19-01-2020 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"437809\",\n                \"compName\": \"Test1 \",\n                \"compAbbr\": \"\",\n                \"compGender\": \"2\",\n                \"seasonId\": \"10174\",\n                \"compStartDate\": \"21-04-2020 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"444874\",\n                \"compName\": \"2020 Year 10 Blue - MP\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"10174\",\n                \"compStartDate\": \"01-06-2020 00:00:00\",\n                \"completedStatus\": \"0\"\n            },\n            {\n                \"compId\": \"445432\",\n                \"compName\": \"2020 Year 10 Red - MP\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"10174\",\n                \"compStartDate\": \"01-06-2020 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"468561\",\n                \"compName\": \"Maree Test\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"3\",\n                \"seasonId\": \"10175\",\n                \"compStartDate\": \"01-04-2021 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"compAbbr\": \"\",\n                \"compGender\": \"0\",\n                \"seasonId\": \"10175\",\n                \"compStartDate\": \"06-07-2021 00:00:00\",\n                \"completedStatus\": \"0\"\n            }\n        ]\n    }\n}"}],"_postman_id":"825316a1-133f-44e1-b375-b45d52a50ce8"},{"name":"GET All Fixtures by Competition","id":"e32461e3-4a5c-4826-a1ba-5408cfebd001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"},{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"}],"url":"https://staging.api.mygameday.app/apis/competitions/fixtures/{{League_Id}}?compId={{Comp_Id}}","urlObject":{"protocol":"https","path":["apis","competitions","fixtures","{{League_Id}}"],"host":["staging","api","mygameday","app"],"query":[{"key":"compId","value":"{{Comp_Id}}"}],"variable":[]}},"response":[{"id":"648b042e-d3ea-4ea3-b075-c71b88e0cf7f","name":"GET All Fixtures by Competition","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"},{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"}],"url":{"raw":"https://staging.api.mygameday.app/apis/competitions/fixtures/{{League_Id}}?compId={{Comp_Id}}","protocol":"https","host":["staging","api","mygameday","app"],"path":["apis","competitions","fixtures","{{League_Id}}"],"query":[{"key":"compId","value":"{{Comp_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"226842"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 03 Jul 2024 03:48:45 GMT"},{"key":"x-amzn-RequestId","value":"7f0ec8a0-b346-486f-b62f-ab099872b014"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"226842"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"aUSEqFG3SwMEAMg="},{"key":"ETag","value":"W/\"3761a-18PPF5OL2J+8DrYNyVREyMjdSEU\""},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"x-amzn-Remapped-Date","value":"Wed, 03 Jul 2024 03:48:45 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f5ada3a2e963ec386faa5c3dd2e81c6a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MEL52-P1"},{"key":"X-Amz-Cf-Id","value":"8bTf3_aY7RW8IJXW1cyqtJgDHy2Dyxw_h-E82SYG4aMNg-knQO5fLA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"Success\",\n        \"detailMessage\": \"success\"\n    },\n    \"fixtureList\": [\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743746\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743746\",\n                \"roundId\": \"10939549\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743747\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743747\",\n                \"roundId\": \"10939549\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743748\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743748\",\n                \"roundId\": \"10939549\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743749\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743749\",\n                \"roundId\": \"10939549\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743750\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743750\",\n                \"roundId\": \"10939549\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744020\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744020\",\n                \"roundId\": \"10939621\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744021\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744021\",\n                \"roundId\": \"10939621\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744022\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744022\",\n                \"roundId\": \"10939621\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744023\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744023\",\n                \"roundId\": \"10939621\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744024\",\n                \"eventDateTime\": \"06-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"06-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"05-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744024\",\n                \"roundId\": \"10939621\",\n                \"roundNumber\": \"1\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743751\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743751\",\n                \"roundId\": \"10939550\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743752\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743752\",\n                \"roundId\": \"10939550\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743753\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743753\",\n                \"roundId\": \"10939550\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743754\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743754\",\n                \"roundId\": \"10939550\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743755\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743755\",\n                \"roundId\": \"10939550\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744120\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744120\",\n                \"roundId\": \"10939641\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744121\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744121\",\n                \"roundId\": \"10939641\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744122\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744122\",\n                \"roundId\": \"10939641\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744123\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"1\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"2\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"1\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744123\",\n                \"roundId\": \"10939641\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"1\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"1243584\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744124\",\n                \"eventDateTime\": \"13-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"13-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"12-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744124\",\n                \"roundId\": \"10939641\",\n                \"roundNumber\": \"2\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743756\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743756\",\n                \"roundId\": \"10939551\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743757\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743757\",\n                \"roundId\": \"10939551\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743758\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743758\",\n                \"roundId\": \"10939551\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743759\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743759\",\n                \"roundId\": \"10939551\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743760\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743760\",\n                \"roundId\": \"10939551\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744125\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744125\",\n                \"roundId\": \"10939642\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744126\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744126\",\n                \"roundId\": \"10939642\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744127\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744127\",\n                \"roundId\": \"10939642\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744128\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744128\",\n                \"roundId\": \"10939642\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744129\",\n                \"eventDateTime\": \"20-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"20-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"19-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744129\",\n                \"roundId\": \"10939642\",\n                \"roundNumber\": \"3\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743761\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743761\",\n                \"roundId\": \"10939552\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743762\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743762\",\n                \"roundId\": \"10939552\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743763\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"1\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"2\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"1\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743763\",\n                \"roundId\": \"10939552\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"1\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"1880572\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743764\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743764\",\n                \"roundId\": \"10939552\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744130\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744130\",\n                \"roundId\": \"10939643\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744131\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744131\",\n                \"roundId\": \"10939643\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744132\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"1\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"2\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"1\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744132\",\n                \"roundId\": \"10939643\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"1\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"1880572\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744133\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744133\",\n                \"roundId\": \"10939643\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744134\",\n                \"eventDateTime\": \"27-07-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"27-07-2021 05:00:00\",\n                \"arriveTime_GMT\": \"26-07-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744134\",\n                \"roundId\": \"10939643\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743765\",\n                \"eventDateTime\": \"30-07-2021 02:15:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"30-07-2021 02:15:00\",\n                \"arriveTime_GMT\": \"29-07-2021 16:15:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743765\",\n                \"roundId\": \"10939552\",\n                \"roundNumber\": \"4\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743766\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743766\",\n                \"roundId\": \"10939553\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743767\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743767\",\n                \"roundId\": \"10939553\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743768\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743768\",\n                \"roundId\": \"10939553\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743769\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743769\",\n                \"roundId\": \"10939553\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743770\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743770\",\n                \"roundId\": \"10939553\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744135\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744135\",\n                \"roundId\": \"10939644\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744136\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744136\",\n                \"roundId\": \"10939644\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744137\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744137\",\n                \"roundId\": \"10939644\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744138\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744138\",\n                \"roundId\": \"10939644\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744139\",\n                \"eventDateTime\": \"03-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"03-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"02-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744139\",\n                \"roundId\": \"10939644\",\n                \"roundNumber\": \"5\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743771\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743771\",\n                \"roundId\": \"10939554\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743772\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743772\",\n                \"roundId\": \"10939554\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743773\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743773\",\n                \"roundId\": \"10939554\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743774\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743774\",\n                \"roundId\": \"10939554\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743775\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743775\",\n                \"roundId\": \"10939554\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744140\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744140\",\n                \"roundId\": \"10939645\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744141\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744141\",\n                \"roundId\": \"10939645\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744142\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744142\",\n                \"roundId\": \"10939645\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744143\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744143\",\n                \"roundId\": \"10939645\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744144\",\n                \"eventDateTime\": \"10-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"10-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"09-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744144\",\n                \"roundId\": \"10939645\",\n                \"roundNumber\": \"6\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743786\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743786\",\n                \"roundId\": \"10939557\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743787\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743787\",\n                \"roundId\": \"10939557\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743788\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743788\",\n                \"roundId\": \"10939557\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743789\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743789\",\n                \"roundId\": \"10939557\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743790\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743790\",\n                \"roundId\": \"10939557\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744155\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744155\",\n                \"roundId\": \"10939648\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744156\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744156\",\n                \"roundId\": \"10939648\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744157\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744157\",\n                \"roundId\": \"10939648\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744158\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744158\",\n                \"roundId\": \"10939648\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744159\",\n                \"eventDateTime\": \"31-08-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"31-08-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-08-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744159\",\n                \"roundId\": \"10939648\",\n                \"roundNumber\": \"9\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 9\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743791\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743791\",\n                \"roundId\": \"10939558\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743792\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743792\",\n                \"roundId\": \"10939558\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743793\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743793\",\n                \"roundId\": \"10939558\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743794\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743794\",\n                \"roundId\": \"10939558\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743795\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743795\",\n                \"roundId\": \"10939558\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744160\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744160\",\n                \"roundId\": \"10939649\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744161\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744161\",\n                \"roundId\": \"10939649\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744162\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744162\",\n                \"roundId\": \"10939649\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744163\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744163\",\n                \"roundId\": \"10939649\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744164\",\n                \"eventDateTime\": \"07-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"07-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"06-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744164\",\n                \"roundId\": \"10939649\",\n                \"roundNumber\": \"10\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 10\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743796\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743796\",\n                \"roundId\": \"10939559\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743797\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743797\",\n                \"roundId\": \"10939559\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743798\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743798\",\n                \"roundId\": \"10939559\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743799\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743799\",\n                \"roundId\": \"10939559\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743800\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743800\",\n                \"roundId\": \"10939559\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744165\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744165\",\n                \"roundId\": \"10939650\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744166\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744166\",\n                \"roundId\": \"10939650\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744167\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744167\",\n                \"roundId\": \"10939650\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744168\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744168\",\n                \"roundId\": \"10939650\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744169\",\n                \"eventDateTime\": \"14-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"14-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"13-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744169\",\n                \"roundId\": \"10939650\",\n                \"roundNumber\": \"11\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 11\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743801\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743801\",\n                \"roundId\": \"10939560\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743802\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743802\",\n                \"roundId\": \"10939560\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743803\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743803\",\n                \"roundId\": \"10939560\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743804\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743804\",\n                \"roundId\": \"10939560\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743805\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743805\",\n                \"roundId\": \"10939560\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744170\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744170\",\n                \"roundId\": \"10939651\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744171\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744171\",\n                \"roundId\": \"10939651\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744172\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744172\",\n                \"roundId\": \"10939651\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744173\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744173\",\n                \"roundId\": \"10939651\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744174\",\n                \"eventDateTime\": \"21-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"21-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"20-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744174\",\n                \"roundId\": \"10939651\",\n                \"roundNumber\": \"12\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 12\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743806\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743806\",\n                \"roundId\": \"10939561\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743807\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743807\",\n                \"roundId\": \"10939561\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743808\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743808\",\n                \"roundId\": \"10939561\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743809\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743809\",\n                \"roundId\": \"10939561\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743810\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743810\",\n                \"roundId\": \"10939561\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744175\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744175\",\n                \"roundId\": \"10939652\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744176\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744176\",\n                \"roundId\": \"10939652\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744177\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744177\",\n                \"roundId\": \"10939652\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744178\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744178\",\n                \"roundId\": \"10939652\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744179\",\n                \"eventDateTime\": \"28-09-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"28-09-2021 05:00:00\",\n                \"arriveTime_GMT\": \"27-09-2021 19:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744179\",\n                \"roundId\": \"10939652\",\n                \"roundNumber\": \"13\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 13\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743811\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743811\",\n                \"roundId\": \"10939562\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743812\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743812\",\n                \"roundId\": \"10939562\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743813\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743813\",\n                \"roundId\": \"10939562\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743814\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743814\",\n                \"roundId\": \"10939562\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743815\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743815\",\n                \"roundId\": \"10939562\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744180\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744180\",\n                \"roundId\": \"10939653\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744181\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744181\",\n                \"roundId\": \"10939653\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744182\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744182\",\n                \"roundId\": \"10939653\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744183\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744183\",\n                \"roundId\": \"10939653\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744184\",\n                \"eventDateTime\": \"05-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"05-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"04-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744184\",\n                \"roundId\": \"10939653\",\n                \"roundNumber\": \"14\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 14\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743816\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743816\",\n                \"roundId\": \"10939563\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743817\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743817\",\n                \"roundId\": \"10939563\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743818\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743818\",\n                \"roundId\": \"10939563\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743819\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743819\",\n                \"roundId\": \"10939563\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743820\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743820\",\n                \"roundId\": \"10939563\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744185\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744185\",\n                \"roundId\": \"10939654\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744186\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744186\",\n                \"roundId\": \"10939654\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744187\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744187\",\n                \"roundId\": \"10939654\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744188\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744188\",\n                \"roundId\": \"10939654\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744189\",\n                \"eventDateTime\": \"12-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"12-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"11-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744189\",\n                \"roundId\": \"10939654\",\n                \"roundNumber\": \"15\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 15\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743821\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743821\",\n                \"roundId\": \"10939564\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743822\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743822\",\n                \"roundId\": \"10939564\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743823\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743823\",\n                \"roundId\": \"10939564\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743824\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743824\",\n                \"roundId\": \"10939564\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743825\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743825\",\n                \"roundId\": \"10939564\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744190\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744190\",\n                \"roundId\": \"10939655\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744191\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744191\",\n                \"roundId\": \"10939655\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744192\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744192\",\n                \"roundId\": \"10939655\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744193\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744193\",\n                \"roundId\": \"10939655\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744194\",\n                \"eventDateTime\": \"19-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"19-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"18-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744194\",\n                \"roundId\": \"10939655\",\n                \"roundNumber\": \"16\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 16\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743826\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743826\",\n                \"roundId\": \"10939565\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743827\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743827\",\n                \"roundId\": \"10939565\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743828\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743828\",\n                \"roundId\": \"10939565\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743829\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743829\",\n                \"roundId\": \"10939565\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743830\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743830\",\n                \"roundId\": \"10939565\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744195\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744195\",\n                \"roundId\": \"10939656\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744196\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744196\",\n                \"roundId\": \"10939656\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744197\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744197\",\n                \"roundId\": \"10939656\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744198\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744198\",\n                \"roundId\": \"10939656\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744199\",\n                \"eventDateTime\": \"26-10-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"26-10-2021 05:00:00\",\n                \"arriveTime_GMT\": \"25-10-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744199\",\n                \"roundId\": \"10939656\",\n                \"roundNumber\": \"17\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 17\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743831\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743831\",\n                \"roundId\": \"10939566\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743832\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743832\",\n                \"roundId\": \"10939566\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743833\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743833\",\n                \"roundId\": \"10939566\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743834\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743834\",\n                \"roundId\": \"10939566\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743835\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743835\",\n                \"roundId\": \"10939566\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744200\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744200\",\n                \"roundId\": \"10939657\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744201\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744201\",\n                \"roundId\": \"10939657\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744202\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744202\",\n                \"roundId\": \"10939657\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744203\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744203\",\n                \"roundId\": \"10939657\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744204\",\n                \"eventDateTime\": \"02-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"02-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"01-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744204\",\n                \"roundId\": \"10939657\",\n                \"roundNumber\": \"18\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 18\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743836\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743836\",\n                \"roundId\": \"10939567\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743837\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743837\",\n                \"roundId\": \"10939567\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743838\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743838\",\n                \"roundId\": \"10939567\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743839\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743839\",\n                \"roundId\": \"10939567\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743840\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743840\",\n                \"roundId\": \"10939567\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744205\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744205\",\n                \"roundId\": \"10939658\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744206\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744206\",\n                \"roundId\": \"10939658\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744207\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744207\",\n                \"roundId\": \"10939658\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744208\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744208\",\n                \"roundId\": \"10939658\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744209\",\n                \"eventDateTime\": \"09-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"09-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"08-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744209\",\n                \"roundId\": \"10939658\",\n                \"roundNumber\": \"19\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 19\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743841\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743841\",\n                \"roundId\": \"10939568\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743842\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743842\",\n                \"roundId\": \"10939568\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743843\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743843\",\n                \"roundId\": \"10939568\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743844\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743844\",\n                \"roundId\": \"10939568\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46743845\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46743845\",\n                \"roundId\": \"10939568\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744210\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744210\",\n                \"roundId\": \"10939659\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744211\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744211\",\n                \"roundId\": \"10939659\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744212\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744212\",\n                \"roundId\": \"10939659\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744213\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744213\",\n                \"roundId\": \"10939659\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744214\",\n                \"eventDateTime\": \"16-11-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"16-11-2021 05:00:00\",\n                \"arriveTime_GMT\": \"15-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744214\",\n                \"roundId\": \"10939659\",\n                \"roundNumber\": \"20\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 20\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744145\",\n                \"eventDateTime\": \"01-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"01-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744145\",\n                \"roundId\": \"10939646\",\n                \"roundNumber\": \"30\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 30 (Round 7)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744146\",\n                \"eventDateTime\": \"01-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"01-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744146\",\n                \"roundId\": \"10939646\",\n                \"roundNumber\": \"30\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 30 (Round 7)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744147\",\n                \"eventDateTime\": \"01-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"01-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744147\",\n                \"roundId\": \"10939646\",\n                \"roundNumber\": \"30\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 30 (Round 7)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744148\",\n                \"eventDateTime\": \"01-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"01-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744148\",\n                \"roundId\": \"10939646\",\n                \"roundNumber\": \"30\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 30 (Round 7)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744149\",\n                \"eventDateTime\": \"01-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"01-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"30-11-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744149\",\n                \"roundId\": \"10939646\",\n                \"roundNumber\": \"30\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 30 (Round 7)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744150\",\n                \"eventDateTime\": \"11-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"11-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"10-12-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1880572\",\n                    \"fixtureTeamId\": \"1880572\",\n                    \"teamName\": \"aSH tEAM\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2539860\",\n                    \"fixtureTeamId\": \"2539860\",\n                    \"teamName\": \"Team Yellow\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744150\",\n                \"roundId\": \"10939647\",\n                \"roundNumber\": \"31\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 31 (Round 8)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744151\",\n                \"eventDateTime\": \"11-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"11-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"10-12-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2076858\",\n                    \"fixtureTeamId\": \"2076858\",\n                    \"teamName\": \"Barker College Opens \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099211\",\n                    \"fixtureTeamId\": \"2099211\",\n                    \"teamName\": \"Club G\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744151\",\n                \"roundId\": \"10939647\",\n                \"roundNumber\": \"31\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 31 (Round 8)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744152\",\n                \"eventDateTime\": \"11-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"11-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"10-12-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"1243584\",\n                    \"fixtureTeamId\": \"1243584\",\n                    \"teamName\": \"Channel\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099210\",\n                    \"fixtureTeamId\": \"2099210\",\n                    \"teamName\": \"Club F\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"54599\",\n                    \"venueName\": \"Snug Park\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"1\",\n                    \"state\": \"TAS\",\n                    \"postalCode\": \"\",\n                    \"country\": \"AUSTRALIA\",\n                    \"latitude\": \"-37.6280035\",\n                    \"longitude\": \"143.8928258999999\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744152\",\n                \"roundId\": \"10939647\",\n                \"roundNumber\": \"31\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 31 (Round 8)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744153\",\n                \"eventDateTime\": \"11-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"11-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"10-12-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099215\",\n                    \"fixtureTeamId\": \"2099215\",\n                    \"teamName\": \"Club B \",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099209\",\n                    \"fixtureTeamId\": \"2099209\",\n                    \"teamName\": \"Club E\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744153\",\n                \"roundId\": \"10939647\",\n                \"roundNumber\": \"31\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 31 (Round 8)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"Jorge TEST\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"46744154\",\n                \"eventDateTime\": \"11-12-2021 05:00:00\",\n                \"eventDuration\": \"50\",\n                \"arriveTime\": \"11-12-2021 05:00:00\",\n                \"arriveTime_GMT\": \"10-12-2021 18:00:00\",\n                \"timezone\": \"Australia/Melbourne\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2099207\",\n                    \"fixtureTeamId\": \"2099207\",\n                    \"teamName\": \"Club C\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2099208\",\n                    \"fixtureTeamId\": \"2099208\",\n                    \"teamName\": \"CLub D\",\n                    \"finalScore\": \"\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\",\n                    \"latitude\": \"\",\n                    \"longitude\": \"\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"46744154\",\n                \"roundId\": \"10939647\",\n                \"roundNumber\": \"31\",\n                \"roundType\": \"Regular Season\",\n                \"roundName\": \"Round 31 (Round 8)\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"472778\",\n                \"compName\": \"Jorge TEST\",\n                \"assocId\": \"12643\",\n                \"assocName\": \"GameDay Training\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"3\",\n                \"sportsName\": \"FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"0\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e32461e3-4a5c-4826-a1ba-5408cfebd001"},{"name":"GET Team Member Details","id":"b43351c1-1813-4f18-959f-55161c916201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"},{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"}],"url":"https://staging.api.mygameday.app/apis/memberdata/getTeamMemberDetails?ClientId={{Client_id}}&TeamId={{Team_Id}}","urlObject":{"protocol":"https","path":["apis","memberdata","getTeamMemberDetails"],"host":["staging","api","mygameday","app"],"query":[{"key":"ClientId","value":"{{Client_id}}"},{"key":"TeamId","value":"{{Team_Id}}"}],"variable":[]}},"response":[{"id":"bc6970f4-365c-49ec-abe1-ca1bdf82b87d","name":"GET Team Member Details","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"},{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"}],"url":{"raw":"https://staging.api.mygameday.app/apis/memberdata/getTeamMemberDetails?ClientId={{Client_id}}&TeamId={{Team_Id}}","protocol":"https","host":["staging","api","mygameday","app"],"path":["apis","memberdata","getTeamMemberDetails"],"query":[{"key":"ClientId","value":"{{Client_id}}"},{"key":"TeamId","value":"{{Team_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1771"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 03 Jul 2024 03:49:37 GMT"},{"key":"x-amzn-RequestId","value":"5cbac568-dc50-4333-94d0-fee44883f97d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1771"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"aUSMxEm-SwMEBAg="},{"key":"ETag","value":"W/\"6eb-7hl4Rlc9cOYf8Zqz1bAV6TuDmmg\""},{"key":"x-amzn-Remapped-Date","value":"Wed, 03 Jul 2024 03:49:37 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f5ada3a2e963ec386faa5c3dd2e81c6a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MEL52-P1"},{"key":"X-Amz-Cf-Id","value":"0cQqwbi7-Nl5Jmwetv_TmQl-37e0AQ5eWPvtNil7w_PCWw-m5OLy6Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"AllMemberElement\": {\n        \"Message\": \"Success\",\n        \"RecordCount\": 5,\n        \"Response\": {\n            \"TeamMembersData\": [\n                {\n                    \"ActiveInTeam\": \"Yes\",\n                    \"MemberId\": 20249435,\n                    \"LegalFirstname\": \"Joe\",\n                    \"FamilyName\": \"Bloggs\",\n                    \"DOB\": \"1987-11-15\",\n                    \"Email\": \"noreply@sportstg.com\",\n                    \"TeamId\": 2443315,\n                    \"TeamName\": \"Dan's Test Team\",\n                    \"IsPlayer\": \"Yes\",\n                    \"IsCoach\": \"Yes\",\n                    \"IsOfficial\": \"No\",\n                    \"IsVolunteer\": \"No\",\n                    \"IsMatchOfficial\": \"No\",\n                    \"IsMisc\": \"No\",\n                    \"TeamJumperNumber\": \"\",\n                    \"ClubJumperNumber\": \"\"\n                },\n                {\n                    \"ActiveInTeam\": \"Yes\",\n                    \"MemberId\": 12719501,\n                    \"LegalFirstname\": \"James\",\n                    \"FamilyName\": \"Lissaman\",\n                    \"DOB\": \"1979-08-23\",\n                    \"Email\": \"noreply@sportstg.com\",\n                    \"TeamId\": 2443315,\n                    \"TeamName\": \"Dan's Test Team\",\n                    \"IsPlayer\": \"Yes\",\n                    \"IsCoach\": \"Yes\",\n                    \"IsOfficial\": \"Yes\",\n                    \"IsVolunteer\": \"No\",\n                    \"IsMatchOfficial\": \"Yes\",\n                    \"IsMisc\": \"No\",\n                    \"TeamJumperNumber\": \"\",\n                    \"ClubJumperNumber\": \"\"\n                },\n                {\n                    \"ActiveInTeam\": \"Yes\",\n                    \"MemberId\": 18105525,\n                    \"LegalFirstname\": \"Dan\",\n                    \"FamilyName\": \"Dawick\",\n                    \"DOB\": \"2004-03-13\",\n                    \"Email\": \"noreply@sportstg.com\",\n                    \"TeamId\": 2443315,\n                    \"TeamName\": \"Dan's Test Team\",\n                    \"IsPlayer\": \"Yes\",\n                    \"IsCoach\": \"No\",\n                    \"IsOfficial\": \"Yes\",\n                    \"IsVolunteer\": \"No\",\n                    \"IsMatchOfficial\": \"No\",\n                    \"IsMisc\": \"No\",\n                    \"TeamJumperNumber\": \"\",\n                    \"ClubJumperNumber\": \"\"\n                },\n                {\n                    \"ActiveInTeam\": \"No\",\n                    \"MemberId\": 20249466,\n                    \"LegalFirstname\": \"Covid\",\n                    \"FamilyName\": \"Test\",\n                    \"DOB\": \"2005-04-13\",\n                    \"Email\": \"noreply@sportstg.com\",\n                    \"TeamId\": 2443315,\n                    \"TeamName\": \"Dan's Test Team\",\n                    \"IsPlayer\": \"No\",\n                    \"IsCoach\": \"Yes\",\n                    \"IsOfficial\": \"No\",\n                    \"IsVolunteer\": \"No\",\n                    \"IsMatchOfficial\": \"No\",\n                    \"IsMisc\": \"No\",\n                    \"TeamJumperNumber\": \"\",\n                    \"ClubJumperNumber\": \"\"\n                },\n                {\n                    \"ActiveInTeam\": \"Yes\",\n                    \"MemberId\": 20251733,\n                    \"LegalFirstname\": \"Ross\",\n                    \"FamilyName\": \"Wilson\",\n                    \"DOB\": \"1981-11-22\",\n                    \"Email\": \"rwilson@sportstg.com\",\n                    \"TeamId\": 2443315,\n                    \"TeamName\": \"Dan's Test Team\",\n                    \"IsPlayer\": \"Yes\",\n                    \"IsCoach\": \"Yes\",\n                    \"IsOfficial\": \"No\",\n                    \"IsVolunteer\": \"No\",\n                    \"IsMatchOfficial\": \"No\",\n                    \"IsMisc\": \"No\",\n                    \"TeamJumperNumber\": \"\",\n                    \"ClubJumperNumber\": \"\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"b43351c1-1813-4f18-959f-55161c916201"}],"id":"4d9f352c-3b00-4777-87fd-33944fc0d31b","_postman_id":"4d9f352c-3b00-4777-87fd-33944fc0d31b","description":""},{"name":"Production","item":[{"name":"Generate Access Token","event":[{"listen":"test","script":{"exec":["var respnBody = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"Access_Token_NBN\", respnBody.access_token);\r","\r",""],"type":"text/javascript","id":"800be58f-0e88-488f-932a-15aa60fdee95"}}],"id":"c1168b01-ee5c-4968-a49f-04121a9f6af2","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{Client_id}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"{{grant_type}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth","foxsportspulse","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1168b01-ee5c-4968-a49f-04121a9f6af2"},{"name":"GET All Comps by League","id":"66224065-e681-4388-b236-1962a940966c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"}],"url":"https://api.mygameday.app/api/league/competitions?league={{League_Id}}&season={{Season_Id}}","urlObject":{"protocol":"https","path":["api","league","competitions"],"host":["api","mygameday","app"],"query":[{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"1"},{"key":"league","value":"{{League_Id}}"},{"key":"season","value":"{{Season_Id}}"}],"variable":[]}},"response":[],"_postman_id":"66224065-e681-4388-b236-1962a940966c"},{"name":"GET All Fixtures by Competition","id":"c46351f4-167e-43b2-b883-9993260e9d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"}],"url":"https://api.mygameday.app/api/competitions/fixtures/{{League_Id}}?compId={{Comp_Id}}","urlObject":{"protocol":"https","path":["api","competitions","fixtures","{{League_Id}}"],"host":["api","mygameday","app"],"query":[{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"1"},{"key":"compId","value":"{{Comp_Id}}"}],"variable":[]}},"response":[],"_postman_id":"c46351f4-167e-43b2-b883-9993260e9d69"},{"name":"GET Team Member Details","id":"3bc80764-35ce-4425-bd31-8b7b402145f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"}],"url":"https://api.mygameday.app/api/memberdata/getTeamMemberDetails?ClientId={{Client_id}}&TeamId={{Team_Id}}","urlObject":{"protocol":"https","path":["api","memberdata","getTeamMemberDetails"],"host":["api","mygameday","app"],"query":[{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"1"},{"key":"ClientId","value":"{{Client_id}}"},{"key":"TeamId","value":"{{Team_Id}}"}],"variable":[]}},"response":[],"_postman_id":"3bc80764-35ce-4425-bd31-8b7b402145f0"},{"name":"GET Seasons","id":"0aba0662-6494-4986-ae1e-20fddef292e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_NBN}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-NBN}}","type":"text"}],"url":"https://api.mygameday.app/api/assocdata/getSeasons?ClientId={{Client_id}}&AssocID={{League_Id}}","urlObject":{"protocol":"https","path":["api","assocdata","getSeasons"],"host":["api","mygameday","app"],"query":[{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"1"},{"key":"ClientId","value":"{{Client_id}}"},{"key":"AssocID","value":"{{League_Id}}"}],"variable":[]}},"response":[],"_postman_id":"0aba0662-6494-4986-ae1e-20fddef292e1"}],"id":"28079f0e-012f-41c7-9a27-e53286a3e978","_postman_id":"28079f0e-012f-41c7-9a27-e53286a3e978","description":""}],"id":"b49ae1d1-9698-467e-9a65-b86dc79a9849","_postman_id":"b49ae1d1-9698-467e-9a65-b86dc79a9849","description":""},{"name":"STUBBUR","item":[{"name":"Prod","item":[{"name":"GET All Fixtures by Competition","id":"fa44562d-35f6-414f-bfca-da569f5af08b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_STUBBUR}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-STUBBUR}}","type":"text"}],"url":"https://api.mygameday.app/api/competitions/fixtures/{{League_Id}}?compId={{Comp_Id}}","urlObject":{"protocol":"https","path":["api","competitions","fixtures","{{League_Id}}"],"host":["api","mygameday","app"],"query":[{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"1"},{"key":"compId","value":"{{Comp_Id}}"}],"variable":[]}},"response":[],"_postman_id":"fa44562d-35f6-414f-bfca-da569f5af08b"},{"name":"Generate Access Token","event":[{"listen":"test","script":{"exec":["var respnBody = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"Access_Token_STUBBUR\", respnBody.access_token);\r","\r",""],"type":"text/javascript","id":"bd793973-eac9-4b63-a919-68bf236afd65"}}],"id":"97a9142b-ce90-40b1-a478-0b48dd8caafc","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{Client_id}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"{{grant_type}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth","foxsportspulse","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"97a9142b-ce90-40b1-a478-0b48dd8caafc"}],"id":"9ea88bd8-7fff-4ff6-8495-49a573b6f91e","_postman_id":"9ea88bd8-7fff-4ff6-8495-49a573b6f91e","description":""}],"id":"0df29294-c5b5-4fe3-ad5a-74e6ad264839","_postman_id":"0df29294-c5b5-4fe3-ad5a-74e6ad264839","description":""},{"name":"etrainu","item":[{"name":"staging","item":[{"name":"generate Token","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"id":"b34ff4a1-4b5a-40ff-80ae-eb2816b6521f"}}],"id":"5b12eff2-e5bc-450a-8109-0d60f258a20d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"scope","value":"{{scope}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"tokenType","value":"<token-type>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"{{grant_type}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"https://oauth2-testing.mygameday.app/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth2-testing","mygameday","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b12eff2-e5bc-450a-8109-0d60f258a20d"},{"name":"getOrgHierarchy","id":"ba3a87e5-c0cb-4573-8030-22411104ce45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-etrainu}}"},{"key":"AuthorizationToken","value":"{{Access_Token_etrainu}}"}],"url":"https://staging.api.mygameday.app/apis/accreditations/getOrgHierarchy?ClientId={{client_id}}&RealmId={{RealmId}}&page={{page}}&size={{size}}&SubRealmId={{SubRealmId}}&LevelId={{LevelId}}&Id","urlObject":{"protocol":"https","path":["apis","accreditations","getOrgHierarchy"],"host":["staging","api","mygameday","app"],"query":[{"key":"ClientId","value":"{{client_id}}"},{"key":"RealmId","value":"{{RealmId}}"},{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"SubRealmId","value":"{{SubRealmId}}"},{"key":"LevelId","value":"{{LevelId}}"},{"key":"Id","value":null}],"variable":[]}},"response":[],"_postman_id":"ba3a87e5-c0cb-4573-8030-22411104ce45"},{"name":"getOrgQualifications","id":"9412be5e-e5f9-428d-9ea0-3bffdc92ada3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-etrainu}}","type":"text"},{"key":"AuthorizationToken","value":"{{Access_Token_etrainu}}","type":"text"}],"url":"https://staging.api.mygameday.app/apis/accreditations/getOrgQualifications?ClientId={{client_id}}&RealmId={{RealmId}}&page={{page}}&size={{size}}&SubRealmId={{SubRealmId}}","urlObject":{"protocol":"https","path":["apis","accreditations","getOrgQualifications"],"host":["staging","api","mygameday","app"],"query":[{"key":"ClientId","value":"{{client_id}}"},{"key":"RealmId","value":"{{RealmId}}"},{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"SubRealmId","value":"{{SubRealmId}}"}],"variable":[]}},"response":[],"_postman_id":"9412be5e-e5f9-428d-9ea0-3bffdc92ada3"},{"name":"getMemberQualifications","id":"b401fdef-ba78-4644-9474-656c63e7f684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-etrainu}}","type":"text"},{"key":"AuthorizationToken","value":"{{Access_Token_etrainu}}","type":"text"}],"url":"https://staging.api.mygameday.app/apis/accreditations/getMemberQualifications?ClientId={{client_id}}&MemberId={{MemberId}}&PassportId={{PassportId}}","urlObject":{"protocol":"https","path":["apis","accreditations","getMemberQualifications"],"host":["staging","api","mygameday","app"],"query":[{"key":"ClientId","value":"{{client_id}}"},{"key":"MemberId","value":"{{MemberId}}"},{"key":"PassportId","value":"{{PassportId}}"}],"variable":[]}},"response":[],"_postman_id":"b401fdef-ba78-4644-9474-656c63e7f684"},{"name":"courseUpdates","id":"bfd4c5a2-b562-46d2-941e-4dc00f066a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key-etrainu}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"event\": \"course.completed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.mygameday.app/apis/accreditations/courseUpdates","urlObject":{"protocol":"https","path":["apis","accreditations","courseUpdates"],"host":["staging","api","mygameday","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfd4c5a2-b562-46d2-941e-4dc00f066a87"}],"id":"e83489a9-08ac-4aa8-9dd0-bd36791a5ab2","_postman_id":"e83489a9-08ac-4aa8-9dd0-bd36791a5ab2","description":""},{"name":"Prod","item":[{"name":"generate Token","event":[{"listen":"test","script":{"exec":["var respnBody = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"Access_Token_etrainu\", respnBody.access_token);"],"type":"text/javascript","packages":{},"id":"9d1ae79b-e3fe-487b-8291-c3f5a1f11caf"}}],"id":"dd6267ba-8aba-4bbf-a0e5-1d030fcfd6a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"{{grant_type}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth","foxsportspulse","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd6267ba-8aba-4bbf-a0e5-1d030fcfd6a2"},{"name":"getOrgHierarchy","id":"f7ef65a6-3eae-4dc7-875f-87c6c83df192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key-etrainu}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-etrainu}}"},{"key":"AuthorizationToken","value":"{{Access_Token_etrainu}}"}],"url":"https://api.mygameday.app/api/accreditations/getOrgHierarchy?ClientId={{client_id}}&RealmId={{RealmId}}&page={{page}}&size={{size}}&SubRealmId={{SubRealmId}}&LevelId={{LevelId}}&Id={{Id}}","urlObject":{"protocol":"https","path":["api","accreditations","getOrgHierarchy"],"host":["api","mygameday","app"],"query":[{"key":"ClientId","value":"{{client_id}}"},{"key":"RealmId","value":"{{RealmId}}"},{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"SubRealmId","value":"{{SubRealmId}}"},{"key":"LevelId","value":"{{LevelId}}"},{"key":"Id","value":"{{Id}}"}],"variable":[]}},"response":[],"_postman_id":"f7ef65a6-3eae-4dc7-875f-87c6c83df192"},{"name":"getOrgQualifications","id":"4a95bc9a-9151-4f89-a18a-a3a5089a7350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key-etrainu}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-etrainu}}"},{"key":"AuthorizationToken","value":"{{Access_Token_etrainu}}"}],"url":"https://api.mygameday.app/api/accreditations/getOrgQualifications?ClientId={{client_id}}&RealmId={{RealmId}}&page={{page}}&size={{size}}&SubRealmId={{SubRealmId}}","urlObject":{"protocol":"https","path":["api","accreditations","getOrgQualifications"],"host":["api","mygameday","app"],"query":[{"key":"ClientId","value":"{{client_id}}"},{"key":"RealmId","value":"{{RealmId}}"},{"key":"page","value":"{{page}}"},{"key":"size","value":"{{size}}"},{"key":"SubRealmId","value":"{{SubRealmId}}"}],"variable":[]}},"response":[],"_postman_id":"4a95bc9a-9151-4f89-a18a-a3a5089a7350"},{"name":"getMemberQualifications","id":"6d5c6193-70da-4ffb-bc23-1f8c6e960947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key-etrainu}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key-etrainu}}"},{"key":"AuthorizationToken","value":"{{Access_Token_etrainu}}"}],"url":"https://api.mygameday.app/api/accreditations/getMemberQualifications?ClientId={{client_id}}&MemberId={{MemberId}}","urlObject":{"protocol":"https","path":["api","accreditations","getMemberQualifications"],"host":["api","mygameday","app"],"query":[{"key":"ClientId","value":"{{client_id}}"},{"key":"MemberId","value":"{{MemberId}}"},{"disabled":true,"key":"PassportId","value":"{{PassportId}}"}],"variable":[]}},"response":[],"_postman_id":"6d5c6193-70da-4ffb-bc23-1f8c6e960947"},{"name":"DO NOT USE - courseUpdates","id":"01de893e-a624-493d-97a7-51cc7585ae6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key-etrainu}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"event\": \"course.completed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mygameday.app/api/accreditations/courseUpdates","urlObject":{"protocol":"https","path":["api","accreditations","courseUpdates"],"host":["api","mygameday","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"01de893e-a624-493d-97a7-51cc7585ae6a"}],"id":"b1568fd3-cceb-4064-b361-4cbaeaf92fd0","_postman_id":"b1568fd3-cceb-4064-b361-4cbaeaf92fd0","description":""}],"id":"010e6a88-a0b8-49fd-ba94-78bb4813934e","_postman_id":"010e6a88-a0b8-49fd-ba94-78bb4813934e","description":""},{"name":"Clupik","item":[{"name":"APIs","item":[{"name":"Generate Token","id":"6823c6ce-d8c5-4a9b-a649-5c6179fcddb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"scope","value":"{{scope}}"},{"key":"clientId","value":"{{Client_id}}"},{"key":"tokenType","value":"<token-type>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{Client_id}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"{{grant_type}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"{{Clupik_tokenURL}}/oauth2/token","urlObject":{"path":["oauth2","token"],"host":["{{Clupik_tokenURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6823c6ce-d8c5-4a9b-a649-5c6179fcddb2"},{"name":"getAllAssocMemberDetails","id":"a8000cb4-265f-41a4-9071-5695a1abac2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_Clupik}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-Clupik}}","type":"text"}],"url":"{{Clupik_baseURL}}/assocdata/getAllAssocMemberDetails?page={{page}}&ClientId={{Client_id}}&associd={{League_Id}}&size={{size}}&seasonid={{seasonid}}","urlObject":{"path":["assocdata","getAllAssocMemberDetails"],"host":["{{Clupik_baseURL}}"],"query":[{"disabled":true,"key":"associd","value":""},{"key":"page","value":"{{page}}"},{"key":"ClientId","value":"{{Client_id}}"},{"key":"associd","value":"{{League_Id}}"},{"key":"size","value":"{{size}}"},{"key":"seasonid","value":"{{seasonid}}"}],"variable":[]}},"response":[],"_postman_id":"a8000cb4-265f-41a4-9071-5695a1abac2b"},{"name":"GetClubAllMemberDetails","id":"d2b54585-b7e4-4b56-9755-5ac49925a37c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_Clupik}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-Clupik}}","type":"text"}],"url":"{{Clupik_baseURL}}/memberdata/getallmemberdetails?ClientId={{Client_id}}&IntClubID={{Club_Id}}&size={{size}}&page={{page}}","urlObject":{"path":["memberdata","getallmemberdetails"],"host":["{{Clupik_baseURL}}"],"query":[{"key":"ClientId","value":"{{Client_id}}"},{"key":"IntClubID","value":"{{Club_Id}}"},{"key":"size","value":"{{size}}"},{"key":"page","value":"{{page}}"}],"variable":[]}},"response":[],"_postman_id":"d2b54585-b7e4-4b56-9755-5ac49925a37c"},{"name":"GetClubMemberDetails","id":"d7e39192-157b-418c-8f63-06f6d0a2fa08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_Clupik}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-Clupik}}","type":"text"}],"url":"{{Clupik_baseURL}}/memberdata/getMemberDetails?ClientId={{Client_id}}&MemberID={{Member_Id}}&IntClubID={{Club_Id}}","urlObject":{"path":["memberdata","getMemberDetails"],"host":["{{Clupik_baseURL}}"],"query":[{"key":"ClientId","value":"{{Client_id}}"},{"key":"MemberID","value":"{{Member_Id}}"},{"key":"IntClubID","value":"{{Club_Id}}"}],"variable":[]}},"response":[],"_postman_id":"d7e39192-157b-418c-8f63-06f6d0a2fa08"},{"name":"GetSeasons","id":"001206b2-c996-4d6e-886c-81eb602133de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_Clupik}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-Clupik}}","type":"text"}],"url":"{{Clupik_baseURL}}/assocdata/getSeasons?ClientId={{Client_id}}&AssocID={{League_Id}}","urlObject":{"path":["assocdata","getSeasons"],"host":["{{Clupik_baseURL}}"],"query":[{"key":"ClientId","value":"{{Client_id}}"},{"disabled":true,"key":"seasonid","value":"{{Season_Id}}"},{"key":"AssocID","value":"{{League_Id}}"}],"variable":[]}},"response":[],"_postman_id":"001206b2-c996-4d6e-886c-81eb602133de"},{"name":"GetClubs","id":"a793cc27-a39d-410f-9a30-ecc97edb5c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_Clupik}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-Clupik}}","type":"text"}],"url":"{{Clupik_baseURL}}/assocdata/associations/clubs?ClientId={{Client_id}}&assocId={{League_Id}}","urlObject":{"path":["assocdata","associations","clubs"],"host":["{{Clupik_baseURL}}"],"query":[{"key":"ClientId","value":"{{Client_id}}"},{"key":"assocId","value":"{{League_Id}}"}],"variable":[]}},"response":[],"_postman_id":"a793cc27-a39d-410f-9a30-ecc97edb5c8b"},{"name":"GetMemberPhoto","id":"ed008608-fae4-45ef-982c-060649965030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_Clupik}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-Clupik}}","type":"text"}],"url":"{{Clupik_baseURL}}/logo/memberphoto?ClientId={{Client_id}}&memberId={{Member_Id}}&RealmId={{RealmId}}","urlObject":{"path":["logo","memberphoto"],"host":["{{Clupik_baseURL}}"],"query":[{"key":"ClientId","value":"{{Client_id}}"},{"key":"memberId","value":"{{Member_Id}}"},{"key":"RealmId","value":"{{RealmId}}"}],"variable":[]}},"response":[],"_postman_id":"ed008608-fae4-45ef-982c-060649965030"}],"id":"78ac108f-0290-41f1-986a-8fcfb8c1aa7e","_postman_id":"78ac108f-0290-41f1-986a-8fcfb8c1aa7e","description":""}],"id":"0c23d152-9190-4f1f-a883-16c6bdafde0c","_postman_id":"0c23d152-9190-4f1f-a883-16c6bdafde0c","description":""},{"name":"IMGArena","item":[{"name":"APIs","item":[{"name":"Generate Access Token","event":[{"listen":"test","script":{"id":"23382f4a-68b4-41d1-94a9-4d8d7e57c9cb","exec":["var respnBody = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"Access_Token_IMGArena\", respnBody.access_token);\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"5bb6ed01-faae-4266-8e79-1c689b6f59d6","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"{{grant_type}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"{{IMGArena_tokenURL}}/oauth2/token","urlObject":{"path":["oauth2","token"],"host":["{{IMGArena_tokenURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bb6ed01-faae-4266-8e79-1c689b6f59d6"},{"name":"GET All Comps by League","id":"c9acb315-4f1a-4af5-8507-8d6733f0d1c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_IMGArena}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-IMGArena}}","type":"text"}],"url":"{{IMGArena_baseURL}}/league/competitions?league={{League_Id}}&season={{Season_Id}}","urlObject":{"path":["league","competitions"],"host":["{{IMGArena_baseURL}}"],"query":[{"key":"league","value":"{{League_Id}}"},{"key":"season","value":"{{Season_Id}}"}],"variable":[]}},"response":[],"_postman_id":"c9acb315-4f1a-4af5-8507-8d6733f0d1c4"},{"name":"GET Pre-game selected players","id":"1d755581-4f6d-44a7-91b3-af39635aa5c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_IMGArena}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-IMGArena}}","type":"text"}],"url":"{{IMGArena_baseURL}}/assocdata/associations/{{League_Id}}?match-id={{Match_Id}}&team-id={{Team_Id}}","urlObject":{"path":["assocdata","associations","{{League_Id}}"],"host":["{{IMGArena_baseURL}}"],"query":[{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"1"},{"key":"match-id","value":"{{Match_Id}}"},{"key":"team-id","value":"{{Team_Id}}"}],"variable":[]}},"response":[],"_postman_id":"1d755581-4f6d-44a7-91b3-af39635aa5c1"},{"name":"GET All Fixtures by Competition","id":"c2681f68-7ad8-47ed-98b4-4415b5c76055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_IMGArena}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-IMGArena}}","type":"text"}],"url":"{{IMGArena_baseURL}}/competitions/fixtures/{{League_Id}}?compId={{Comp_Id}}","urlObject":{"path":["competitions","fixtures","{{League_Id}}"],"host":["{{IMGArena_baseURL}}"],"query":[{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"1"},{"key":"compId","value":"{{Comp_Id}}"}],"variable":[]}},"response":[],"_postman_id":"c2681f68-7ad8-47ed-98b4-4415b5c76055"},{"name":"GET GetClubMemberDetails","id":"85984f35-5bc6-4d13-8c5d-bde247e2c200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_IMGArena}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key-IMGArena}}","type":"text"}],"url":"{{IMGArena_baseURL}}/memberdata/getMemberDetails?ClientId={{client_id}}&IntClubID={{ClubId}}&MemberID={{MemberId}}","urlObject":{"path":["memberdata","getMemberDetails"],"host":["{{IMGArena_baseURL}}"],"query":[{"key":"ClientId","value":"{{client_id}}"},{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"1"},{"key":"IntClubID","value":"{{ClubId}}"},{"key":"MemberID","value":"{{MemberId}}"}],"variable":[]}},"response":[],"_postman_id":"85984f35-5bc6-4d13-8c5d-bde247e2c200"}],"id":"b2ce4ca3-289f-4715-b460-a3b698e0893e","_postman_id":"b2ce4ca3-289f-4715-b460-a3b698e0893e","description":""}],"id":"2ffb882a-f97d-418c-a55f-42602ba8fb7a","_postman_id":"2ffb882a-f97d-418c-a55f-42602ba8fb7a","description":""},{"name":"FootballVictoria_Refbook-Prod","item":[{"name":"Generate Access Token","event":[{"listen":"test","script":{"id":"db8d4906-b609-4cc0-9083-cdbe4adb27a3","exec":["var respnBody = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"Access_Token\", respnBody.access_token);\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"df6ab2ca-53e2-4203-bfd2-d314bce970e7","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"{{tokenURL}}/oauth2/token","urlObject":{"path":["oauth2","token"],"host":["{{tokenURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df6ab2ca-53e2-4203-bfd2-d314bce970e7"},{"name":"GET All Comps by League","id":"7f701159-fc31-4e28-9aff-ddc1b9b39410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}"},{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"}],"url":"{{baseURL}}/league/competitions?league={{League_Id}}","urlObject":{"path":["league","competitions"],"host":["{{baseURL}}"],"query":[{"key":"league","value":"{{League_Id}}"}],"variable":[]}},"response":[],"_postman_id":"7f701159-fc31-4e28-9aff-ddc1b9b39410"},{"name":"GET All Fixtures by Competition","id":"9a6bd474-ad72-4d6a-9581-b5c11267526e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}"},{"key":"AuthorizationToken","value":"{{Access_Token}}","type":"text"}],"url":"{{baseURL}}/competitions/fixtures/{{League_Id}}?compId={{Comp_Id}}","urlObject":{"path":["competitions","fixtures","{{League_Id}}"],"host":["{{baseURL}}"],"query":[{"key":"compId","value":"{{Comp_Id}}"}],"variable":[]}},"response":[],"_postman_id":"9a6bd474-ad72-4d6a-9581-b5c11267526e"}],"id":"efab42f9-fd8c-46ff-83f7-3672f72573a4","_postman_id":"efab42f9-fd8c-46ff-83f7-3672f72573a4","description":""}]}