Creates or updates a field value for a registration.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_put_registration_field_value/ for full documentation.
pinpointsmsvoicev2_put_registration_field_value(
RegistrationId,
FieldPath,
SelectChoices = NULL,
TextValue = NULL,
RegistrationAttachmentId = NULL
)
[required] The unique identifier for the registration.
[required] The path to the registration form field. You can use
describe_registration_field_definitions
for a list of FieldPaths.
An array of values for the form field.
The text data for a free form field.
The unique identifier for the registration attachment.