Error type | Request | Response type |
Missing “Licence” parameter | https://{SERVER_ADDRESS}/TEL/?Pays={COUNTRY_CODE}&Tel={TEL}&Format={FORMAT} |
Empty response with error code « Licence Down » : { |
Empty “Licence” parameter |
https://{SERVER_ADDRESS}/TEL/?Pays={COUNTRY_CODE}&Tel={TEL}&Format={FORMAT}&Licence= | |
Incorrect Licence number (expired, out of scope, nonexistent) | https://{SERVER_ADDRESS}/TEL/?Pays={COUNTRY_CODE}&Tel={TEL}&Format={FORMAT}&Licence={INCORRECT_LICENCE_CODE} | |
Missing or Empty “Tel” parameter |
https://{SERVER_ADDRESS}/TEL/?Pays={COUNTRY_CODE}&Format={FORMAT}&Licence={LICENCE_CODE} https://{SERVER_ADDRESS}/TEL/?Pays={COUNTRY_CODE}&Tel=&Format={FORMAT}&Licence={LICENCE_CODE} |
400 Bad Request Error |
Error on a parameter | https://{SERVER_ADDRESS}/TEL/?Pays={COUNTRY_CODE}&Tl={TEL}&Format={FORMAT}&Licence={LICENCE_CODE} | 400 Bad Request Error |