Dialler Lead Removal

Updated by RM

Protocol:

HTTP 1.1

Url:

https://secure.telecomstats.co.uk/MidasPlusRemoveLeadAPI/Scripts/PlusRemove.aspx

Port:

443

Method:

POST

Required Parameters

Name

Type

Description

ClientID

Integer

Your 4 digit client ID.

Username

String

username

Password

String

password

Optional Parameters

Name

Type

Values

DDI_A

String(21)

Source of the caller.

Reference

String(50)

Callers Reference

OK Returns

Response

Explanation

OK

Returns should be returned as HTTP 200 with a response body of OK.

Error Returns

Errors should be returned with a status code and all errors should be returned as plain text in the response body of the http request.

Error Code

Response

Explanation

401

Authentication failed.

An invalid combination of username, password or clientid was supplied

422

Invalid or missing mandatory field.

The supplied field was either missing or in the incorrect format.

422

Invalid optional field.

The supplied field was in the incorrect format.

422

Invalid field length.

The supplied field was too big.

422

Invalid DDI.

The supplied ddi was not a valid UK land or mobile number.


How did we do?