Response examples

Swagger-UI: order-v1 | OpenAPI file: order-v1.yml

New VDSL2 line

The following JSON shows an example of a new VDSL2 line.

{
    "customerOrderId": "7ee339bc-3ea7-11ea-a841-5254002e0e7d",
    "orderType": "NewLine",
    "orderSubType": "CREATE",
    "wishDate": "2020-02-15",
    "address": {
        "postcode": "1234AB",
        "houseNum": 56,
        "houseNumAdd": "A"
    },
    "contact": {
        "company": "Test company",
        "gender": "M",
        "firstName": "Testing",
        "middleName": "of",
        "lastName": "Testing",
        "phoneNumber": "0201231231",
        "phoneNumber": "test@a2b-internet.com"
    },
    "package": "WBA_VDSL2",
    "parameters": {
        "testAndLabel": true,
        "wcd": true,
        "nlsType": 3,
        "israPoint": "001//MK/MK"
    },
    "evcs": [
        {
            "productCode": "1050",
            "prefixSizeIpv4": 30,
            "prefixSizeIpv6": 56,
            "circuit": {
                "type": "ETHERNET",
                "vlan": 42
            }
        }
    ]
}

In the HTTP result, the Location header will point to the resource URL of the newly created order. In principle, the above format should return no validation errors.