Select any of the web services below to view details and examples.
This service allows the user to update the customers' basic required information.
*id [Integer] | This is a required field. This field accepts single value. This should be the id of the customer which we need to update. |
firstName [String] | This is an optional field. This field accepts single value. |
lastName [String] | This is an optional field. This field accepts single value. |
namePrefix [String] | This is an optional field. This field accepts single value. |
middleName [String] | This is an optional field. This field accepts single value. |
maidenName [String] | This is an optional field. This field accepts single value. |
nameSuffix [String] | This is an optional field. This field accepts single value. |
email [String] | This is an optional field. This field accepts single value. |
birthDate [Date] | This is an optional field. This field accepts single value. |
taxNumberTypeId [Integer] | This is an optional field. This field accepts single value. |
taxNumber [Integer] | This is an optional field. This field accepts single value. |
addressTypeId [Integer] | This is an optional field. This field accepts single value. |
streetLine1 [String] | This is an optional field. This field accepts single value. |
streetLine2 [String] | This is an optional field. This field accepts single value. |
streetLine3 [String] | This is an optional field. This field accepts single value. |
city [String] | This is an optional field. This field accepts single value. |
country [String] | This is an optional field. This field accepts single value. |
state [String] | This is an optional field. This field accepts single value. |
postalCode [Integer] | This is an optional field. This field accepts single value. |
phoneNumberTypeId [Integer] | This is an optional field. This field accepts single value. |
isPrimary [Integer] | This is an optional field. This field accepts single value. |
phoneNumber [Integer] | This is an optional field. This field accepts single value. |
companyIdentificationTypeId [Integer] | This is an optional field. This field accepts single value. |
identificationValue [String] | This is an optional field. This field accepts single value. |
idExpirationDate [Date] | This is an optional field. This field accepts single value. |
stateCode [String] | This is an optional field. This field accepts single value. 'stateCode' is accepted under 'companyIdentificationValue' node. |
countryCode [String] | This is an optional field. This field accepts single value. 'countryCode' is accepted under 'companyIdentificationValue' node. |