UpdateClientDetails

Usage


Allows you to update a customer’s name, date of birth, and gender details.

Parameters

Name

Data Type

Length


Description

DateCreated



Date/time message was processed

RequestInitiator
String100OptionalAllows requesting user to be logged in
User




  • Id


OptionalUnique ID for the user
  • Username
String
RequiredProvided by Debitsuccess
  • Password
String
RequiredProvided by Debitsuccess
AccountReferenceNoString15Optional*Debitsuccess account reference
ExternalAccountReferenceNoString50Optional*External account reference
CustomerDetail



  • DateOfBirth
DateTime
Optional**
  • FirstName

String

40

Optional**

First name of the customer

  • Gender
Enum

Optional**

Male, Female, Unknown

  • LastName

String

40

Optional**

Last name of the customer

  • MiddleName

String

40

Optional**


  • Title

String

10

Optional**


* At least one of the following parameters must be supplied: AccountReferenceNo, ExternalAccountReferenceNo.

** If an empty string is passed the customer detail will be overridden but if a null is passed it will be ignored.

Response 

Name

Data Type

Description

DateCreated

DateTime

Date/time message was processed

Id

String

Unique ID for the message

ResponseNotes ()


Collection of validation messages

  • Code

String


  • Note

String


  • NoteType

Enum

Error, Warning, Info

Status

Enum

Failed, Succeed, Unknown

Error Message

TypeError CodeError Message
Error12002Missing client first name
Warning14020DateTime field '{0}' contains time part, but the time is ignored by message.
Error13200Title field cannot be more than 10 characters long.
Error

13203

<Field name> field cannot be more than <maxlength> characters.
Error02Invalid user credentials
Error12016Missing required reference number. Must provide either ExternalAccountReferenceNo or AccountReferenceNo or both.
Error08There is no record found with this criteria
Error10Account is not active
Error07Multiple accounts found with this criteria
Info00Success

Related Pages

On this page:

REST API




© 2021 Debitsuccess. All rights reserved