Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

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



On this page:

Related Pages



  • No labels