Update Customer email and phone

Customer Update Request service uses POST method to update registered mobile phone number and/or email address. The customer ID is required to send customer update request.

Endpoint

/MFSAfricaCard/v1/customerUpdateRequest

Request

{
  "customerID": 12702380,
  "emailAddress": "[email protected]",
  "mobilePhoneNumber": "2561122334455"
}
Field (* required field)TypeDescription
customerID*integer($int64)This field contains the Customer ID
emailAddress*stringEmail Address associated with customer
mobilePhoneNumber*stringMobile Number associated with customer

Response

{
  "errorCode": "0000",
  "errorMessage": "SUCCESS",
  "updateCount": 2
}
FieldTypeDescription
errorCodestringError Code
errorMessagestringError Message
updateCountinteger($int32)This field contains the Update Count 1 OR 2