productsmodular/getproductcompliance

productsmodular_getproductcompliance_description

Request

Endpoint: POST https://v7.fb-vertragscheck.fb-preview.de/external/productsmodular/getproductcompliance

Schema: GET https://v7.fb-vertragscheck.fb-preview.de/external/productsmodular/getproductcompliance/request/schema


property default description options
[ token ] * required
string
Token zur Authentifizierung mit der Schnittstelle
[ pkfg ] * required
integer
ID einer Produktkonfiguration
[ profile ] * required
string
Schwellwertprofil
example:

mime-type: application/json, text/json

{
    "token": "a1s2d3f4g5h6j7k8l9",
    "pkfg": 100000,
    "profile": "11"
}
example:

mime-type: application/json, text/json

{
    "token": "a1s2d3f4g5h6j7k8l9",
    "pkfg": 100000,
    "profile": "11"
}

Response

Schema: GET https://v7.fb-vertragscheck.fb-preview.de/external/productsmodular/getproductcompliance/response/schema


property description options
[ status ] * required
string
Status des Aufrufs
OK: Anfrage erfolgreich
ERROR: Anfrage verlief fehlerhaft
[ errors ]
array
Aufgetretene Fehler (Wird nur bei "status: ERROR" gefüllt!)
[ compliance_all ]
int
Anzahl aller Kriterien
[ compliance_yes ]
int
Anzahl der erfüllten Kriterien
example:

mime-type: application/json, text/json

{
    "status": "OK",
    "errors": [
        "Bitte geben Sie eine gültige Telefonnummer ein."
    ],
    "compliance_all": 60,
    "compliance_yes": 10
}