dxp-ux

(0 reviews)

Modem Reset

POST:/reset

URL

https://[localhost]:[port]/dxp-ux/v1/PR/reset

URL PARAMS

nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (TT, BB, JM, PA, etc.)Y
namevaluedescriptionrequired
client_idstringThe client_id identifying the channel. Minimum characters: 5Y
client_secretstringPassword associated with the client_id. Minimum characters: 5Y
X-Correlation-IDstringIdentifier that correlates HTTP request between a client and server.
Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction.
N
channelIdstringChannel to business:
Expected Value: "APP"
Y
lobstringIt defines the Line of Business . Example : FIXEDY

Request Body

{
    "accountNumber": "8211990010042323"
}

Response

{
    "resourceStatus": "InProgress",
    "place": {
        "id": "00918000000748",
        "@type": "Location"
    },
    "resourceCharacteristic": [
        {
            "id": "M91726ER9659",
            "name": "2Ways Set-Tops",
            "value": "M",
            "valueType": "String",
            "@type": "Equipment"
        },
        {
            "id": "M91627EQ0927",
            "name": "2Ways Set-Tops",
            "value": "M",
            "valueType": "String",
            "@type": "Equipment"
        },
        {
            "id": "400D10A9B0A3",
            "name": "Voip Emta Rent",
            "value": "VR",
            "valueType": "String",
            "@type": "Equipment"
        }
    ],
    "relatedParty": [
        {
            "id": "1901502668187",
            "@baseType": "Customer",
            "@type": "Customer"
        },
        {
            "id": "8211990010042323",
            "@baseType": "Account",
            "@type": "Account"
        }
    ]
}

Reviews