{
  "reportDetails": {
    "reportTypeCode": 113,
    "submitTypeCode": 1,
    "reportingEntityNumber": 1234567,
    "submittingReportingEntityNumber": 1234567,
    "reportingEntityReportReference": "CDR15137-2168517",
    "twentyFourHourRule": {
      "aggregationTypeCode": 4,
      "periodStart": "2023-10-29T00:00:00-04:00",
      "periodEnd": "2023-10-29T23:59:59-04:00"
    },
    "reportingEntityContactId": 123
  },
  "definitions": [
    {
      "typeCode": 1,
      "refId": "BBName",
      "givenName": "Benny",
      "surname": "Brown"
    },
    {
      "typeCode": 3,
      "refId": "BBDetails",
      "givenName": "Benny",
      "surname": "Brown",
      "addressTypeCode": 1,
      "address": {
        "typeCode": 1,
        "buildingNumber": "22",
        "streetAddress": "Nation Street",
        "city": "Ottawa",
        "provinceStateCode": "ON",
        "postalZipCode": "K2S1Q1",
        "countryCode": "CA"
      },
      "telephoneNumber": "613-987-6543",
      "dateOfBirth": "2000-01-01",
      "countryOfResidenceCode": "CA",
      "occupation": "Project Manager",
      "nameOfEmployer": "Company A",
      "identifications": [
        {
          "identifierTypeCode": 2,
          "number": "AA12345678",
          "jurisdictionOfIssueCountryCode": "CA",
          "jurisdictionOfIssueProvinceStateCode": "ON"
        }
      ]
    }
  ],
  "disbursements": [
    {
      "reportingEntityLocationId": "567",
      "casinoDisbursementDetails": {
        "thresholdIndicator": true,
        "dateTimeOfDisbursement": "2023-10-29T22:10:55-04:00",
        "reportingEntityTransactionReference": "CDR20241031-093",
        "methodTypeCode": 1
      },
      "startingActions": [
        {
          "details": {
            "reasonTypeCode": 4,
            "amount": "11000",
            "currencyCode": "CAD",
            "accountCategoryCode": 1,
            "account": {
              "accountTypeCode": 1,
              "number": "98765",
              "typeCode": 2,
              "currencyCode": "CAD",
              "dateOpened": "2022-06-11",
              "heldAtLocationIdentifier": "456123",
              "holders": [
                {
                  "typeCode": 1,
                  "refId": "BBName"
                }
              ]
            }
          },
          "requesters": [
            {
              "typeCode": 3,
              "refId": "BBDetails",
              "details": {
                "clientNumber": "987654",
                "emailAddress": "lastx@domain.com",
                "onBehalfOfIndicator": false
              },
              "onBehalfOfs": []
            }
          ]
        }
      ],
      "completingActions": [
        {
          "details": {
            "disbursementTypeCode": 7,
            "amount": "11000",
            "currencyCode": "CAD",
            "involvementsIndicator": false,
            "accountCategoryCode": 4
          },
          "receivers": [
            {
              "typeCode": 3,
              "refId": "BBDetails",
              "details": {
                "clientNumber": "987654",
                "emailAddress": "lastx@domain.com",
                "relationshipWithRequesterCode": 15,
                "onBehalfOfIndicator": false
              },
              "onBehalfOfs": []
            }
          ],
          "involvements": []
        }
      ]
    }
  ]
}