Updates the properties of a profile. The ProfileId is required for updating a customer profile.
See https://www.paws-r-sdk.com/docs/customerprofiles_update_profile/ for full documentation.
customerprofiles_update_profile(
DomainName,
ProfileId,
AdditionalInformation = NULL,
AccountNumber = NULL,
PartyType = NULL,
BusinessName = NULL,
FirstName = NULL,
MiddleName = NULL,
LastName = NULL,
BirthDate = NULL,
Gender = NULL,
PhoneNumber = NULL,
MobilePhoneNumber = NULL,
HomePhoneNumber = NULL,
BusinessPhoneNumber = NULL,
EmailAddress = NULL,
PersonalEmailAddress = NULL,
BusinessEmailAddress = NULL,
Address = NULL,
ShippingAddress = NULL,
MailingAddress = NULL,
BillingAddress = NULL,
Attributes = NULL,
PartyTypeString = NULL,
GenderString = NULL
)
[required] The unique name of the domain.
[required] The unique identifier of a customer profile.
Any additional information relevant to the customer’s profile.
An account number that you have given to the customer.
The type of profile used to describe the customer.
The name of the customer’s business.
The customer’s first name.
The customer’s middle name.
The customer’s last name.
The customer’s birth date.
The gender with which the customer identifies.
The customer’s phone number, which has not been specified as a mobile, home, or business number.
The customer’s mobile phone number.
The customer’s home phone number.
The customer’s business phone number.
The customer’s email address, which has not been specified as a personal or business address.
The customer’s personal email address.
The customer’s business email address.
A generic address associated with the customer that is not mailing, shipping, or billing.
The customer’s shipping address.
The customer’s mailing address.
The customer’s billing address.
A key value pair of attributes of a customer profile.
An alternative to PartyType
which accepts any string as input.
An alternative to Gender
which accepts any string as input.