Values.UpdateProfileRequestSourceUpdates the properties of a profile. The ProfileId is required for updating a customer profile. When calling the UpdateProfile API, specifying an empty string value means that any existing value will be removed. Not specifying a string value means that any value already there will be kept.
type nonrec t = {domainName : Name.t;The unique name of the domain.
*)profileId : Uuid.t;The unique identifier of a customer profile.
*)additionalInformation : SensitiveString0To1000.t option;Any additional information relevant to the customer’s profile.
*)accountNumber : SensitiveString0To255.t option;An account number that you have assigned to the customer.
*)partyType : PartyType.t option;The type of profile used to describe the customer.
*)businessName : SensitiveString0To255.t option;The name of the customer’s business.
*)firstName : SensitiveString0To255.t option;The customer’s first name.
*)middleName : SensitiveString0To255.t option;The customer’s middle name.
*)lastName : SensitiveString0To255.t option;The customer’s last name.
*)birthDate : SensitiveString0To255.t option;The customer’s birth date.
*)gender : Gender.t option;The gender with which the customer identifies.
*)phoneNumber : SensitiveString0To255.t option;The customer’s phone number, which has not been specified as a mobile, home, or business number.
*)mobilePhoneNumber : SensitiveString0To255.t option;The customer’s mobile phone number.
*)homePhoneNumber : SensitiveString0To255.t option;The customer’s home phone number.
*)businessPhoneNumber : SensitiveString0To255.t option;The customer’s business phone number.
*)emailAddress : SensitiveString0To255.t option;The customer’s email address, which has not been specified as a personal or business address.
*)personalEmailAddress : SensitiveString0To255.t option;The customer’s personal email address.
*)businessEmailAddress : SensitiveString0To255.t option;The customer’s business email address.
*)address : UpdateAddress.t option;A generic address associated with the customer that is not mailing, shipping, or billing.
*)shippingAddress : UpdateAddress.t option;The customer’s shipping address.
*)mailingAddress : UpdateAddress.t option;The customer’s mailing address.
*)billingAddress : UpdateAddress.t option;The customer’s billing address.
*)attributes : UpdateAttributes.t option;A key value pair of attributes of a customer profile.
*)partyTypeString : SensitiveString0To255.t option;An alternative to PartyType which accepts any string as input.
*)genderString : SensitiveString0To255.t option;An alternative to Gender which accepts any string as input.
*)profileType : ProfileType.t option;Determines the type of the profile.
*)engagementPreferences : EngagementPreferences.t option;Object that defines users preferred methods of engagement.
*)}val make :
?additionalInformation:??? ->
?accountNumber:??? ->
?partyType:??? ->
?businessName:??? ->
?firstName:??? ->
?middleName:??? ->
?lastName:??? ->
?birthDate:??? ->
?gender:??? ->
?phoneNumber:??? ->
?mobilePhoneNumber:??? ->
?homePhoneNumber:??? ->
?businessPhoneNumber:??? ->
?emailAddress:??? ->
?personalEmailAddress:??? ->
?businessEmailAddress:??? ->
?address:??? ->
?shippingAddress:??? ->
?mailingAddress:??? ->
?billingAddress:??? ->
?attributes:??? ->
?partyTypeString:??? ->
?genderString:??? ->
?profileType:??? ->
?engagementPreferences:??? ->
domainName:Name.t ->
profileId:Uuid.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String1To255.t ] * [> `String of String0To255.t ])
list
| `String of Name.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of Name.t ])
list ]
list
| `String of String0To255.t ])
list ])
list ]