Response examples

Swagger-UI: ac-v2 | OpenAPI file: ac-v2.yml

VDSL2 location
{
    "location": {
        "address": {
            "postcode": "1234AB",
            "houseNum": 123,
            "street": "Test Street",
            "city": "Test City"
        },
        "carrierTypes": [
            {
                "type": "Copper",
                "vendor": "CBWS\/KPNWBA",
                "copper": {
                    "expectedSpeedADSL2": 21517,
                    "expectedSpeedVDSL2": 111000,
                    "connectionPoints": [
                        {
                            "carrierType": "Copper",
                            "israName": "001\/\/MK\/MK",
                            "numNL1Lines": 2,
                            "numNL2Lines": 0,
                            "connections": [
                                {
                                    "currentServiceId": "ABC12345",
                                    "currentConnectionType": "SDF_BROADBAND_SERVICE",
                                    "futureConnectionType": "NO_CHANGE"
                                },
                                {
                                    "currentServiceId": "DEF12345",
                                    "currentConnectionType": "SDF_BROADBAND_SERVICE",
                                    "futureConnectionType": "NO_CHANGE"
                                }
                            ]
                        }
                    ]
                }
            }
        ]
    },
    "packages": [
        {
            "code": "WBA_VDSL2",
            "name": "WBA_VDSL2",
            "vendor": "CBWS\/KPNWBA",
            "orderInfo": {},
            "technology": "VDSL2",
            "products": [
                {
                    "code": "1053",
                    "description": "VDSL2-verbinding",
                    "mandatory": true,
                    "type": "CONNECTION",
                    "chargeType": "MRC",
                    "tariff": "0"
                },
                {
                    "code": "1049",
                    "description": "10 Mbit EVC",
                    "mandatory": false,
                    "type": "EVC",
                    "chargeType": "MRC",
                    "tariff": "23"
                },
                {
                    "code": "1050",
                    "description": "30 Mbit EVC",
                    "mandatory": false,
                    "type": "EVC",
                    "chargeType": "MRC",
                    "tariff": "23"
                },
                {
                    "code": "1052",
                    "description": "50 Mbit EVC",
                    "mandatory": false,
                    "type": "EVC",
                    "chargeType": "MRC",
                    "tariff": "24"
                },
                {
                    "code": "1051",
                    "description": "100 Mbit EVC",
                    "mandatory": false,
                    "type": "EVC",
                    "chargeType": "MRC",
                    "tariff": "28"
                },
                {
                    "code": "1003",
                    "description": "Aansluitkosten",
                    "mandatory": false,
                    "type": "SETUP",
                    "chargeType": "NRC",
                    "tariff": "65"
                },
                {
                    "code": "1002",
                    "description": "Testen en labelen",
                    "mandatory": false,
                    "type": "NLS",
                    "chargeType": "NRC",
                    "tariff": "40",
                    "meta": {
                        "testAndLabel": true
                    }
                },
                {
                    "code": "1006",
                    "description": "NLS 2",
                    "mandatory": false,
                    "type": "NLS",
                    "chargeType": "NRC",
                    "tariff": "453.75",
                    "meta": {
                        "nlsType": 2
                    }
                },
                {
                    "code": "69",
                    "description": "IP-adressen",
                    "mandatory": false,
                    "type": "IPADDRESS",
                    "chargeType": "MRC",
                    "tariff": "2"
                },
                {
                    "code": "1059",
                    "description": "NLS 3",
                    "mandatory": false,
                    "type": "NLS",
                    "chargeType": "NRC",
                    "tariff": "506.4",
                    "meta": {
                        "nlsType": 3
                    }
                },
                {
                    "code": "1005",
                    "description": "Wandcontactdoos plaatsen",
                    "mandatory": false,
                    "chargeType": "NRC",
                    "tariff": "48.4",
                    "meta": {
                        "wcd": true
                    }
                }
            ],
            "parameters": {
                "testAndLabel": true,
                "wcd": true,
                "lineSharing": false,
                "accessProtocol": "PPP",
                "ipv4Allocation": true,
                "ipv4AllocationSizes": [
                    32,
                    31,
                    30,
                    29,
                    28,
                    27
                ],
                "configurableEVC": true
            }
        }
    ]
}
FttH location
{
    "location": {
        "address": {
            "postcode": "1234AB",
            "houseNum": 123,
            "street": "Test Street",
            "city": "Test City"
        },
        "carrierTypes": [
            {
                "type": "Fiber",
                "vendor": "CBWS/KPNWBA",
                "fiber": {
                    "connectionPoints": [
                        {
                            "carrierType": "Fiber",
                            "connections": [
                                {
                                    "currentServiceId": "REF0000000000",
                                    "code": "A"
                                }
                            ]
                        }
                    ]
                }
            }
        ]
    },
    "packages": [
        {
            "code": "WBA_FTTH",
            "name": "WBA FttH",
            "vendor": "CBWS/KPNWBA",
            "orderInfo": {},
            "technology": "Fiber",
            "products": [
                {
                    "code": "1046",
                    "description": "FttH-verbinding",
                    "mandatory": true,
                    "type": "CONNECTION",
                    "chargeType": "MRC",
                    "tariff": "0"
                },
                {
                    "code": "1045",
                    "description": "50 Mbit EVC",
                    "mandatory": false,
                    "type": "EVC",
                    "chargeType": "MRC",
                    "tariff": "42"
                },
                {
                    "code": "1044",
                    "description": "100 Mbit EVC",
                    "mandatory": false,
                    "type": "EVC",
                    "chargeType": "MRC",
                    "tariff": "45"
                },
                {
                    "code": "1048",
                    "description": "500 Mbit EVC",
                    "mandatory": false,
                    "type": "EVC",
                    "chargeType": "MRC",
                    "tariff": "60"
                },
                {
                    "code": "1069",
                    "description": "Aansluitkosten FTTH",
                    "mandatory": true,
                    "type": "SETUP",
                    "chargeType": "NRC",
                    "tariff": "85"
                },
                {
                    "code": "69",
                    "description": "IP-adressen",
                    "mandatory": false,
                    "type": "IPADDRESS",
                    "chargeType": "MRC",
                    "tariff": "2"
                }
            ],
            "parameters": {
                "accessProtocol": {
                    "description": "Access protocol",
                    "type": "string",
                    "readOnly": true,
                    "value": "PPP"
                },
                "configurableEvc": {
                    "description": "Configureerbare VPI of VCI",
                    "type": "boolean",
                    "readOnly": true,
                    "value": true
                },
                "ipAllocation": {
                    "description": "IP allocatie toegestaan",
                    "type": "boolean",
                    "readOnly": true,
                    "value": true
                },
                "subnetSize": {
                    "description": "Subnet grootte",
                    "type": "integer",
                    "readOnly": false,
                    "allowedValues": [
                        32,
                        31,
                        30,
                        29,
                        28,
                        27
                    ],
                    "defaultValue": 32
                },
                "technology": {
                    "description": "Technologie",
                    "type": "string",
                    "readOnly": true,
                    "value": "FTTH"
                },
                "serviceId": {
                    "description": "Service ID",
                    "type": "string",
                    "readOnly": false
                }
            }
        }
    ]
}