[
    {
        "accessPointCode": "string",
        "accessPointType": "None",
        "name": "string",
        "name2": "string",
        "street": "string",
        "city": "string",
        "country": "string",
        "zipCode": "string",
        "phone": "string",
        "email": "string",
        "tribalServicePoint": true,
        "activeCardPayment": true,
        "activeCashPayment": true,
        "pickupEnabled": true,
        "dimensionForced": true,
        "workHours": [
            {
                "weekDay": 0,
                "dayPart": 0,
                "openFrom": "string",
                "openTo": "string"
            }
        ],
        "accessPointNote": "string",
        "gps": {
            "latitude": 0,
            "longitude": 0
        },
        "capacitySettings": [
            {
                "size": "string",
                "capacity": 0,
                "length": 0,
                "height": 0,
                "width": 0
            }
        ]
    }
]