customerprofiles_update_profile: Updates the properties of a profile

View source: R/customerprofiles_operations.R

customerprofiles_update_profileR Documentation

Updates the properties of a profile

Description

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.

Usage

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
)

Arguments

DomainName

[required] The unique name of the domain.

ProfileId

[required] The unique identifier of a customer profile.

AdditionalInformation

Any additional information relevant to the customer’s profile.

AccountNumber

A unique account number that you have given to the customer.

PartyType

The type of profile used to describe the customer.

BusinessName

The name of the customer’s business.

FirstName

The customer’s first name.

MiddleName

The customer’s middle name.

LastName

The customer’s last name.

BirthDate

The customer’s birth date.

Gender

The gender with which the customer identifies.

PhoneNumber

The customer’s phone number, which has not been specified as a mobile, home, or business number.

MobilePhoneNumber

The customer’s mobile phone number.

HomePhoneNumber

The customer’s home phone number.

BusinessPhoneNumber

The customer’s business phone number.

EmailAddress

The customer’s email address, which has not been specified as a personal or business address.

PersonalEmailAddress

The customer’s personal email address.

BusinessEmailAddress

The customer’s business email address.

Address

A generic address associated with the customer that is not mailing, shipping, or billing.

ShippingAddress

The customer’s shipping address.

MailingAddress

The customer’s mailing address.

BillingAddress

The customer’s billing address.

Attributes

A key value pair of attributes of a customer profile.

PartyTypeString

An alternative to PartyType which accepts any string as input.

GenderString

An alternative to Gender which accepts any string as input.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.