customerprofiles_put_profile_object {paws.customer.engagement}R Documentation

Adds additional objects to customer profiles of a given ObjectType

Description

Adds additional objects to customer profiles of a given ObjectType.

See https://www.paws-r-sdk.com/docs/customerprofiles_put_profile_object/ for full documentation.

Usage

customerprofiles_put_profile_object(ObjectTypeName, Object, DomainName)

Arguments

ObjectTypeName

[required] The name of the profile object type.

Object

[required] A string that is serialized from a JSON object.

DomainName

[required] The unique name of the domain.


[Package paws.customer.engagement version 0.9.0 Index]