Edit Customer Phone

The fields and formats needed for the EditCustomerPhone conversation are listed in this section.
Brokers have a way to modify a customer's telephone information with the EditCustomerPhone request. The request is verified, and any inaccuracies are returned for correction.

MethodPOST
url/editcustomerphone

Request example

{
    "clientCode": "CC",
    "shopCode": "XXXX",
    "EditCustomerPhoneRequestType":{
        "BrokerReference": "3607\/009",
        "accountNumber":"910000016970",
        "Telephone":{
            "MobileNumber":"07945439324",
            "PhoneNumber":"01273442331"
        }
        
    }
}

Response example

{
    "data": {
        "editCustomerPhoneResponseType": {
            "responseStatus": 1,
            "responseStatusText": "Success"
        },
        "errors": null
    },
    "validationErrors": [],
    "error": -1,
    "error_description": null,
    "successful": true
}

Fields

EditCustomerPhoneRequestType

NodeRequiredTypeMax LengthNotes
BrokerReferenceMandatoryString25This is a unique reference provided by the broker to identify the applicant.
The broker can use this reference to identify and locate the applicant on the BNPP PF system.
AccountNumberMandatoryString15This is the reference BNPP PF has assigned to the applicant as part of the new application process. It is used to locate the account and apply the transaction.
It is mandatory to provide the AccountNumber and BrokerReference for EditCustomerPhoneRequest.
TelephoneMandatoryTelephoneSee Structure of Phone.

Telephone

NodeRequiredTypeMax LengthNotes
MobileNumberOptionalString13This is the applicant’s mobile telephone number. If PhoneNumber not present then MobileNumber is mandatory.
PhoneNumberOptionalString13This is the applicant’s secondary telephone number or main landline. If MobileNumber is not present then PhoneNumber is mandatory.

EditCustomerPhoneResponseType

NodeRequiredTypeMax LengthNotes
ResponseStatusMandatoryEnumThis is the status of a response See ResponseStatus in Option Values